HomeSort by relevance Sort by last modified time
    Searched refs:byte4 (Results 1 - 12 of 12) sorted by null

  /external/flatbuffers/java/com/google/flatbuffers/
Utf8.java 136 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos)
148 || isNotTrailingByte(byte4)) {
154 | trailingByteValue(byte4);
  /external/oj-libjdwp/src/share/npt/
utf.c 233 unsigned byte2, byte3, byte4, u21; local
238 byte4 = (unsigned char)string[++i];
243 u21 += (byte4 & 0x3F);
251 newString[j++] = byte4;
274 unsigned byte1, byte2, byte3, byte4, byte5, byte6; local
302 byte4 = (unsigned char)string[i+1];
305 if ( byte4 == 0xED && (byte5 & 0xF0) == 0xB0 ) {
341 unsigned byte1, byte2, byte3, byte4, byte5, byte6; local
360 byte4 = (unsigned char)string[i+1];
363 if ( byte4 == 0xED && (byte5 & 0xF0) == 0xB0 )
    [all...]
  /art/tools/
stream-trace-converter.py 53 byte4 = f.read(1)
54 if not byte4:
56 return ord(byte1) + (ord(byte2) << 8) + (ord(byte3) << 16) + (ord(byte4) << 24);
  /external/skia/tests/
SkVxTest.cpp 20 using byte4 = skvx::Vec<4,uint8_t>;
55 static_assert(sizeof(byte4) == 4, "");
  /external/swiftshader/src/Common/
Types.hpp 53 typedef ALIGN(4, uint8_t) byte4[4]; member in namespace:sw
  /external/swiftshader/src/System/
Types.hpp 52 typedef ALIGN(4, uint8_t) byte4[4]; member in namespace:sw
  /external/libtextclassifier/utils/utf8/
unicodetext.cc 289 unsigned char byte4 = static_cast<unsigned char>(it_[3]); local
291 ((byte3 & 0x3F) << 6) | (byte4 & 0x3F);
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_lib.h 171 unsigned char byte4; member in struct:sg_scsi_sense_hdr
  /external/libevent/
evutil.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1261 int byte4 = 0x80 | xxxxxx; local
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestUtilities.java 142 Matcher byte4 = PatternCache.get( local
159 assertTrue("Should be %xx%xx%xx%xx", byte4.reset(escaped)
    [all...]
  /external/freetype/src/psaux/
psintrp.c 2964 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); local
    [all...]

Completed in 2697 milliseconds