/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
virtio_config.h | 16 #define VIRTIO_CONFIG_S_FAILED 0x80
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
virtio_config.h | 16 #define VIRTIO_CONFIG_S_FAILED 0x80
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
virtio_config.h | 16 #define VIRTIO_CONFIG_S_FAILED 0x80
|
/external/llvm/test/MC/ARM/ |
thumb2-mclass.s | 27 @ CHECK: mrs r0, apsr @ encoding: [0xef,0xf3,0x00,0x80] 28 @ CHECK: mrs r0, iapsr @ encoding: [0xef,0xf3,0x01,0x80] 29 @ CHECK: mrs r0, eapsr @ encoding: [0xef,0xf3,0x02,0x80] 30 @ CHECK: mrs r0, xpsr @ encoding: [0xef,0xf3,0x03,0x80] 31 @ CHECK: mrs r0, ipsr @ encoding: [0xef,0xf3,0x05,0x80] 32 @ CHECK: mrs r0, epsr @ encoding: [0xef,0xf3,0x06,0x80] 33 @ CHECK: mrs r0, iepsr @ encoding: [0xef,0xf3,0x07,0x80] 34 @ CHECK: mrs r0, msp @ encoding: [0xef,0xf3,0x08,0x80] 35 @ CHECK: mrs r0, psp @ encoding: [0xef,0xf3,0x09,0x80] 36 @ CHECK: mrs r0, primask @ encoding: [0xef,0xf3,0x10,0x80] [all...] |
/external/libpcap/ |
arcnet.h | 52 #define ARCTYPE_DIAGNOSE 0x80 /* as per ANSI/ATA 878.1 */
|
/external/regex-re2/util/ |
utf.h | 29 Runesync = 0x80, /* cannot represent part of a UTF sequence (<) */ 30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
|
/dalvik/dx/src/com/android/dx/util/ |
Leb128Utils.java | 93 } while (((cur & 0x80) == 0x80) && count < 5); 95 if ((cur & 0x80) == 0x80) { 119 } while (((cur & 0x80) == 0x80) && count < 5); 121 if ((cur & 0x80) == 0x80) { 136 out.writeByte((byte) ((value & 0x7f) | 0x80)); 157 out.writeByte((byte) ((value & 0x7f) | (hasMore ? 0x80 : 0))) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Leb128Utils.java | 93 } while (((cur & 0x80) == 0x80) && count < 5); 95 if ((cur & 0x80) == 0x80) { 119 } while (((cur & 0x80) == 0x80) && count < 5); 121 if ((cur & 0x80) == 0x80) { 136 out.writeByte((byte) ((value & 0x7f) | 0x80)); 157 out.writeByte((byte) ((value & 0x7f) | (hasMore ? 0x80 : 0))) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
default_cursor.h | 46 0x7F,0x80, 64 0xFF,0x80, 70 0x87,0x80, 71 0x07,0x80, 87 0x7F,0x80, 105 0xFF,0x80, 107 0xFF,0x80, 111 0x07,0x80, 112 0x07,0x80,
|
/external/chromium/sdch/open-vcdiff/src/ |
varint_bigendian_test.cc | 179 ExpectEncodedByte(0x80); 180 ExpectEncodedByte(0x80); 181 ExpectEncodedByte(0x80); 279 const char parse_data_123456789[] = { 0x80 + 58, 0x80 + 111, 0x80 + 26, 21 }; 295 const char parse_data_32_bits[] = { 0x88, 0x80, 0x80, 0x80, 0x00 }; 303 const char parse_data_32_bits[] = { 0x88, 0x80, 0x80, 0x80, 0x00 } [all...] |
/bionic/libc/kernel/common/linux/ |
mc146818rtc.h | 45 #define RTC_UIP 0x80 56 #define RTC_SET 0x80 67 #define RTC_IRQF 0x80 74 #define RTC_VRT 0x80
|
/development/ndk/platforms/android-3/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
decode_common_ti.h | 48 0xCF, 0x80, 0x57, 0x73, 0x05, 0x41
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|