Home
last modified time | relevance | path

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

12

/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.java192 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/
Dutf8.cc65 unsigned char byte4 = static_cast<unsigned char>(str[3]); in ValidCharToRune() local
68 ((byte3 & 0x3F) << 6) | (byte4 & 0x3F); in ValidCharToRune()
/external/skia/src/core/
DSkSwizzlePriv.h26 return skvx::cast<float>(skvx::byte4::Load(&px)) * (1 / 255.0f); in Sk4f_fromL32()
DSk4px.h55 skvx::byte4 a = skvx::byte4::Load(alphas); in Load4Alphas()
DSkMipmap.cpp30 return skvx::cast<uint16_t>(skvx::byte4::Load(&x)); in Expand()
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DUtf8.kt154 byte4: Byte, in handleFourBytes()
166 isNotTrailingByte(byte4) in handleFourBytes()
174 or trailingByteValue(byte4) in handleFourBytes()
/external/skia/tests/
DSkVxTest.cpp23 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/
DSkArithmeticImageFilter.cpp171 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/
D2008-05-12-tailmerge-5.ll29 %byte4 = trunc i64 %shft to i8 ; <i8> [#uses=1]
30 store i8 %byte4, i8* %Loc
/external/swiftshader/src/System/
DTypes.hpp212 using byte4 = vec4<byte>; typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h197 using byte4 = Vec4<int8_t>; variable
/external/sg3_utils/include/
Dsg_lib.h206 uint8_t byte4; /* descriptor: SDAT_OVFL; fixed: lower three ... */ member
/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.java1914 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/
DUtf8.java1963 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/
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-code/src/test/java/org/unicode/cldr/unittest/
DTestUtilities.java167 Matcher byte4 = PatternCache.get( in TestUrlEscape() local
184 assertTrue("Should be %xx%xx%xx%xx", byte4.reset(escaped) in TestUrlEscape()
/external/freetype/src/psaux/
Dpsintrp.c2981 FT_UInt32 byte4 = (FT_UInt32)cf2_buf_readByte( charstring ); in cf2_interpT2CharString() local
2987 byte4 ); in cf2_interpT2CharString()
/external/sg3_utils/lib/
Dsg_lib.c2210 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/
DSkVx.h1020 using byte4 = Vec< 4, uint8_t>;
/external/sg3_utils/
DChangeLog281 - sg_scsi_normalize_sense(): populate byte4,5,6
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h87278 u8 byte4; member
Dvmlinux.h87278 u8 byte4; member

12