Home
last modified time | relevance | path

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

12

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java198 private static int incompleteStateFor(int byte1, int byte2) { in incompleteStateFor()
204 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor()
599 final int byte2 = buffer.get(index++); in partialIsValidUtf8() local
792 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
812 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
929 int byte1, byte2; in partialIsValidUtf8NonAscii() local
1048 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
1068 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local
1144 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local
1164 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8Direct() local
[all …]
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java109 byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes()
121 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes()
136 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
/external/guava/guava/src/com/google/common/base/
DUtf8.java163 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
178 int byte2 = bytes[index++]; in isWellFormedSlowPath() local
/external/libunwind/src/ia64/
Dunwind_decoder.h126 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
/external/icu/icu4c/source/i18n/
Dcollation.cpp80 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
/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/skia/tests/
DSkVxTest.cpp19 using byte2 = skvx::Vec<2,uint8_t>; typedef
/external/u-boot/drivers/mtd/
Dmw_eeprom.c103 u8 byte2=0; in mw_eeprom_write_word() local
/external/dng_sdk/source/
Ddng_iptc.cpp278 uint32 byte2 = stream.Get_uint8 (); in Parse() local
Ddng_image_writer.cpp3445 uint8 byte2 = (uint8) (code << (-shift2)); in PutCodeWord() local
3461 uint8 byte2 = (uint8) (code >> shift2); in PutCodeWord() local
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c168 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c168 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
/external/mesa3d/src/glx/
Dxfont.c173 int byte1 = 0, byte2 = 0; in isvalid() local
/external/libtextclassifier/utils/utf8/
Dunicodetext.cc281 unsigned char byte2 = static_cast<unsigned char>(it_[1]); in operator *() local
/external/scapy/scapy/
Dutils6.py759 def matching_bits(byte1, byte2): argument
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c682 uint8_t byte1, byte2; in readPrefixes() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp514 unsigned char byte2 = 0; in ReadEOLMarkers() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUtilities.java138 Matcher byte2 = PatternCache.get("%[A-Za-z0-9]{2}%[A-Za-z0-9]{2}") in TestUrlEscape() local
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp454 uint8_t byte1, byte2; in readPrefixes() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp452 uint8_t byte1, byte2; in readPrefixes() local
/external/freetype/src/psaux/
Dpsintrp.c2895 CF2_Int byte2 = cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
2962 FT_UInt32 byte2 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java1258 int byte2 = in writeAttrURI() local
/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh91 #define Make_OpCode_ESC(byte2) ((OpCode)(OpCode_ESC_Base + (byte2))) argument
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc950 int byte2 = ((imm >> 8) & 0xff); in Movi16bitHelper() local
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2807 const uint32_t byte2 = (value & 0x00ff0000) >> 16; in LoadPatchableImmediate() local

12