/external/icu4c/i18n/ |
csrsbcs.cpp | 107 // TODO: 0x20 might not be a space in all character sets... 109 if (!(mb == 0x20 && ignoreSpace)) { 113 ignoreSpace = (mb == 0x20); 118 addByte(0x20); 156 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_oss_legacy.h | 27 #define SAMPLE_TYPE_AWE32 0x20
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_oss_legacy.h | 27 #define SAMPLE_TYPE_AWE32 0x20
|
/external/llvm/test/MC/ARM/ |
arm-arithmetic-aliases.s | 11 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2] 12 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2] 13 @ CHECK: sub r2, r2, r3 @ encoding: [0x03,0x20,0x42,0xe0] 14 @ CHECK: sub r2, r2, r3 @ encoding: [0x03,0x20,0x42,0xe0] 21 @ CHECK: add r2, r2, #6 @ encoding: [0x06,0x20,0x82,0xe2] 22 @ CHECK: add r2, r2, #6 @ encoding: [0x06,0x20,0x82,0xe2] 23 @ CHECK: add r2, r2, r3 @ encoding: [0x03,0x20,0x82,0xe0] 24 @ CHECK: add r2, r2, r3 @ encoding: [0x03,0x20,0x82,0xe0] 31 @ CHECK: and r2, r2, #6 @ encoding: [0x06,0x20,0x02,0xe2] 32 @ CHECK: and r2, r2, #6 @ encoding: [0x06,0x20,0x02,0xe2 [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_SHL_LONG.S | 14 andi a2, 0x20 # shift< shift & 0x20 15 movn rRESULT1, rRESULT0, a2 # rhi<- rlo (if shift&0x20) 16 movn rRESULT0, zero, a2 # rlo<- 0 (if shift&0x20)
|
TEMPLATE_USHR_LONG.S | 14 andi a2, 0x20 # shift & 0x20 15 movn rRESULT0, rRESULT1, a2 # rlo<- rhi (if shift&0x20) 16 movn rRESULT1, zero, a2 # rhi<- 0 (if shift&0x20)
|
TEMPLATE_SHR_LONG.S | 15 andi a2, 0x20 # shift & 0x20 16 movn rRESULT0, rRESULT1, a2 # rlo<- rhi (if shift&0x20) 17 movn rRESULT1, a3, a2 # rhi<- sign(ahi) (if shift&0x20)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
ASCIICType.h | 54 inline bool isASCIIAlpha(char c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } 55 inline bool isASCIIAlpha(unsigned short c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } 57 inline bool isASCIIAlpha(wchar_t c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } 59 inline bool isASCIIAlpha(int c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; } 60 inline bool isASCIIAlpha(unsigned c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; [all...] |
/external/libppp/src/ |
chap_ms.c | 230 {0x4D, 0x61, 0x67, 0x69, 0x63, 0x20, 0x73, 0x65, 0x72, 0x76, 231 0x65, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x6C, 0x69, 0x65, 232 0x6E, 0x74, 0x20, 0x73, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 233 0x20, 0x63, 0x6F, 0x6E, 0x73, 0x74, 0x61, 0x6E, 0x74}; 237 {0x50, 0x61, 0x64, 0x20, 0x74, 0x6F, 0x20, 0x6D, 0x61, 0x6B, 238 0x65, 0x20, 0x69, 0x74, 0x20, 0x64, 0x6F, 0x20, 0x6D, 0x6F [all...] |
/external/wpa_supplicant_8/src/crypto/ |
ms_funcs.c | 232 0x4D, 0x61, 0x67, 0x69, 0x63, 0x20, 0x73, 0x65, 0x72, 0x76, 233 0x65, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x6C, 0x69, 0x65, 234 0x6E, 0x74, 0x20, 0x73, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 235 0x20, 0x63, 0x6F, 0x6E, 0x73, 0x74, 0x61, 0x6E, 0x74 238 0x50, 0x61, 0x64, 0x20, 0x74, 0x6F, 0x20, 0x6D, 0x61, 0x6B, 239 0x65, 0x20, 0x69, 0x74, 0x20, 0x64, 0x6F, 0x20, 0x6D, 0x6F [all...] |
/external/llvm/test/MC/MBlaze/ |
mblaze_imm.s | 16 # CHECK: encoding: [0x20,0x00,0x00,0x00] 21 # CHECK: encoding: [0x20,0x00,0x00,0x01] 26 # CHECK: encoding: [0x20,0x00,0x00,0x02] 31 # CHECK: encoding: [0x20,0x00,0x00,0x04] 36 # CHECK: encoding: [0x20,0x00,0x00,0x08] 41 # CHECK: encoding: [0x20,0x00,0x00,0x10] 46 # CHECK: encoding: [0x20,0x00,0x00,0x20] 51 # CHECK: encoding: [0x20,0x00,0x00,0x40] 56 # CHECK: encoding: [0x20,0x00,0x00,0x80 [all...] |
mblaze_special.s | 51 # CHECK: encoding: [0x94,0x20,0x80,0x00] 56 # CHECK: encoding: [0x94,0x20,0x80,0x01] 61 # CHECK: encoding: [0x94,0x20,0x80,0x03] 66 # CHECK: encoding: [0x94,0x20,0x80,0x05] 71 # CHECK: encoding: [0x94,0x20,0x80,0x07] 76 # CHECK: encoding: [0x94,0x20,0x80,0x0b] 81 # CHECK: encoding: [0x94,0x20,0x80,0x0d] 86 # CHECK: encoding: [0x94,0x20,0x90,0x00] 91 # CHECK: encoding: [0x94,0x20,0x90,0x01] 96 # CHECK: encoding: [0x94,0x20,0x90,0x02 [all...] |
/external/v8/test/mjsunit/ |
string-fromcharcode.js | 41 assertEquals(" ", String.fromCharCode(0x20)); 42 assertEquals(" ", String.fromCharCode(0x20 + 0x10000)); 43 assertEquals(" ", String.fromCharCode(0x20 - 0x10000)); 44 assertEquals(" ", String.fromCharCode(0x20 + 0.5)); 51 assertEquals(" ", String.fromCharCode(0x20, 0x20)); 52 assertEquals(" ", String.fromCharCode(0x20 + 0.5, 0x20)); 54 assertEquals(" ", fcc(0x20)); 55 assertEquals(" ", fcc(0x20 + 0x10000)) [all...] |
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_LOG.h | 10 #define IPT_LOG_MACDECODE 0x20 /* Decode MAC header */
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_LOG.h | 10 #define IP6T_LOG_MACDECODE 0x20 /* Decode MAC header */
|
/external/openssh/openbsd-compat/ |
readpassphrase.h | 38 #define RPP_STDIN 0x20 /* Read from stdin, not /dev/tty */
|
/external/llvm/test/MC/Mips/ |
nabi-regs.s | 15 # CHECK: add $16, $16, $4 # encoding: [0x02,0x04,0x80,0x20] 17 # CHECK: add $16, $16, $6 # encoding: [0x02,0x06,0x80,0x20] 19 # CHECK: add $16, $16, $7 # encoding: [0x02,0x07,0x80,0x20] 21 # CHECK: add $16, $16, $8 # encoding: [0x02,0x08,0x80,0x20] 23 # CHECK: add $16, $16, $9 # encoding: [0x02,0x09,0x80,0x20] 25 # CHECK: add $16, $16, $10 # encoding: [0x02,0x0a,0x80,0x20] 27 # CHECK: add $16, $16, $11 # encoding: [0x02,0x0b,0x80,0x20] 29 # CHECK: add $16, $16, $12 # encoding: [0x02,0x0c,0x80,0x20] 31 # CHECK: add $16, $16, $13 # encoding: [0x02,0x0d,0x80,0x20] 33 # CHECK: add $16, $16, $14 # encoding: [0x02,0x0e,0x80,0x20] [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_ctype.h | 37 EAS_INLINE EAS_I8 ToUpper (EAS_I8 c) { if ((c >= 'a') && (c <= 'z')) return c & ~0x20; else return c; } 38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; }
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_ctype.h | 37 EAS_INLINE EAS_I8 ToUpper (EAS_I8 c) { if ((c >= 'a') && (c <= 'z')) return c & ~0x20; else return c; } 38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; }
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_ctype.h | 37 EAS_INLINE EAS_I8 ToUpper (EAS_I8 c) { if ((c >= 'a') && (c <= 'z')) return c & ~0x20; else return c; } 38 EAS_INLINE EAS_I8 ToLower (EAS_I8 c) { if ((c >= 'A') && (c <= 'Z')) return c |= 0x20; else return c; }
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidChecksumTest.java | 72 0x54, 0x68, 0x65, 0x20, 0x71, 0x75, 0x69, 0x63, 73 0x6b, 0x20, 0x62, 0x72, 0x6f, 0x77, 0x6e, 0x20, 74 0x66, 0x6f, 0x78, 0x20, 0x6a, 0x75, 0x6d, 0x70, 75 0x65, 0x64, 0x20, 0x6f, 0x76, 0x65, 0x72, 0x20, 76 0x74, 0x68, 0x65, 0x20, 0x6c, 0x61, 0x7a, 0x79, 77 0x20, 0x64, 0x6f, 0x67, 0x73, 0x2e, 0x0a
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
wctype.in.h | 110 || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z')); 116 return (wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z'; 160 || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'Z'))); 180 || ((wc & ~0x20) >= 'A' && (wc & ~0x20) <= 'F'));
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Max3421e_constants.h | 79 #define rSUDFIFO 0x20 //4<<3
86 #define bmNOVBUSIRQ 0x20 //b5
92 #define bmNOVBUSIE 0x20 //b5
97 #define bmCHIPRES 0x20 //b5
129 #define bmGPIN1 0x20
140 #define bmGPIN5 0x20
151 #define bmGPINIRQ5 0x20
162 #define bmGPINIEN5 0x20
173 #define bmGPINPOL5 0x20
184 #define bmCONDETIRQ 0x20
[all...] |
/external/regex-re2/re2/ |
perl_groups.cc | 14 { 0x20, 0x20 }, 45 { 0x20, 0x20 }, 61 { 0x20, 0x7e }, 71 { 0x20, 0x20 },
|
/bionic/libc/kernel/arch-mips/asm/sgi/ |
pi1.h | 34 #define PI1_CTRL_DIR 0x20 44 #define PI1_STAT_PE 0x20 59 #define PI1_DMACTRL_FIFO_CLEAR 0x20 69 #define PI1_INTSTAT_ONLINE 0x20 79 #define PI1_INTMASK_ONLINE 0x20
|