| /third_party/json/tests/src/ |
| D | unit-unicode2.cpp | 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() 195 for (int byte1 = 0x80; byte1 <= 0xC1; ++byte1) in skip() local 201 for (int byte1 = 0xF5; byte1 <= 0xFF; ++byte1) in skip() local 212 for (int byte1 = 0x00; byte1 <= 0x7F; ++byte1) in skip() local 246 for (int byte1 = 0xC2; byte1 <= 0xDF; ++byte1) in skip() local 258 for (int byte1 = 0xC2; byte1 <= 0xDF; ++byte1) in skip() local 267 for (int byte1 = 0xC2; byte1 <= 0xDF; ++byte1) in skip() local 288 for (int byte1 = 0xE0; byte1 <= 0xE0; ++byte1) in skip() local 303 for (int byte1 = 0xE0; byte1 <= 0xE0; ++byte1) in skip() local [all …]
|
| D | unit-unicode3.cpp | 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() 197 for (int byte1 = 0xF0; byte1 <= 0xF0; ++byte1) in skip() local 215 for (int byte1 = 0xF0; byte1 <= 0xF0; ++byte1) in skip() local 224 for (int byte1 = 0xF0; byte1 <= 0xF0; ++byte1) in skip() local 236 for (int byte1 = 0xF0; byte1 <= 0xF0; ++byte1) in skip() local 251 for (int byte1 = 0xF0; byte1 <= 0xF0; ++byte1) in skip() local 275 for (int byte1 = 0xF0; byte1 <= 0xF0; ++byte1) in skip() local 299 for (int byte1 = 0xF0; byte1 <= 0xF0; ++byte1) in skip() local
|
| D | unit-unicode5.cpp | 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() 197 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local 215 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local 224 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local 236 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local 251 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local 275 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local 299 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local
|
| D | unit-unicode4.cpp | 34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() 122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() 197 for (int byte1 = 0xF1; byte1 <= 0xF3; ++byte1) in skip() local 215 for (int byte1 = 0xF1; byte1 <= 0xF3; ++byte1) in skip() local 224 for (int byte1 = 0xF1; byte1 <= 0xF3; ++byte1) in skip() local 236 for (int byte1 = 0xF1; byte1 <= 0xF3; ++byte1) in skip() local 251 for (int byte1 = 0xF1; byte1 <= 0xF3; ++byte1) in skip() local 275 for (int byte1 = 0xF1; byte1 <= 0xF3; ++byte1) in skip() local 299 for (int byte1 = 0xF1; byte1 <= 0xF3; ++byte1) in skip() local
|
| /third_party/libunwind/libunwind/src/ia64/ |
| D | unwind_decoder.h | 109 unsigned char byte1, abreg; in unw_decode_x1() local 126 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local 144 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local 164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local 196 unsigned char byte1, mask, grsave; in unw_decode_r2() local 232 unsigned char byte1 = *dp++; in unw_decode_p2_p5() local 239 unsigned char byte1 = *dp++, r, dst; in unw_decode_p2_p5() local 264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local 292 unsigned char r, byte1, byte2; in unw_decode_p7_p10() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Utf8.java | 179 private static int incompleteStateFor(int byte1) { in incompleteStateFor() 183 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor() 187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() 194 int byte1 = bytes[index - 1]; in incompleteStateFor() local 208 final ByteBuffer buffer, final int byte1, final int index, final int remaining) { in incompleteStateFor() 547 int byte1; in partialIsValidUtf8() local 874 int byte1 = (byte) state; in partialIsValidUtf8() local 1107 int byte1; in partialIsValidUtf8NonAscii() local 1195 int byte1 = (byte) state; in partialIsValidUtf8() local 1292 final int byte1 = (byte) state; in partialIsValidUtf8Direct() local [all …]
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| D | ppm.cc | 31 uint8_t byte1(uint32_t word) { in byte1() function
|
| D | png.cc | 35 unsigned char byte1(uint32_t word) { in byte1() function
|
| /third_party/rust/crates/memchr/bench/src/memchr/ |
| D | inputs.rs | 258 pub byte1: SearchByte, field 280 pub byte1: SearchByte, field 304 pub byte1: SearchByte, field
|
| /third_party/rust/crates/aho-corasick/src/ |
| D | prefilter.rs | 662 byte1: u8, field 722 byte1: u8, field 761 byte1: u8, field 911 byte1: u8, field 938 byte1: u8, field 966 byte1: u8, field
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
| D | X86Disassembler.cpp | 323 uint8_t byte1, byte2; in readPrefixes() local 370 uint8_t byte1; in readPrefixes() local 401 uint8_t byte1; in readPrefixes() local 433 uint8_t byte1; in readPrefixes() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_iptc.cpp | 277 uint32 byte1 = stream.Get_uint8 (); in Parse() local
|
| D | dng_image_writer.cpp | 3437 uint8 byte1 = (uint8) (code >> shift1); in PutCodeWord() local
|
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| D | glx_usefont.c | 169 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
|
| /third_party/mesa3d/src/glx/ |
| D | xfont.c | 173 int byte1 = 0, byte2 = 0; in isvalid() local
|
| /third_party/json/include/nlohmann/detail/input/ |
| D | binary_reader.hpp | 844 const auto byte1 = static_cast<unsigned char>(byte1_raw); in parse_cbor_internal() local 2391 const auto byte1 = static_cast<unsigned char>(byte1_raw); in get_ubjson_value() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
| D | unicodetext.cc | 450 uint8 byte1 = static_cast<uint8>(it_[0]); in operator *() local
|
| /third_party/node/deps/v8/src/base/ |
| D | atomicops.h | 419 uint8_t byte1 = u1 & 0xFF; in MemcmpNotEqualFundamental() local
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| D | psintrp.c | 2909 CF2_Int byte1 = cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local 2976 FT_UInt32 byte1 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
|
| /third_party/alsa-lib/include/ |
| D | ump_msg.h | 25 uint8_t byte1; /**< First data byte */ member
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.cc | 1027 int byte1 = (imm & 0xff); in Emit() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
| D | assembler_arm.cc | 2632 const uint32_t byte1 = (value & 0x0000ff00) >> 8; in LoadPatchableImmediate() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64.cc | 413 int byte1 = (imm & 0xFF); in Movi16bitHelper() local
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 9918 const auto byte1 = static_cast<unsigned char>(byte1_raw); in parse_cbor_internal() local 11465 const auto byte1 = static_cast<unsigned char>(byte1_raw); in get_ubjson_value() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 630 double byte1 = deFloat16To64((deFloat16)((iRep >> 16) & 0xffff)); in doPrintValue16() local
|