| /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() 248 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local 269 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local 290 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local 314 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local 326 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local 347 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local 371 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local 395 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) 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() 199 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local 226 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local 238 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local 253 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local 277 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local 301 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) 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() 199 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local 226 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local 238 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local 253 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local 277 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local 301 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) 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() 199 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local 226 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local 238 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local 253 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local 277 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local 301 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Utf8.java | 183 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor() 187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() 594 final int byte2 = buffer.get(index++); in partialIsValidUtf8() local 890 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 910 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1108 int byte2; in partialIsValidUtf8NonAscii() local 1211 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1231 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 1308 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local 1328 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local [all …]
|
| /third_party/libunwind/libunwind/src/ia64/ |
| D | unwind_decoder.h | 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 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/icu/icu4c/source/i18n/ |
| D | collation.cpp | 71 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep() local 98 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; in decThreeBytePrimaryByOneStep() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | collation.cpp | 71 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep() local 98 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; in decThreeBytePrimaryByOneStep() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | collation.cpp | 80 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep() local 107 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; in decThreeBytePrimaryByOneStep() local
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| D | ppm.cc | 35 uint8_t byte2(uint32_t word) { in byte2() function
|
| D | png.cc | 39 unsigned char byte2(uint32_t word) { in byte2() function
|
| /third_party/FreeBSD/sys/cam/scsi/ |
| D | scsi_all.h | 147 uint8_t byte2; member 155 uint8_t byte2; member 164 uint8_t byte2; member 194 uint8_t byte2; member
|
| /third_party/rust/crates/memchr/bench/src/memchr/ |
| D | inputs.rs | 282 pub byte2: SearchByte, field 306 pub byte2: SearchByte, field
|
| /third_party/rust/crates/aho-corasick/src/ |
| D | prefilter.rs | 723 byte2: u8, field 762 byte2: u8, field 939 byte2: u8, field 967 byte2: u8, field
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_iptc.cpp | 278 uint32 byte2 = stream.Get_uint8 (); in Parse() local
|
| D | dng_image_writer.cpp | 3445 uint8 byte2 = (uint8) (code << (-shift2)); in PutCodeWord() local 3461 uint8 byte2 = (uint8) (code >> shift2); 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/skia/tests/ |
| D | SkVxTest.cpp | 20 using byte2 = skvx::Vec< 2,uint8_t>; typedef
|
| /third_party/json/include/nlohmann/detail/input/ |
| D | binary_reader.hpp | 845 const auto byte2 = static_cast<unsigned char>(byte2_raw); in parse_cbor_internal() local 2392 const auto byte2 = static_cast<unsigned char>(byte2_raw); in get_ubjson_value() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
| D | unicodetext.cc | 454 uint8 byte2 = static_cast<uint8>(it_[1]); in operator *() local
|
| /third_party/node/deps/v8/src/base/ |
| D | atomicops.h | 420 uint8_t byte2 = u2 & 0xFF; in MemcmpNotEqualFundamental() local
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| D | psintrp.c | 2910 CF2_Int byte2 = cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local 2977 FT_UInt32 byte2 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
|
| /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
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-cff-interp-common.hh | 91 #define Make_OpCode_ESC(byte2) ((op_code_t)(OpCode_ESC_Base + (byte2))) argument
|