Home
last modified time | relevance | path

Searched defs:byte1 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/json/tests/src/
Dunit-unicode2.cpp34 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 …]
Dunit-unicode3.cpp34 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
Dunit-unicode5.cpp34 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
Dunit-unicode4.cpp34 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/
Dunwind_decoder.h109 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/
DUtf8.java179 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/
Dppm.cc31 uint8_t byte1(uint32_t word) { in byte1() function
Dpng.cc35 unsigned char byte1(uint32_t word) { in byte1() function
/third_party/rust/crates/memchr/bench/src/memchr/
Dinputs.rs258 pub byte1: SearchByte, field
280 pub byte1: SearchByte, field
304 pub byte1: SearchByte, field
/third_party/rust/crates/aho-corasick/src/
Dprefilter.rs662 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/
DX86Disassembler.cpp323 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/
Ddng_iptc.cpp277 uint32 byte1 = stream.Get_uint8 (); in Parse() local
Ddng_image_writer.cpp3437 uint8 byte1 = (uint8) (code >> shift1); in PutCodeWord() local
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_usefont.c169 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
/third_party/mesa3d/src/glx/
Dxfont.c173 int byte1 = 0, byte2 = 0; in isvalid() local
/third_party/json/include/nlohmann/detail/input/
Dbinary_reader.hpp844 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/
Dunicodetext.cc450 uint8 byte1 = static_cast<uint8>(it_[0]); in operator *() local
/third_party/node/deps/v8/src/base/
Datomicops.h419 uint8_t byte1 = u1 & 0xFF; in MemcmpNotEqualFundamental() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c2909 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/
Dump_msg.h25 uint8_t byte1; /**< First data byte */ member
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc1027 int byte1 = (imm & 0xff); in Emit() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2632 const uint32_t byte1 = (value & 0x0000ff00) >> 8; in LoadPatchableImmediate() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.cc413 int byte1 = (imm & 0xFF); in Movi16bitHelper() local
/third_party/json/single_include/nlohmann/
Djson.hpp9918 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/
DvktShaderBuiltinPrecisionTests.cpp630 double byte1 = deFloat16To64((deFloat16)((iRep >> 16) & 0xffff)); in doPrintValue16() local

12