Searched
full:x20 (Results
426 -
450 of
2389) sorted by null
<<11121314151617181920>>
/external/qemu/pc-bios/keymaps/ |
de | 72 eth 0x20 altgr 73 ETH 0x20 shift altgr
|
en-gb | 70 eth 0x20 altgr 71 ETH 0x20 shift altgr
|
fi | 73 eth 0x20 altgr 74 ETH 0x20 shift altgr
|
fr | 117 eth 0x20 altgr 118 ETH 0x20 shift altgr
|
fr-be | 85 eth 0x20 altgr 86 ETH 0x20 shift altgr
|
fr-ch | 72 eth 0x20 altgr 73 ETH 0x20 shift altgr
|
hr | 74 eth 0x20 altgr 75 ETH 0x20 shift altgr
|
it | 70 eth 0x20 altgr 71 ETH 0x20 shift altgr
|
lv | 75 eth 0x20 altgr 76 ETH 0x20 shift altgr
|
no | 74 eth 0x20 altgr 75 ETH 0x20 shift altgr
|
pl | 72 eth 0x20 altgr 73 ETH 0x20 shift altgr
|
pt | 70 eth 0x20 altgr 71 ETH 0x20 shift altgr
|
ru | 56 Cyrillic_ve 0x20 altgr 57 Cyrillic_VE 0x20 shift altgr
|
sl | 72 eth 0x20 altgr 73 ETH 0x20 shift altgr
|
th | 74 Thai_kokai 0x20 altgr 75 Thai_topatak 0x20 shift altgr
|
tr | 73 eth 0x20 altgr 74 ETH 0x20 shift altgr
|
/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; }
|
/external/tcpdump/ |
appletalk.h | 86 #define atpXO 0x20 123 #define nbpLkUp 0x20
|
/frameworks/media/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalConfig.h | 138 0x00, 0xC8, 0x20, 0x07 149 0x21, 0x10, 0x03, 0x20, 0x54, 0x1C
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardUtilsTests.java | 35 for (int i = 0x20; i < 0x7F; i++) { 52 for (int i = 0x20; i < 0x7F; i++) {
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
c-ctype.c | 42 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z')); 75 return ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'); 250 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'))); 302 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'F'));
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
asound_fm.h | 99 #define SNDRV_DM_FM_IOCTL_INFO _IOR('H', 0x20, snd_dm_fm_info_t) 108 #define SNDRV_DM_FM_OSS_IOCTL_RESET 0x20
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cdk.h | 162 #define TYP_ASYNC 0x20 256 #define F_CTSFLOW 0x20 267 #define FI_ICRNL 0x20 286 #define FO_ONL 0x20 304 #define P_DTRFOLLOW 0x20 326 #define DT_TXHOG 0x20 344 #define SG_RI 0x20 376 #define CT_STOPFLOW 0x20
|
Completed in 94 milliseconds
<<11121314151617181920>>