Home
last modified time | relevance | path

Searched refs:byte3 (Results 1 - 25 of 33) sorted by relevance

12

/third_party/json/tests/src/
H A Dunit-unicode2.cpp32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4);
34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8dump()
41 CAPTURE(byte3) in check_utf8dump()
51 if (byte3 != -1) in check_utf8dump()
53 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8dump()
119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8string()
141 if (byte3 != -1) in check_utf8string()
143 CAPTURE(byte3) in check_utf8string()
144 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string()
[all...]
H A Dunit-unicode4.cpp32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4);
34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8dump()
41 CAPTURE(byte3) in check_utf8dump()
51 if (byte3 != -1) in check_utf8dump()
53 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8dump()
119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8string()
141 if (byte3 != -1) in check_utf8string()
143 CAPTURE(byte3) in check_utf8string()
144 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string()
[all...]
H A Dunit-unicode5.cpp32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4);
34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8dump()
41 CAPTURE(byte3) in check_utf8dump()
51 if (byte3 != -1) in check_utf8dump()
53 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8dump()
119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8string()
141 if (byte3 != -1) in check_utf8string()
143 CAPTURE(byte3) in check_utf8string()
144 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string()
[all...]
H A Dunit-unicode3.cpp32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4);
34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8dump()
41 CAPTURE(byte3) in check_utf8dump()
51 if (byte3 != -1) in check_utf8dump()
53 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8dump()
119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1) in check_utf8string()
141 if (byte3 != -1) in check_utf8string()
143 CAPTURE(byte3) in check_utf8string()
144 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string()
[all...]
/third_party/rust/crates/memchr/bench/src/memchr/
H A Dmod.rs348 search.byte1.count + search.byte2.count + search.byte3.count, in all()
352 search.byte3.byte, in all()
361 search.byte1.count + search.byte2.count + search.byte3.count, in all()
365 search.byte3.byte, in all()
374 search.byte1.count + search.byte2.count + search.byte3.count, in all()
378 search.byte3.byte, in all()
387 search.byte1.count + search.byte2.count + search.byte3.count, in all()
391 search.byte3.byte, in all()
407 + search.byte3.count, in all()
411 search.byte3 in all()
[all...]
H A Dinputs.rs308 pub byte3: SearchByte,
323 byte3: bytes[2], in new()
/third_party/icu/icu4c/source/i18n/
H A Dcollation.cpp91 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
92 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep()
93 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
95 byte3 += 254; in decThreeBytePrimaryByOneStep()
111 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollation.cpp91 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
92 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep()
93 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
95 byte3 += 254; in decThreeBytePrimaryByOneStep()
111 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollation.cpp100 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
101 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep()
102 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
104 byte3 += 254; in decThreeBytePrimaryByOneStep()
120 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUtf8.java125 // int state = byte1 ^ (byte2 << 8) ^ (byte3 << 16);
132 // int byte3 = (byte) (state >> 16);
187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() argument
188 return (byte1 > (byte) 0xF4 || byte2 > (byte) 0xBF || byte3 > (byte) 0xBF) in incompleteStateFor()
190 : byte1 ^ (byte2 << 8) ^ (byte3 << 16); in incompleteStateFor()
488 // byte3 trailing-byte test in partialIsValidUtf8Default()
495 // Get byte2 and byte3 from saved state or array in partialIsValidUtf8Default()
497 byte byte3 = 0; in partialIsValidUtf8Default()
504 byte3 = (byte) (state >> 16); in partialIsValidUtf8Default()
506 if (byte3 in partialIsValidUtf8Default()
1914 handleThreeBytes( byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) handleThreeBytes() argument
1930 handleFourBytes( byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) handleFourBytes() argument
[all...]
/third_party/libunwind/libunwind/src/ia64/
H A Dunwind_decoder.h164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
167 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_x4()
173 ytreg = byte3; in unw_decode_x4()
175 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4()
264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
266 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_p2_p5()
268 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollation.java536 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep()
537 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep()
538 return (basePrimary & 0xffff0000L) | (byte3 << 8); in decThreeBytePrimaryByOneStep()
540 byte3 += 254; in decThreeBytePrimaryByOneStep()
556 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8); in decThreeBytePrimaryByOneStep()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollation.java538 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep()
539 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep()
540 return (basePrimary & 0xffff0000L) | (byte3 << 8); in decThreeBytePrimaryByOneStep()
542 byte3 += 254; in decThreeBytePrimaryByOneStep()
558 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8); in decThreeBytePrimaryByOneStep()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dpng.cc43 unsigned char byte3(uint32_t word) { in byte3() function
65 data.push_back(byte3(pixel)); // A in ConvertToPNG()
/third_party/rust/crates/aho-corasick/src/
H A Dprefilter.rs575 byte3: bytes[2], in build()
763 byte3: u8,
773 memchr3(self.byte1, self.byte2, self.byte3, &haystack[at..]) in next_candidate()
877 byte3: bytes[2], in build()
968 byte3: u8,
978 memchr3(self.byte1, self.byte2, self.byte3, &haystack[at..]) in next_candidate()
/third_party/backends/backend/
H A Dricoh.h253 SANE_Byte byte3; member
295 SANE_Byte byte3; member
H A Dibm.h308 SANE_Byte byte3; member
351 SANE_Byte byte3; member
H A Dibm-scsi.c133 SANE_Byte byte3; member
H A Dricoh-scsi.c119 SANE_Byte byte3; member
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc459 uint8 byte3 = static_cast<uint8>(it_[2]); in operator *()
463 | (byte3 & 0x3F); in operator *()
468 | ((byte3 & 0x3F) << 6) in operator *()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_iptc.cpp279 uint32 byte3 = stream.Get_uint8 (); in Parse() local
283 byte3 == 0x47) in Parse()
H A Ddng_image_writer.cpp3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord() local
3473 *dstPtr3 = byte3; in PutCodeWord()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c2978 FT_UInt32 byte3 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
2984 ( byte3 << 8 ) | in cf2_interpT2CharString()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc2042 if (((mov & 0xffffff00) == 0xe3a0c400) && // mov IP, (byte3 rot 4)
2634 const uint32_t byte3 = (value & 0xff000000) >> 24;
2635 mov(rd, Operand(4, byte3), cond);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp632 double byte3 = deFloat16To64((deFloat16)((iRep >> 48) & 0xffff)); in doPrintValue16() local
633 os << fmt.floatToHex(byte0) << " " << fmt.floatToHex(byte1) << " " << fmt.floatToHex(byte2) << " " << fmt.floatToHex(byte3); in doPrintValue16()

Completed in 36 milliseconds

12