| /third_party/flutter/skia/third_party/externals/wuffs/script/ |
| D | extract-deflate-offsets.go | 128 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) {
|
| D | extract-giflzw.go | 166 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 {
|
| D | crawl.go | 145 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 {
|
| D | print-crc32-example.go | 49 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) {
|
| D | print-bits.go | 67 func bit(x byte) byte {
|
| /third_party/json/doc/examples/ |
| D | to_ubjson.cpp | 8 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
|
| D | to_cbor.cpp | 16 for (auto& byte : v) in main() local
|
| D | to_bson.cpp | 16 for (auto& byte : v) in main() local
|
| D | to_msgpack.cpp | 16 for (auto& byte : v) in main() local
|
| /third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
| D | token.go | 84 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/ |
| D | read_symbols.go | 160 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) {
|
| D | embed_test_data.go | 26 func quote(in []byte) string {
|
| /third_party/flutter/skia/third_party/externals/wuffs/internal/testcut/ |
| D | testcut.go | 25 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/ |
| D | SDL_blit_0.c | 48 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/ |
| D | make_many_constraints.go | 76 func randOrDie(out []byte) { 82 func writePEM(path string, in []byte) {
|
| /third_party/node/deps/npm/node_modules/tar/lib/ |
| D | large-numbers.js | 31 var byte = num & 0xff variable 97 const twosComp = byte => ((0xff ^ byte) + 1) & 0xff argument
|
| /third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | acvp.go | 44 func isCommentLine(line []byte) bool { 96 func TOTP(secret []byte) string { 113 Process(algorithm string, vectorSet []byte) ([]byte, error)
|
| /third_party/ffmpeg/libavcodec/ |
| D | adpcm.c | 1004 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/ |
| D | string.go | 32 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/ |
| D | friend.cpp | 14 class byte { class 25 explicit byte(char value) : value_(value) {} in byte() function in byte
|
| /third_party/boringssl/src/crypto/fipsmodule/bn/ |
| D | bn_test_to_fuzzer.go | 159 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/ |
| D | i2ctools.c | 107 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/ |
| D | render.go | 214 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/ |
| D | frame_rst_stream.h | 29 uint8_t byte; member
|
| /third_party/libunwind/src/mi/ |
| D | _ReadSLEB.c | 7 unw_word_t byte, result = 0; in _ReadSLEB() local
|