/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 | 192 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes() argument 204 || isNotTrailingByte(byte4)) { in handleFourBytes() 210 | trailingByteValue(byte4); in handleFourBytes()
|
/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/skia/src/core/ |
D | SkSwizzlePriv.h | 26 return skvx::cast<float>(skvx::byte4::Load(&px)) * (1 / 255.0f); in Sk4f_fromL32()
|
D | Sk4px.h | 55 skvx::byte4 a = skvx::byte4::Load(alphas); in Load4Alphas()
|
D | SkMipmap.cpp | 30 return skvx::cast<uint16_t>(skvx::byte4::Load(&x)); in Expand()
|
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | Utf8.kt | 154 byte4: Byte, in handleFourBytes() 166 isNotTrailingByte(byte4) in handleFourBytes() 174 or trailingByteValue(byte4) in handleFourBytes()
|
/external/skia/tests/ |
D | SkVxTest.cpp | 23 static_assert(sizeof(byte4) == 4, ""); in DEF_TEST() 108 REPORTER_ASSERT(r, all( byte4{1,2,3,4} < 5)); in DEF_TEST() 143 REPORTER_ASSERT(r, all(mull(byte4 (x), byte4 (y)) == xy)); in DEF_TEST()
|
/external/skia/src/effects/imagefilters/ |
D | SkArithmeticImageFilter.cpp | 171 skvx::float4 s = skvx::cast<float>(skvx::byte4::Load(src+i)), in arith_span() 172 d = skvx::cast<float>(skvx::byte4::Load(dst+i)), in arith_span() 188 skvx::float4 d = skvx::cast<float>(skvx::byte4::Load(dst+i)), in arith_transparent()
|
/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/swiftshader/src/System/ |
D | Types.hpp | 212 using byte4 = vec4<byte>; typedef
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | types.h | 197 using byte4 = Vec4<int8_t>; variable
|
/external/sg3_utils/include/ |
D | sg_lib.h | 206 uint8_t byte4; /* descriptor: SDAT_OVFL; fixed: lower three ... */ member
|
/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 | 1914 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes() argument 1926 || isNotTrailingByte(byte4)) { in handleFourBytes() 1933 | trailingByteValue(byte4); in handleFourBytes()
|
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Utf8.java | 1963 byte byte1, byte byte2, byte byte3, byte byte4, char[] resultArr, int resultPos) in handleFourBytes() argument 1975 || isNotTrailingByte(byte4)) { in handleFourBytes() 1982 | 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-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestUtilities.java | 167 Matcher byte4 = PatternCache.get( in TestUrlEscape() local 184 assertTrue("Should be %xx%xx%xx%xx", byte4.reset(escaped) in TestUrlEscape()
|
/external/freetype/src/psaux/ |
D | psintrp.c | 2981 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local 2987 byte4 ); in cf2_interpT2CharString()
|
/external/sg3_utils/lib/ |
D | sg_lib.c | 2210 sshp->byte4 = sbp[4]; /* bit 7: SDAT_OVFL bit */ in sg_scsi_normalize_sense() 2223 sshp->byte4 = sbp[4]; in sg_scsi_normalize_sense()
|
/external/skia/src/base/ |
D | SkVx.h | 1020 using byte4 = Vec< 4, uint8_t>;
|
/external/sg3_utils/ |
D | ChangeLog | 281 - sg_scsi_normalize_sense(): populate byte4,5,6
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 87278 u8 byte4; member
|
D | vmlinux.h | 87278 u8 byte4; member
|