Home
last modified time | relevance | path

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

/external/protobuf/java/src/main/java/com/google/protobuf/
DUtf8.java193 int byte3 = 0; in partialIsValidUtf8() local
200 byte3 = (byte) (state >> 16); in partialIsValidUtf8()
202 if (byte3 == 0) { in partialIsValidUtf8()
203 byte3 = bytes[index++]; in partialIsValidUtf8()
205 return incompleteStateFor(byte1, byte2, byte3); in partialIsValidUtf8()
220 byte3 > (byte) 0xBF || in partialIsValidUtf8()
333 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor() argument
336 byte3 > (byte) 0xBF) ? in incompleteStateFor()
337 MALFORMED : byte1 ^ (byte2 << 8) ^ (byte3 << 16); in incompleteStateFor()
/external/icu/icu4c/source/i18n/
Dcollation.cpp98 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
99 if(byte3 >= 2) { in decThreeBytePrimaryByOneStep()
100 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
102 byte3 += 254; in decThreeBytePrimaryByOneStep()
118 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8); in decThreeBytePrimaryByOneStep()
/external/sonivox/arm-wt-22k/lib_src/
Deas_midi.c92 pMIDIStream->byte3 = EAS_FALSE; in EAS_InitMIDIStream()
125 pMIDIStream->byte3 = EAS_FALSE; in EAS_ParseMIDIStream()
145 if (pMIDIStream->byte3) in EAS_ParseMIDIStream()
148 pMIDIStream->byte3 = EAS_FALSE; in EAS_ParseMIDIStream()
167 pMIDIStream->byte3 = EAS_TRUE; in EAS_ParseMIDIStream()
186 pMIDIStream->byte3 = EAS_TRUE; in EAS_ParseMIDIStream()
204 pMIDIStream->byte3 = EAS_TRUE; in EAS_ParseMIDIStream()
Deas_miditypes.h47 EAS_BOOL8 byte3; /* flag indicates 3rd byte expected */ member
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollation.java536 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step;
537 if(byte3 >= 2) {
538 return (basePrimary & 0xffff0000L) | (byte3 << 8);
540 byte3 += 254;
556 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollation.java534 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step;
535 if(byte3 >= 2) {
536 return (basePrimary & 0xffff0000L) | (byte3 << 8);
538 byte3 += 254;
554 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8);
/external/valgrind/VEX/priv/
Dguest_s390_helpers.c617 UInt byte3 = 0x80 | klmnop; in s390_do_cu41() local
619 retval = (byte1 << 16) | (byte2 << 8) | byte3; in s390_do_cu41()
629 UInt byte3 = 0x80 | ijklmn; in s390_do_cu41() local
632 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4; in s390_do_cu41()
699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu12_cu14_helper2() argument
737 (byte3 < 0x80 || byte3 > 0xbf)) { in s390_do_cu12_cu14_helper2()
745 (byte3 < 0x80 || byte3 > 0xbf)) { in s390_do_cu12_cu14_helper2()
752 (byte3 < 0x80 || byte3 > 0xbf)) { in s390_do_cu12_cu14_helper2()
762 UInt klmnop = byte3 & 0x3f; in s390_do_cu12_cu14_helper2()
774 (byte3 < 0x80 || byte3 > 0xbf) || in s390_do_cu12_cu14_helper2()
[all …]
Dguest_s390_defs.h85 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
87 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
Dguest_s390_toIR.c13773 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, in s390_call_cu12_helper2() argument
13777 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff); in s390_call_cu12_helper2()
13788 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, in s390_call_cu14_helper2() argument
13792 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff); in s390_call_cu14_helper2()
13846 IRExpr *cond, *addr, *byte2, *byte3, *byte4; in s390_irgen_cu12_cu14() local
13853 byte3 = mkite(cond, unop(Iop_8Uto64, load(Ity_I8, addr)), mkU64(0)); in s390_irgen_cu12_cu14()
13867 assign(retval2, s390_call_cu12_helper2(mkexpr(byte1), byte2, byte3, in s390_irgen_cu12_cu14()
13870 assign(retval2, s390_call_cu14_helper2(mkexpr(byte1), byte2, byte3, in s390_irgen_cu12_cu14()
/external/libunwind/src/ia64/
Dunwind_decoder.h164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
167 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_x4()
173 ytreg = byte3; in unw_decode_x4()
175 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4()
264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
266 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++; in unw_decode_p2_p5()
268 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
/external/dng_sdk/source/
Ddng_iptc.cpp279 uint32 byte3 = stream.Get_uint8 (); in Parse() local
283 byte3 == 0x47) in Parse()
Ddng_image_writer.cpp3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord() local
3473 *dstPtr3 = byte3; in PutCodeWord()
/external/libevent/
Devutil.c1712 int byte1,byte2,byte3,byte4; in evutil_inet_pton()
1721 &byte1,&byte2,&byte3,&byte4,&more) != 4) in evutil_inet_pton()
1726 byte3 > 255 || byte3 < 0 || in evutil_inet_pton()
1731 words[7] = (byte3<<8) | byte4; in evutil_inet_pton()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java1260 int byte3 = 0x80 | yyyyyy; in writeAttrURI() local
1268 writer.write(makeHHString(byte3)); in writeAttrURI()
/external/llvm/test/CodeGen/SystemZ/
Dvec-combine-02.ll176 %byte3 = extractelement <16 x i8> %vec, i32 13
181 store i8 %byte3, i8 *%ptr3
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java1080 private static int byte3(int value) { in byte3() method in InstructionCodec