HomeSort by relevance Sort by last modified time
    Searched refs:x80 (Results 1 - 25 of 6769) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libhevc/common/x86/
ihevc_tables_x86_intr.c 99 { 3, 0x80, 0x80, 0x80, 1, 2, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15, 0x80, 0x80, 0x80, 0, 1, 2, 4, 5, 6, 7, 9, 10, 11, 12, 14, 15 },
100 { 6, 0x80, 0x80, 0x80, 0x80, 0x80, 2, 3, 5, 6, 8, 9, 11, 12, 14, 15, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 1, 2, 4, 5, 7, 8, 10, (…)
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_clip_tables.c 31 0x87, 0x86, 0x85, 0x84, 0x83, 0x82, 0x81, 0x80, 0x7f, 0x7e, 0x7d, 0x7c,
52 0x75, 0x76, 0x77, 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f, 0x80,
67 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80
    [all...]
  /external/webp/src/dsp/
dec_clip_tables.c 31 0x87, 0x86, 0x85, 0x84, 0x83, 0x82, 0x81, 0x80, 0x7f, 0x7e, 0x7d, 0x7c,
52 0x75, 0x76, 0x77, 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f, 0x80,
67 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf.h 16 Runesync = 0x80, // cannot represent part of a UTF sequence (<)
17 Runeself = 0x80, // rune and UTF sequences are the same (<)
  /external/chromium_org/ui/aura/
input_state_lookup_win.cc 24 return (GetKeyState(VK_LBUTTON) & 0x80) ||
25 (GetKeyState(VK_RBUTTON) & 0x80) ||
26 (GetKeyState(VK_MBUTTON) & 0x80) ||
27 (GetKeyState(VK_XBUTTON1) & 0x80) ||
28 (GetKeyState(VK_XBUTTON2) & 0x80);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_utf8.c 85 if((*p & 0x80) == 0) {
90 if((p[1] & 0xc0) != 0x80) return -3;
93 if(value < 0x80) return -4;
97 if( ((p[1] & 0xc0) != 0x80)
98 || ((p[2] & 0xc0) != 0x80) ) return -3;
106 if( ((p[1] & 0xc0) != 0x80)
107 || ((p[2] & 0xc0) != 0x80)
108 || ((p[3] & 0xc0) != 0x80) ) return -3;
117 if( ((p[1] & 0xc0) != 0x80)
118 || ((p[2] & 0xc0) != 0x80)
    [all...]
  /external/openssl/crypto/asn1/
a_utf8.c 85 if((*p & 0x80) == 0) {
90 if((p[1] & 0xc0) != 0x80) return -3;
93 if(value < 0x80) return -4;
97 if( ((p[1] & 0xc0) != 0x80)
98 || ((p[2] & 0xc0) != 0x80) ) return -3;
106 if( ((p[1] & 0xc0) != 0x80)
107 || ((p[2] & 0xc0) != 0x80)
108 || ((p[3] & 0xc0) != 0x80) ) return -3;
117 if( ((p[1] & 0xc0) != 0x80)
118 || ((p[2] & 0xc0) != 0x80)
    [all...]
  /external/llvm/test/MC/Mips/
mips-coprocessor-encodings.s 4 # MIPS64: dmtc0 $12, $16, 2 # encoding: [0x40,0xac,0x80,0x02]
5 # MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00]
6 # MIPS64: mtc0 $12, $16, 2 # encoding: [0x40,0x8c,0x80,0x02]
7 # MIPS64: mtc0 $12, $16, 0 # encoding: [0x40,0x8c,0x80,0x00]
8 # MIPS64: dmfc0 $12, $16, 2 # encoding: [0x40,0x2c,0x80,0x02]
9 # MIPS64: dmfc0 $12, $16, 0 # encoding: [0x40,0x2c,0x80,0x00]
10 # MIPS64: mfc0 $12, $16, 2 # encoding: [0x40,0x0c,0x80,0x02]
11 # MIPS64: mfc0 $12, $16, 0 # encoding: [0x40,0x0c,0x80,0x00]
22 # MIPS64: dmtc2 $12, $16, 2 # encoding: [0x48,0xac,0x80,0x02]
23 # MIPS64: dmtc2 $12, $16, 0 # encoding: [0x48,0xac,0x80,0x00
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderSleb128Test.java 48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
51 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2);
52 performTest(0xffffe000, new byte[]{(byte)0x80, 0x40, 0x11}, 2);
53 performTest(0xffffe080, new byte[]{(byte)0x80, 0x41, 0x11}, 2);
54 performTest(0xfffff800, new byte[]{(byte)0x80, 0x70, 0x11}, 2);
55 performTest(0xffffff80, new byte[]{(byte)0x80, 0x7f, 0x11}, 2);
66 performTest(0x4000, new byte[]{(byte)0x80, (byte)0x80, 0x1, 0x11}, 3)
    [all...]
BaseDexReaderLeb128Test.java 48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
51 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2);
52 performTest(0x2000, new byte[]{(byte)0x80, 0x40, 0x11}, 2);
53 performTest(0x2080, new byte[]{(byte)0x80, 0x41, 0x11}, 2);
54 performTest(0x3800, new byte[]{(byte)0x80, 0x70, 0x11}, 2);
55 performTest(0x3f80, new byte[]{(byte)0x80, 0x7f, 0x11}, 2);
66 performTest(0x4000, new byte[]{(byte)0x80, (byte)0x80, 0x1, 0x11}, 3)
    [all...]
  /ndk/sources/android/support/src/musl-multibyte/
internal.h 15 /* equivalent to: ( (b-0x80) | (b+offset) ) & ~0x3f */
19 #define R(a,b) ((uint32_t)((a==0x80 ? 0x40-b : -a) << 23))
20 #define FAILSTATE R(0x80,0x80)
wcrtomb.c 13 if ((unsigned)wc < 0x80) {
18 *s = 0x80 | (wc&0x3f);
22 *s++ = 0x80 | ((wc>>6)&0x3f);
23 *s = 0x80 | (wc&0x3f);
27 *s++ = 0x80 | ((wc>>12)&0x3f);
28 *s++ = 0x80 | ((wc>>6)&0x3f);
29 *s = 0x80 | (wc&0x3f);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bthdef.h 29 DEFINE_GUID(BLUETOOTH_BASE_UUID,0x00000000,0x0000,0x1000,0x80,0x00,0x00,0x80,0x5F,0x9B,0x34,0xFB);
30 DEFINE_GUID(SDP_PROTOCOL_UUID,0x00000001,0x0000,0x1000,0x80,0x00,0x00,0x80,0x5F,0x9B,0x34,0xFB);
31 DEFINE_GUID(UDP_PROTOCOL_UUID,0x00000002,0x0000,0x1000,0x80,0x00,0x00,0x80,0x5F,0x9B,0x34,0xFB);
32 DEFINE_GUID(RFCOMM_PROTOCOL_UUID,0x00000003,0x0000,0x1000,0x80,0x00,0x00,0x80,0x5F,0x9B,0x34,0xFB);
33 DEFINE_GUID(TCP_PROTOCOL_UUID,0x00000004,0x0000,0x1000,0x80,0x00,0x00,0x80,0x5F,0x9B,0x34,0xFB)
    [all...]
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 9 int $0x80
14 int $0x80
  /bionic/libc/kernel/uapi/linux/
virtio_config.h 26 #define VIRTIO_CONFIG_S_FAILED 0x80
  /development/ndk/platforms/android-L/include/linux/
virtio_config.h 26 #define VIRTIO_CONFIG_S_FAILED 0x80
  /external/kernel-headers/original/uapi/linux/
virtio_config.h 42 #define VIRTIO_CONFIG_S_FAILED 0x80
  /external/libpcap/
arcnet.h 52 #define ARCTYPE_DIAGNOSE 0x80 /* as per ANSI/ATA 878.1 */
  /external/strace/xlat/
openmodessol.h 7 { 0x80, "O_NONBLOCK" },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_config.h 19 #define VIRTIO_CONFIG_S_FAILED 0x80
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_config.h 19 #define VIRTIO_CONFIG_S_FAILED 0x80
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
virtio_config.h 26 #define VIRTIO_CONFIG_S_FAILED 0x80
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
virtio_config.h 26 #define VIRTIO_CONFIG_S_FAILED 0x80
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
virtio_config.h 26 #define VIRTIO_CONFIG_S_FAILED 0x80
  /external/bluetooth/bluedroid/btif/include/
btif_sock_sdp.h 22 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB};
24 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB};
26 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB};
28 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB};

Completed in 1060 milliseconds

1 2 3 4 5 6 7 8 91011>>