| /third_party/json/docs/examples/ |
| D | to_ubjson.cpp | 9 void print_byte(uint8_t byte) in print_byte() 30 for (auto& byte : v) in main() local 47 for (auto& byte : v_array) in main() local 53 for (auto& byte : v_array_size) in main() local 59 for (auto& byte : v_array_size_and_type) in main() local
|
| D | to_bjdata.cpp | 9 void print_byte(uint8_t byte) in print_byte() 30 for (auto& byte : v) in main() local 47 for (auto& byte : v_array) in main() local 53 for (auto& byte : v_array_size) in main() local 59 for (auto& byte : v_array_size_and_type) in main() local
|
| D | to_cbor.cpp | 17 for (auto& byte : v) in main() local
|
| D | to_msgpack.cpp | 17 for (auto& byte : v) in main() local
|
| D | to_bson.cpp | 17 for (auto& byte : v) in main() local
|
| /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/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/node/deps/v8/src/debug/wasm/gdb-server/ |
| D | gdb-remote-util.cc | 16 void UInt8ToHex(uint8_t byte, char chars[2]) { in UInt8ToHex() 22 bool HexToUInt8(const char chars[2], uint8_t* byte) { in HexToUInt8() 32 bool NibbleToUInt8(char ch, uint8_t* byte) { in NibbleToUInt8()
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-bytecode-generator-inl.h | 15 void RegExpBytecodeGenerator::Emit(uint32_t byte, uint32_t twenty_four_bits) { in Emit() 20 void RegExpBytecodeGenerator::Emit(uint32_t byte, int32_t twenty_four_bits) { in Emit()
|
| /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/node/deps/npm/node_modules/tar/lib/ |
| D | large-numbers.js | 32 var byte = num & 0xff variable 99 const twosComp = byte => ((0xff ^ byte) + 1) & 0xff argument
|
| /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 | 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/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/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/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/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/node/deps/v8/src/base/ |
| D | vlq.h | 60 inline void VLQEncode(std::vector<byte, A>* data, int32_t value) { in VLQEncode() 71 inline void VLQEncodeUnsigned(std::vector<byte, A>* data, uint32_t value) { in VLQEncodeUnsigned()
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | raw_data.hpp | 30 typedef detail::uint8 byte; typedef
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| D | bitfield_unit.rs | 23 let byte = self.storage.as_ref()[byte_index]; in get_bit() localVariable 41 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit() localVariable
|
| /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) {
|
| /third_party/libunwind/libunwind/src/mi/ |
| D | _ReadSLEB.c | 7 unw_word_t byte, result = 0; in _ReadSLEB() local
|