HomeSort by relevance Sort by last modified time
    Searched refs:xF8 (Results 76 - 100 of 339) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
msdos_fs.h 64 #define FAT_VALID_MEDIA(x) ((0xF8 <= (x) && (x) <= 0xFF) || (x) == 0xF0)
  /external/chromium/third_party/libjingle/source/talk/base/
Equifax_Secure_Global_eBusiness_CA-1.h 39 0x09,0x60,0x86,0x48,0x01,0x86,0xF8,0x42,0x01,0x01,0x04,0x04,0x03,0x02,0x00,0x07,
48 0xF7,0x2D,0x45,0xF8,0xEC,0xC7,0xBF,0xA2,0x41,0x0D,0x23,0xB4,0x92,0xF9,0x19,0x00,
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.cpp 45 if ((b0 & 0xF8) == 0xF0)
126 static const unsigned char firstByteMark[7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
  /external/valgrind/main/none/tests/s390x/
table.h 35 0xF8, 0xF9, 0xFA, 0xFB, 0xFC, 0xFD, 0xFE, 0xFF
72 0xF8, 0xF9, 0xFA, 0xDB, 0xDC, 0xDD, 0xDE, 0xFF
  /external/chromium_org/v8/src/ia32/
disasm-ia32.cc 683 ASSERT_EQ(0xD8, escape_opcode & 0xF8);
750 switch (modrm_byte & 0xF8) {
772 case 0xF8: mnem = "fprem"; break;
791 if ((modrm_byte & 0xF8) == 0xE8) {
805 switch (modrm_byte & 0xF8) {
809 case 0xF8: mnem = "fdiv"; break;
816 switch (modrm_byte & 0xF8) {
828 switch (modrm_byte & 0xF8) {
832 case 0xF8: mnem = "fdivp"; break;
841 } else if ((modrm_byte & 0xF8) == 0xE8)
    [all...]
  /external/valgrind/main/VEX/useful/
hd_fpu.c 809 case 0xF8 ... 0xFF: /* FDIVR %st(?),%st(0) */
810 fp_do_op_ST_ST ( modrm - 0xF8, 0, Fp_DivR, False );
1016 case 0xF8: { /* FPREM */
    [all...]
  /libcore/luni/src/test/java/tests/targets/security/
KeyStoreTestPKCS12.java 128 (byte) 0x76, (byte) 0x7C, (byte) 0xE6, (byte) 0xF8, (byte) 0x03,
221 (byte) 0xD5, (byte) 0xF8, (byte) 0x59, (byte) 0xAE, (byte) 0xAD,
240 (byte) 0x0B, (byte) 0xB6, (byte) 0xA2, (byte) 0xCF, (byte) 0xF8,
254 (byte) 0x56, (byte) 0xFF, (byte) 0xF9, (byte) 0xF8, (byte) 0x87,
293 (byte) 0xFE, (byte) 0x70, (byte) 0x7A, (byte) 0x9D, (byte) 0xF8,
359 (byte) 0xDB, (byte) 0x66, (byte) 0xE0, (byte) 0xF2, (byte) 0xF8,
379 (byte) 0x87, (byte) 0xB4, (byte) 0xF8, (byte) 0x76, (byte) 0xEB,
    [all...]
  /libcore/support/src/test/java/tests/security/
DefaultKeys.java 54 (byte) 0xD4, (byte) 0xA2, (byte) 0x08, (byte) 0x93, (byte) 0x63, (byte) 0x21, (byte) 0x0E, (byte) 0xC5, (byte) 0x3C, (byte) 0x97, (byte) 0x7E, (byte) 0x71, (byte) 0x0B, (byte) 0x79, (byte) 0xF8, (byte) 0x60, (byte) 0x73,
86 (byte) 0x10, (byte) 0x22, (byte) 0xC2, (byte) 0x4F, (byte) 0xBB, (byte) 0xA9, (byte) 0xD7, (byte) 0xFE, (byte) 0xB7, (byte) 0xC6, (byte) 0x1B, (byte) 0xF8, (byte) 0x3B, (byte) 0x57, (byte) 0xE7, (byte) 0xC6, (byte) 0xA8,
107 (byte) 0x4F, (byte) 0xBB, (byte) 0xA9, (byte) 0xD7, (byte) 0xFE, (byte) 0xB7, (byte) 0xC6, (byte) 0x1B, (byte) 0xF8, (byte) 0x3B, (byte) 0x57, (byte) 0xE7, (byte) 0xC6, (byte) 0xA8, (byte) 0xA6, (byte) 0x15, (byte) 0x0F,
122 (byte) 0x71, (byte) 0x16, (byte) 0xE3, (byte) 0xE8, (byte) 0x04, (byte) 0xE8, (byte) 0x46, (byte) 0x12, (byte) 0x0C, (byte) 0xF8, (byte) 0xFC, (byte) 0x8E, (byte) 0x15, (byte) 0x26, (byte) 0x32, (byte) 0xF7, (byte) 0x8C,
135 (byte) 0x04, (byte) 0x7B, (byte) 0x10, (byte) 0x22, (byte) 0xC2, (byte) 0x4F, (byte) 0xBB, (byte) 0xA9, (byte) 0xD7, (byte) 0xFE, (byte) 0xB7, (byte) 0xC6, (byte) 0x1B, (byte) 0xF8, (byte) 0x3B, (byte) 0x57, (byte) 0xE7,
162 (byte) 0x22, (byte) 0xC2, (byte) 0x4F, (byte) 0xBB, (byte) 0xA9, (byte) 0xD7, (byte) 0xFE, (byte) 0xB7, (byte) 0xC6, (byte) 0x1B, (byte) 0xF8, (byte) 0x3B, (byte) 0x57, (byte) 0xE7, (byte) 0xC6, (byte) 0xA8, (byte) 0xA6,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
dh_groups.c 223 0xDA, 0xE2, 0xAE, 0xF8, 0x37, 0xA6, 0x29, 0x64,
313 0xDA, 0xE2, 0xAE, 0xF8, 0x37, 0xA6, 0x29, 0x64,
326 0xF8, 0x97, 0xFD, 0x03, 0x6C, 0xC5, 0x04, 0x32,
435 0xDA, 0xE2, 0xAE, 0xF8, 0x37, 0xA6, 0x29, 0x64,
448 0xF8, 0x97, 0xFD, 0x03, 0x6C, 0xC5, 0x04, 0x32,
547 0xF8, 0xFF, 0x94, 0x06, 0xAD, 0x9E, 0x53, 0x0E,
605 0xDA, 0xE2, 0xAE, 0xF8, 0x37, 0xA6, 0x29, 0x64,
618 0xF8, 0x97, 0xFD, 0x03, 0x6C, 0xC5, 0x04, 0x32,
667 0x7A, 0xA8, 0x55, 0x1E, 0xC5, 0x0F, 0xDF, 0xF8,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 221 inner_paint.setARGB(0xFF, 0xF8, 0xF8, 0xF8);

Completed in 664 milliseconds

1 2 34 5 6 7 8 91011>>