Home
last modified time | relevance | path

Searched refs:byte4 (Results 1 – 16 of 16) sorted by relevance

/external/oj-libjdwp/src/share/npt/
Dutf.c233 unsigned byte2, byte3, byte4, u21; in utf8sToUtf8m() local
238 byte4 = (unsigned char)string[++i]; in utf8sToUtf8m()
243 u21 += (byte4 & 0x3F); in utf8sToUtf8m()
251 newString[j++] = byte4; in utf8sToUtf8m()
274 unsigned byte1, byte2, byte3, byte4, byte5, byte6; in utf8mToUtf8sLength() local
302 byte4 = (unsigned char)string[i+1]; in utf8mToUtf8sLength()
305 if ( byte4 == 0xED && (byte5 & 0xF0) == 0xB0 ) { in utf8mToUtf8sLength()
341 unsigned byte1, byte2, byte3, byte4, byte5, byte6; in utf8mToUtf8s() local
360 byte4 = (unsigned char)string[i+1]; in utf8mToUtf8s()
363 if ( byte4 == 0xED && (byte5 & 0xF0) == 0xB0 ) { in utf8mToUtf8s()
/external/flatbuffers/java/com/google/flatbuffers/
DUtf8.java138 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes() argument
150 || isNotTrailingByte(byte4)) { in handleFourBytes()
156 | trailingByteValue(byte4); in handleFourBytes()
/external/skia/tests/
DSkVxTest.cpp20 using byte4 = skvx::Vec< 4,uint8_t>; typedef
38 static_assert(sizeof(byte4) == 4, ""); in DEF_TEST()
115 REPORTER_ASSERT(r, all( byte4{1,2,3,4} < 5)); in DEF_TEST()
152 REPORTER_ASSERT(r, all(mull(byte4 (x), byte4 (y)) == xy)); in DEF_TEST()
/external/libtextclassifier/native/utils/strings/
Dutf8.cc65 unsigned char byte4 = static_cast<unsigned char>(str[3]); in ValidCharToRune() local
68 ((byte3 & 0x3F) << 6) | (byte4 & 0x3F); in ValidCharToRune()
/external/swiftshader/src/Common/
DTypes.hpp53 typedef ALIGN(4, uint8_t) byte4[4];
/external/swiftshader/src/System/
DTypes.hpp201 using byte4 = vec4<byte>; typedef
/external/llvm/test/CodeGen/X86/
D2008-05-12-tailmerge-5.ll29 %byte4 = trunc i64 %shft to i8 ; <i8> [#uses=1]
30 store i8 %byte4, i8* %Loc
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h171 unsigned char byte4; member
/external/llvm-project/llvm/test/CodeGen/X86/
D2008-05-12-tailmerge-5.ll77 %byte4 = trunc i64 %shft to i8 ; <i8> [#uses=1]
78 store i8 %byte4, i8* %Loc
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h197 using byte4 = Vec4<int8_t>; variable
/external/dtc/Documentation/
Ddts-format.txt87 e.g. prop = [ab cd ef byte4: 00 ff fe];
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java1931 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes() argument
1943 || isNotTrailingByte(byte4)) { in handleFourBytes()
1950 | trailingByteValue(byte4); in handleFourBytes()
/external/libevent/
Devutil.c2056 unsigned byte1,byte2,byte3,byte4; in evutil_inet_pton()
2065 &byte1,&byte2,&byte3,&byte4,&more) != 4) in evutil_inet_pton()
2071 byte4 > 255) in evutil_inet_pton()
2075 words[7] = (byte3<<8) | byte4; in evutil_inet_pton()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java1261 int byte4 = 0x80 | xxxxxx; in writeAttrURI() local
1270 writer.write(makeHHString(byte4)); in writeAttrURI()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestUtilities.java154 Matcher byte4 = PatternCache.get( in TestUrlEscape() local
171 assertTrue("Should be %xx%xx%xx%xx", byte4.reset(escaped) in TestUrlEscape()
/external/freetype/src/psaux/
Dpsintrp.c2976 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
2982 byte4 ); in cf2_interpT2CharString()