/third_party/flatbuffers/go/ |
D | encode.go | 22 func GetByte(buf []byte) byte { 27 func GetBool(buf []byte) bool { 32 func GetUint8(buf []byte) (n uint8) { 38 func GetUint16(buf []byte) (n uint16) { 46 func GetUint32(buf []byte) (n uint32) { 56 func GetUint64(buf []byte) (n uint64) { 70 func GetInt8(buf []byte) (n int8) { 76 func GetInt16(buf []byte) (n int16) { 84 func GetInt32(buf []byte) (n int32) { 94 func GetInt64(buf []byte) (n int64) { [all …]
|
D | lib.go | 6 Init(buf []byte, i UOffsetT) 10 func GetRootAs(buf []byte, offset UOffsetT, fb FlatBuffer) { 17 func GetSizePrefixedRootAs(buf []byte, offset UOffsetT, fb FlatBuffer) { 23 func GetSizePrefix(buf []byte, offset UOffsetT) uint32 {
|
/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/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/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/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/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/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/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/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/gettext/gettext-tools/src/ |
D | filter-sr-latin.c | 280 #define IS_UPPERCASE_LATIN(byte) \ argument 316 unsigned char byte = (unsigned char) *ip; in serbian_to_latin() local
|
/third_party/flatbuffers/grpc/examples/go/greeter/models/ |
D | HelloRequest.go | 13 func GetRootAsHelloRequest(buf []byte, offset flatbuffers.UOffsetT) *HelloRequest { 20 func GetSizePrefixedRootAsHelloRequest(buf []byte, offset flatbuffers.UOffsetT) *HelloRequest {
|
D | HelloReply.go | 13 func GetRootAsHelloReply(buf []byte, offset flatbuffers.UOffsetT) *HelloReply { 20 func GetSizePrefixedRootAsHelloReply(buf []byte, offset flatbuffers.UOffsetT) *HelloReply {
|
/third_party/flatbuffers/tests/MyGame/ |
D | InParentNamespace.go | 32 func GetRootAsInParentNamespace(buf []byte, offset flatbuffers.UOffsetT) *InParentNamespace { 39 func GetSizePrefixedRootAsInParentNamespace(buf []byte, offset flatbuffers.UOffsetT) *InParentNames…
|
/third_party/flatbuffers/tests/MyGame/Example2/ |
D | Monster.go | 32 func GetRootAsMonster(buf []byte, offset flatbuffers.UOffsetT) *Monster { 39 func GetSizePrefixedRootAsMonster(buf []byte, offset flatbuffers.UOffsetT) *Monster {
|
/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/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) {
|