Home
last modified time | relevance | path

Searched defs:byte3 (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/
DUtf8.java193 int byte3 = 0; in partialIsValidUtf8() local
333 private static int incompleteStateFor(int byte1, int byte2, int byte3) { in incompleteStateFor()
/external/icu/icu4c/source/i18n/
Dcollation.cpp98 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; in decThreeBytePrimaryByOneStep() local
/external/libunwind/src/ia64/
Dunwind_decoder.h164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
264 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
/external/valgrind/VEX/priv/
Dguest_s390_helpers.c617 UInt byte3 = 0x80 | klmnop; in s390_do_cu41() local
629 UInt byte3 = 0x80 | ijklmn; in s390_do_cu41() local
699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu12_cu14_helper2()
831 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu12_helper2()
839 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu14_helper2()
Dguest_s390_toIR.c13773 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, in s390_call_cu12_helper2()
13788 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, in s390_call_cu14_helper2()
13846 IRExpr *cond, *addr, *byte2, *byte3, *byte4; in s390_irgen_cu12_cu14() local
/external/dng_sdk/source/
Ddng_iptc.cpp279 uint32 byte3 = stream.Get_uint8 (); in Parse() local
Ddng_image_writer.cpp3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord() local
/external/sonivox/arm-wt-22k/lib_src/
Deas_miditypes.h47 EAS_BOOL8 byte3; /* flag indicates 3rd byte expected */ member
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToHTMLStream.java1260 int byte3 = 0x80 | yyyyyy; in writeAttrURI() local
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java1080 private static int byte3(int value) { in byte3() method in InstructionCodec