Home
last modified time | relevance | path

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

12

/external/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 …]
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java104 static void handleOneByte(byte byte1, char[] resultArr, int resultPos) { in handleOneByte()
109 byte byte1, byte byte2, char[] resultArr, int resultPos) in handleTwoBytes()
123 byte byte1, byte byte2, byte byte3, char[] resultArr, int resultPos) in handleThreeBytes()
138 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes()
/external/capstone/arch/X86/
DX86DisassemblerDecoder.c682 uint8_t byte1, byte2; in readPrefixes() local
743 uint8_t byte1; in readPrefixes() local
783 uint8_t byte1; in readPrefixes() local
815 uint8_t byte1; in readPrefixes() local
/external/oj-libjdwp/src/share/npt/
Dutf.c210 unsigned byte1; 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/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp454 uint8_t byte1, byte2; in readPrefixes() local
501 uint8_t byte1; in readPrefixes() local
536 uint8_t byte1; in readPrefixes() local
571 uint8_t byte1; in readPrefixes() local
/external/pigweed/pw_base64/
Dbase64.cc39 constexpr char BitGroup1Char(uint8_t byte0, uint8_t byte1 = 0) { in BitGroup1Char()
43 constexpr char BitGroup2Char(uint8_t byte1, uint8_t byte2 = 0) { in BitGroup2Char()
/external/deqp-deps/amber/samples/
Dppm.cc31 uint8_t byte1(uint32_t word) { in byte1() function
Dpng.cc35 unsigned char byte1(uint32_t word) { in byte1() function
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DAES256SHA256Decoder.java46 final int byte1 = 0xff & coder.properties[1]; in decode() local
/external/clang/test/Rewriter/
Drewrite-modern-block.mm8 char byte1; field
/external/libtextclassifier/native/utils/strings/
Dutf8.cc47 unsigned char byte1 = static_cast<unsigned char>(str[0]); in ValidCharToRune() local
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp334 uint8_t byte1 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar() local
339 uint8_t byte1 = offset < pBytes.size() ? pBytes[offset++] : 0; in GetNextChar() local
/external/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
/external/guava/android/guava/src/com/google/common/base/
DUtf8.java141 int byte1; in isWellFormedSlowPath() local
/external/guava/guava/src/com/google/common/base/
DUtf8.java141 int byte1; in isWellFormedSlowPath() local
/external/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
/external/openscreen/cast/streaming/
Drtcp_common.cc77 const uint8_t byte1 = ConsumeField<uint8_t>(&buffer); in Parse() local
/external/usrsctp/usrsctplib/netinet/
Dsctp_crc32.c742 uint8_t byte0, byte1, byte2, byte3; in sctp_finalize_crc32c() local
/external/bcc/src/cc/
Dbcc_debug.cc62 uint8_t byte1) { in adjustInstSize()
/external/dng_sdk/source/
Ddng_iptc.cpp277 uint32 byte1 = stream.Get_uint8 (); in Parse() local
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_usefont.c169 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
/external/mesa3d/src/mesa/drivers/x11/
Dxfonts.c167 unsigned int byte1 = 0, byte2 = 0; in isvalid() local
/external/mesa3d/src/glx/
Dxfont.c173 int byte1 = 0, byte2 = 0; in isvalid() local
/external/scapy/scapy/
Dutils6.py759 def matching_bits(byte1, byte2): argument
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUtilities.java161 Matcher byte1 = PatternCache.get("%[A-Za-z0-9]{2}").matcher(""); in TestUrlEscape() local

12