/external/oj-libjdwp/src/share/npt/ |
D | utf.c | 233 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/ |
D | Utf8.java | 138 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/ |
D | SkVxTest.cpp | 20 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/ |
D | utf8.cc | 65 unsigned char byte4 = static_cast<unsigned char>(str[3]); in ValidCharToRune() local 68 ((byte3 & 0x3F) << 6) | (byte4 & 0x3F); in ValidCharToRune()
|
/external/swiftshader/src/Common/ |
D | Types.hpp | 53 typedef ALIGN(4, uint8_t) byte4[4];
|
/external/swiftshader/src/System/ |
D | Types.hpp | 201 using byte4 = vec4<byte>; typedef
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-05-12-tailmerge-5.ll | 29 %byte4 = trunc i64 %shft to i8 ; <i8> [#uses=1] 30 store i8 %byte4, i8* %Loc
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 171 unsigned char byte4; member
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2008-05-12-tailmerge-5.ll | 77 %byte4 = trunc i64 %shft to i8 ; <i8> [#uses=1] 78 store i8 %byte4, i8* %Loc
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | types.h | 197 using byte4 = Vec4<int8_t>; variable
|
/external/dtc/Documentation/ |
D | dts-format.txt | 87 e.g. prop = [ab cd ef byte4: 00 ff fe];
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 1931 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/ |
D | evutil.c | 2056 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/ |
D | ToHTMLStream.java | 1261 int byte4 = 0x80 | xxxxxx; in writeAttrURI() local 1270 writer.write(makeHHString(byte4)); in writeAttrURI()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestUtilities.java | 154 Matcher byte4 = PatternCache.get( in TestUrlEscape() local 171 assertTrue("Should be %xx%xx%xx%xx", byte4.reset(escaped) in TestUrlEscape()
|
/external/freetype/src/psaux/ |
D | psintrp.c | 2976 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local 2982 byte4 ); in cf2_interpT2CharString()
|