Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/third_party/flutter/skia/third_party/externals/wuffs/script/
Dextract-deflate-offsets.go128 func doWriteDeflate(deflateCompressed []byte, uncompressed []byte, filename string) error {
140 func doWriteZlib(deflateCompressed []byte, uncompressed []byte, filename string) error {
180 func readString(src []byte, i int) (int, error) {
192 func checkDeflate(x []byte) ([]byte, error) {
202 func checkZlib(x []byte) ([]byte, error) {
Dextract-giflzw.go166 func skipColorTable(src []byte, ctSize int) (src1 []byte, err error) {
177 func skipExtension(src []byte) (src1 []byte, err error) {
195 func readImageDescriptor(src []byte) (src1 []byte, ret1 []byte, err error) {
217 func readBlockData(src []byte, ret []byte) (src1 []byte, ret1 []byte, err error) {
234 func checkLZW(data []byte) error {
291 func buildHistogram(data []byte) error {
Dcrawl.go145 func hash(b []byte) key {
149 func unhex(b byte) uint8 {
159 func parseHash(b []byte) (k key, ok bool) {
368 func parseEntry(b []byte) (e entry) {
518 func parseHTML(u *url.URL, data []byte) (links []*url.URL) {
557 func sniff(b []byte) string {
583 func looksLikeHTML(b []byte) bool {
Dprint-crc32-example.go49 func hex(b []byte) byte {
80 func show(prefix string, indent int, binaryData []byte) {
103 func do(invert bool, polyN int, polyBits uint64, binaryData []byte) {
Dprint-bits.go67 func bit(x byte) byte {
/third_party/json/doc/examples/
Dto_ubjson.cpp8 void print_byte(uint8_t byte) in print_byte()
29 for (auto& byte : v) in main() local
46 for (auto& byte : v_array) in main() local
52 for (auto& byte : v_array_size) in main() local
58 for (auto& byte : v_array_size_and_type) in main() local
Dto_cbor.cpp16 for (auto& byte : v) in main() local
Dto_bson.cpp16 for (auto& byte : v) in main() local
Dto_msgpack.cpp16 for (auto& byte : v) in main() local
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dtoken.go84 func alpha(c byte) bool {
88 func alphaNumeric(c byte) bool {
92 func hexaNumeric(c byte) bool {
96 func numeric(c byte) bool {
100 func hasPrefix(a []byte, s string) bool {
116 func Tokenize(m *Map, filename string, src []byte) (tokens []Token, comments []string, retErr error…
/third_party/boringssl/src/util/
Dread_symbols.go160 func listSymbols(contents []byte) ([]string, error) {
173 func listSymbolsELF(contents []byte) ([]string, error) {
193 func listSymbolsMachO(contents []byte) ([]string, error) {
227 func listSymbolsPE(contents []byte) ([]string, error) {
Dembed_test_data.go26 func quote(in []byte) string {
/third_party/flutter/skia/third_party/externals/wuffs/internal/testcut/
Dtestcut.go25 func calculateDecodedLen(b []byte,
40 func clone(b []byte) []byte {
46 cut func(io.Writer, []byte, int) (int, int, error),
147 cut func(io.Writer, []byte, int) (int, int, error),
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_0.c48 Uint8 byte = 0, bit; in BlitBto1() local
65 Uint8 byte = 0, bit; in BlitBto1() local
103 Uint8 byte = 0, bit; in BlitBto2() local
139 Uint8 byte = 0, bit; in BlitBto3() local
179 Uint8 byte = 0, bit; in BlitBto4() local
214 Uint8 byte = 0, bit; in BlitBto1Key() local
231 Uint8 byte = 0, bit; in BlitBto1Key() local
267 Uint8 byte = 0, bit; in BlitBto2Key() local
301 Uint8 byte = 0, bit; in BlitBto3Key() local
336 Uint8 byte = 0, bit; in BlitBto4Key() local
[all …]
/third_party/boringssl/src/crypto/x509/
Dmake_many_constraints.go76 func randOrDie(out []byte) {
82 func writePEM(path string, in []byte) {
/third_party/node/deps/npm/node_modules/tar/lib/
Dlarge-numbers.js31 var byte = num & 0xff variable
97 const twosComp = byte => ((0xff ^ byte) + 1) & 0xff argument
/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dacvp.go44 func isCommentLine(line []byte) bool {
96 func TOTP(secret []byte) string {
113 Process(algorithm string, vectorSet []byte) ([]byte, error)
/third_party/ffmpeg/libavcodec/
Dadpcm.c1004 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local
1119 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local
1158 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local
1366 int byte[2]; in adpcm_decode_frame() local
1441 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local
1448 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local
1473 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local
1513 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local
1519 int byte[2]; in adpcm_decode_frame() local
1572 int byte = bytestream2_get_byte(&gb); in adpcm_decode_frame() local
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dstring.go32 func (n *Expr) appendStr(buf []byte, tm *t.Map, parenthesize bool, depth uint32) []byte {
197 func (n *TypeExpr) appendStr(buf []byte, tm *t.Map, depth uint32) []byte {
/third_party/boost/libs/contract/example/features/
Dfriend.cpp14 class byte { class
25 explicit byte(char value) : value_(value) {} in byte() function in byte
/third_party/boringssl/src/crypto/fipsmodule/bn/
Dbn_test_to_fuzzer.go159 func appendLengthPrefixed(ret, b []byte) []byte {
165 func appendUnsigned(ret []byte, n *big.Int) []byte {
173 func appendSigned(ret []byte, n *big.Int) []byte {
/third_party/toybox/toys/other/
Di2ctools.c107 static int i2c_read_byte(int fd, int addr, int *byte) in i2c_read_byte()
188 int bus, first = 0x03, last = 0x77, fd, row, addr, byte; in i2cdetect_main() local
237 int fd, row, addr, byte; in i2cdump_main() local
264 int fd, byte; in i2cget_main() local
/third_party/flutter/skia/third_party/externals/wuffs/lang/render/
Drender.go214 func appendComment(buf []byte, comments []string, line uint32, indent int, otherwiseEmpty bool) []b…
236 func appendTabs(buf []byte, n int) []byte {
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dframe_rst_stream.h29 uint8_t byte; member
/third_party/libunwind/src/mi/
D_ReadSLEB.c7 unw_word_t byte, result = 0; in _ReadSLEB() local

12345678910>>...12