Home
last modified time | relevance | path

Searched defs:byte2 (Results 1 – 25 of 42) sorted by relevance

12

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java184 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor()
188 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor()
595 int byte2 = buffer.get(index++); in partialIsValidUtf8() local
891 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
911 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
1109 int byte2; in partialIsValidUtf8NonAscii() local
1212 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
1232 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
1309 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local
1329 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local
[all …]
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java183 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor()
187 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor()
594 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 …]
/external/cronet/third_party/icu/source/i18n/
Dcollation.cpp71 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
/external/icu/icu4c/source/i18n/
Dcollation.cpp71 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
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java163 byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes()
177 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes()
192 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
/external/guava/guava/src/com/google/common/base/
DUtf8.java165 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
180 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
/external/guava/android/guava/src/com/google/common/base/
DUtf8.java165 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
180 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
/external/ComputeLibrary/src/gpu/cl/
DClKernelLibrary.cpp99 const int byte2 = b64_invtab[str[c + 2]]; in decode_base64() local
112 const int byte2 = b64_invtab[str[c + 2]]; in decode_base64() local
/external/webrtc/net/dcsctp/packet/
Dcrc32c.cc24 uint8_t byte2 = crc32c >> 16; in GenerateCrc32C() local
/external/cronet/third_party/protobuf/third_party/utf8_range/
Dnaive.c48 const unsigned char byte2 = data[1]; in utf8_naive() local
/external/protobuf/third_party/utf8_range/
Dnaive.c48 const unsigned char byte2 = data[1]; in utf8_naive() local
/external/oj-libjdwp/src/share/npt/
Dutf.c233 unsigned byte2, byte3, byte4, u21; in utf8sToUtf8m() local
274 unsigned byte1, byte2, byte3, byte4, byte5, byte6; in utf8mToUtf8sLength() local
341 unsigned byte1, byte2, byte3, byte4, byte5, byte6; in utf8mToUtf8s() local
/external/pigweed/pw_base64/
Dbase64.cc45 constexpr char BitGroup2Char(uint8_t byte1, uint8_t byte2 = 0) { in BitGroup2Char()
49 constexpr char BitGroup3Char(uint8_t byte2) { in BitGroup3Char()
/external/deqp-deps/amber/samples/
Dppm.cc35 uint8_t byte2(uint32_t word) { in byte2() function
Dpng.cc39 unsigned char byte2(uint32_t word) { in byte2() function
/external/libtextclassifier/native/utils/strings/
Dutf8.cc53 unsigned char byte2 = static_cast<unsigned char>(str[1]); in ValidCharToRune() local
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp370 uint8_t byte2 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar() local
377 uint8_t byte2 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar() local
/external/cronet/third_party/ced/src/compact_enc_det/
Dcompact_enc_det.cc2518 void UTF7BoostWhack(DetectEncodingState* destatep, int next_pair, uint8 byte2) { in UTF7BoostWhack()
2555 void HzBoostWhack(DetectEncodingState* destatep, uint8 byte2) { in HzBoostWhack()
2566 void BinaryBoostWhack(DetectEncodingState* destatep, uint8 byte1, uint8 byte2) { in BinaryBoostWhack()
3027 uint8 byte2 = destatep->interesting_pairs[AsciiPair][next_pair * 2 + 1]; in ActiveSpecialBoostWhack() local
3070 uint8 byte2 = destatep->interesting_pairs[OtherPair][next_pair * 2 + 1]; in ActiveSpecialBoostWhack() local
3175 bool RepeatedBigram(DetectEncodingState* destatep, uint8 byte1, uint8 byte2) { in RepeatedBigram()
3197 bool RepeatedBinary(DetectEncodingState* destatep, uint8 byte1, uint8 byte2) { in RepeatedBinary()
3284 uint8 byte2 = destatep->interesting_pairs[OtherPair][1]; in CalcReliable() local
3822 uint8 byte2 = destatep->interesting_pairs[OtherPair][next_pair * 2 + 1]; in BoostPrune() local
4304 uint8 byte2 = destatep->interesting_pairs[OtherPair][1]; in BoostPrune() local
[all …]
/external/rust/crates/aho-corasick/src/
Dprefilter.rs723 byte2: u8, field
762 byte2: u8, field
939 byte2: u8, field
967 byte2: u8, field
/external/dng_sdk/source/
Ddng_iptc.cpp278 uint32 byte2 = stream.Get_uint8 (); in Parse() local
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c167 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_usefont.c169 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
/external/mesa3d/src/glx/
Dxfont.c173 int byte1 = 0, byte2 = 0; in isvalid() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h179 using byte2 = Vec2<int8_t>; variable
/external/scapy/scapy/
Dutils6.py759 def matching_bits(byte1, byte2): argument

12