/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
D | Utf8.java | 172 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 173 if (byte2 == 0) { in partialIsValidUtf8() 174 byte2 = bytes[index++]; in partialIsValidUtf8() 176 return incompleteStateFor(byte1, byte2); in partialIsValidUtf8() 179 if (byte2 > (byte) 0xBF || in partialIsValidUtf8() 181 (byte1 == (byte) 0xE0 && byte2 < (byte) 0xA0) || in partialIsValidUtf8() 183 (byte1 == (byte) 0xED && byte2 >= (byte) 0xA0) || in partialIsValidUtf8() 192 int byte2 = (byte) ~(state >> 8); in partialIsValidUtf8() local 194 if (byte2 == 0) { in partialIsValidUtf8() 195 byte2 = bytes[index++]; in partialIsValidUtf8() [all …]
|
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/util/ |
D | BookmarkUtils.java | 30 public static boolean byteArrayEqual(byte[] byte1, byte[] byte2) { in byteArrayEqual() argument 31 if (byte1 == null && byte2 != null) { in byteArrayEqual() 32 return byte2.length == 0; in byteArrayEqual() 34 if (byte2 == null && byte1 != null) { in byteArrayEqual() 37 return Arrays.equals(byte1, byte2); in byteArrayEqual()
|
/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 561 UInt byte2 = (0x80 | klmnop); in s390_do_cu41() local 563 retval = (byte1 << 8) | byte2; in s390_do_cu41() 571 UInt byte2 = 0x80 | efghij; in s390_do_cu41() local 574 retval = (byte1 << 16) | (byte2 << 8) | byte3; in s390_do_cu41() 583 UInt byte2 = 0x80 | (xy << 4) | efgh; in s390_do_cu41() local 587 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4; in s390_do_cu41() 654 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, in s390_do_cu12_cu14_helper2() argument 672 if (byte2 < 0x80 || byte2 > 0xbf) { in s390_do_cu12_cu14_helper2() 680 UInt klmnop = byte2 & 0x3f; in s390_do_cu12_cu14_helper2() 691 if ((byte2 < 0xa0 || byte2 > 0xbf) || in s390_do_cu12_cu14_helper2() [all …]
|
D | guest_s390_defs.h | 85 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,
|
D | guest_s390_toIR.c | 9072 IRTemp byte2 = newTemp(Ity_I8); in s390_irgen_CLST() local 9080 assign(byte2, load(Ity_I8, mkexpr(address2))); in s390_irgen_CLST() 9089 binop(Iop_Xor8, mkexpr(byte2), mkexpr(end))))); in s390_irgen_CLST() 9100 next_insn_if(binop(Iop_CmpEQ8, mkexpr(end), mkexpr(byte2))); in s390_irgen_CLST() 9105 unop(Iop_8Uto32, mkexpr(byte2)))); in s390_irgen_CLST() 9109 next_insn_if(binop(Iop_CmpLT32U, unop(Iop_8Uto32, mkexpr(byte2)), in s390_irgen_CLST() 11582 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, in s390_call_cu12_helper2() argument 11586 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff); in s390_call_cu12_helper2() 11597 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, in s390_call_cu14_helper2() argument 11601 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff); in s390_call_cu14_helper2() [all …]
|
D | guest_x86_toIR.c | 5986 UChar byte2, subopc; in dis_MMX() local 5989 byte2 = getIByte(delta); /* amode / sub-opcode */ in dis_MMX() 5990 subopc = toUChar( (byte2 >> 3) & 7 ); in dis_MMX()
|
D | guest_amd64_toIR.c | 7283 UChar byte2, subopc; in dis_MMX() local 7286 byte2 = getUChar(delta); /* amode / sub-opcode */ in dis_MMX() 7287 subopc = toUChar( (byte2 >> 3) & 7 ); in dis_MMX()
|
/external/valgrind/main/none/tests/s390x/ |
D | clcl.c | 155 uint8_t byte, byte1, byte2; in main() local 165 byte2 = 20; in main() 166 run_test(&byte1, 1, &byte2, 1, 0x00); // first operand low in main() 168 run_test(&byte2, 1, &byte1, 1, 0x00); // first operand high in main() 169 run_test(&byte1, 1, &byte2, 1, 0xFF); // first operand low in main() 171 run_test(&byte2, 1, &byte1, 1, 0xFF); // first operand high in main()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 147 char2b.byte2 = (c & 0xff); in fill_bitmap() 173 int byte1 = 0, byte2 = 0; in isvalid() local 186 byte2 = which & 0xff; in isvalid() 188 if ((fs->min_char_or_byte2 > byte2) || in isvalid() 189 (fs->max_char_or_byte2 < byte2) || in isvalid() 203 (byte2 - fs->min_char_or_byte2); in isvalid()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 141 char2b.byte2 = (c & 0xff); in fill_bitmap() 167 unsigned int byte1 = 0, byte2 = 0; in isvalid() local 180 byte2 = which & 0xff; in isvalid() 182 if ((fs->min_char_or_byte2 > byte2) || in isvalid() 183 (fs->max_char_or_byte2 < byte2) || in isvalid() 197 (byte2 - fs->min_char_or_byte2); in isvalid()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 141 char2b.byte2 = (c & 0xff); in fill_bitmap() 167 unsigned int byte1 = 0, byte2 = 0; in isvalid() local 180 byte2 = which & 0xff; in isvalid() 182 if ((fs->min_char_or_byte2 > byte2) || in isvalid() 183 (fs->max_char_or_byte2 < byte2) || in isvalid() 197 (byte2 - fs->min_char_or_byte2); in isvalid()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 148 char2b.byte2 = (c & 0xff); in fill_bitmap() 174 unsigned int byte1 = 0, byte2 = 0; in isvalid() local 187 byte2 = which & 0xff; in isvalid() 189 if ((fs->min_char_or_byte2 > byte2) || in isvalid() 190 (fs->max_char_or_byte2 < byte2) || in isvalid() 204 (byte2 - fs->min_char_or_byte2); in isvalid()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
D | xfonts.c | 148 char2b.byte2 = (c & 0xff); in fill_bitmap() 174 unsigned int byte1 = 0, byte2 = 0; in isvalid() local 187 byte2 = which & 0xff; in isvalid() 189 if ((fs->min_char_or_byte2 > byte2) || in isvalid() 190 (fs->max_char_or_byte2 < byte2) || in isvalid() 204 (byte2 - fs->min_char_or_byte2); in isvalid()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | xfont.c | 147 char2b.byte2 = (c & 0xff); in fill_bitmap() 173 int byte1 = 0, byte2 = 0; in isvalid() local 186 byte2 = which & 0xff; in isvalid() 188 if ((fs->min_char_or_byte2 > byte2) || in isvalid() 189 (fs->max_char_or_byte2 < byte2) || in isvalid() 203 (byte2 - fs->min_char_or_byte2); in isvalid()
|
/external/chromium_org/components/autofill/core/browser/crypto/ |
D | rc4_decryptor.h | 60 void SwapByte(uint8* byte1, uint8* byte2) { in SwapByte() argument 62 *byte1 = *byte2; in SwapByte() 63 *byte2 = temp; in SwapByte()
|
/external/chromium/chrome/browser/autofill/crypto/ |
D | rc4_decryptor.h | 55 void SwapByte(uint8* byte1, uint8* byte2) { in SwapByte() argument 57 *byte1 = *byte2; in SwapByte() 58 *byte2 = temp; in SwapByte()
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
D | unicodetext.cc | 449 uint8 byte2 = static_cast<uint8>(it_[1]); in operator *() local 452 | (byte2 & 0x3F); in operator *() 457 | ((byte2 & 0x3F) << 6) in operator *() 462 | ((byte2 & 0x3F) << 12) in operator *()
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | ChromeBrowserProvider.java | 876 private static boolean byteArrayEqual(byte[] byte1, byte[] byte2) { in byteArrayEqual() argument 877 if (byte1 == null && byte2 != null) return byte2.length == 0; in byteArrayEqual() 878 if (byte2 == null && byte1 != null) return byte1.length == 0; in byteArrayEqual() 879 return Arrays.equals(byte1, byte2); in byteArrayEqual()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToHTMLStream.java | 1258 int byte2 = in writeAttrURI() local 1266 writer.write(makeHHString(byte2)); in writeAttrURI()
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 1076 private static int byte2(int value) { in byte2() method in InstructionCodec
|