/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) {
|
/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
|
/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/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/ |
D | extract-numbery-strings.go | 57 func isDigit(x byte) bool { return (('0' <= x) && (x <= '9')) } 58 func isDigitDot(x byte) bool { return (('0' <= x) && (x <= '9')) || (x == '.') } 182 func looksLikeBinary(s []byte) bool {
|
/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/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/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
/third_party/ffmpeg/libavcodec/ |
D | adpcm.c | 1020 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local 1135 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local 1174 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local 1408 int byte[2]; in adpcm_decode_frame() local 1483 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local 1490 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local 1515 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local 1555 int byte = bytestream2_get_byteu(&gb); in adpcm_decode_frame() local 1561 int byte[2]; in adpcm_decode_frame() local 1614 int byte = bytestream2_get_byte(&gb); in adpcm_decode_frame() local [all …]
|
/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/musl/libc-test/src/functionalext/supplement/multibyte/ |
D | wctomb.c | 30 char byte[256] = {0}; in wctomb_0100() local 44 char byte[256] = {0}; in wctomb_0200() local
|
/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/elfutils/libcpu/ |
D | i386_data.h | 397 uint_fast8_t byte = modrm & 7; in FCT_MOD$R_M() local 427 uint_fast8_t byte = modrm & 7; in FCT_Mod$R_m() local 782 int8_t byte = *(*d->param_start)++; in FCT_imms() local 858 int_fast8_t byte = *(*d->param_start)++; in FCT_imms8() local 882 uint_fast8_t byte = *(*d->param_start)++; in FCT_imm8() local 919 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_mmxreg() local 1115 uint_fast8_t byte = modrm & 7; in FCT_mod$16r_m() local 1140 uint_fast8_t byte = modrm & 7; in FCT_mod$64r_m() local 1163 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_reg() local 1217 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_reg64() local [all …]
|
/third_party/toybox/toys/other/ |
D | i2ctools.c | 109 static int i2c_read_byte(int fd, int addr, int *byte) in i2c_read_byte() 191 int bus, first = 0x03, last = 0x77, fd, row, addr, byte; in i2cdetect_main() local 241 int fd, row, addr, byte; in i2cdump_main() local 271 int fd, byte; in i2cget_main() local
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfswipe.c | 484 static s64 wipe_unused(ntfs_volume *vol, int byte, enum action act) in wipe_unused() 543 static s64 wipe_unused_fast(ntfs_volume *vol, int byte, enum action act) in wipe_unused_fast() 652 static s64 wipe_compressed_attribute(ntfs_volume *vol, int byte, in wipe_compressed_attribute() 772 static s64 wipe_attribute(ntfs_volume *vol, int byte, enum action act, in wipe_attribute() 817 int byte, enum action act) in wipe_attr_tail() 869 static s64 wipe_tails(ntfs_volume *vol, int byte, enum action act) in wipe_tails() 956 static s64 wipe_mft(ntfs_volume *vol, int byte, enum action act) in wipe_mft() 1095 static s64 wipe_index_allocation(ntfs_volume *vol, int byte, enum action act in wipe_index_allocation() 1242 static s64 wipe_directory(ntfs_volume *vol, int byte, enum action act) in wipe_directory() 1379 static s64 wipe_logfile(ntfs_volume *vol, int byte, enum action act in wipe_logfile() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
/third_party/rust/crates/bindgen/bindgen-integration/cpp/ |
D | Test.cc | 82 unsigned short byte) in assert() 96 unsigned char byte) in assert() 106 Sixth::assert(unsigned char byte, in assert()
|
/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/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/ |
D | slowstrconv.go | 54 func ParseFloatFromBytes(s []byte) (ParseFloatResult, error) { 76 func parseFloatFromBytes(s []byte) (ret ParseFloatResult, retErr error) {
|