HomeSort by relevance Sort by last modified time
    Searched refs:xf0 (Results 126 - 150 of 1022) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
android_alarm.h 47 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0)))
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
android_alarm.h 47 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0)))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
android_alarm.h 47 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0)))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
android_alarm.h 47 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0)))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
android_alarm.h 47 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0)))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
android_alarm.h 47 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0)))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
android_alarm.h 47 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0)))
  /external/tcpdump/
ip.h 52 #define IP_V(ip) (((ip)->ip_vhl & 0xf0) >> 4)
128 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pack_color.h 114 uc->us = ((a & 0xf0) << 8) | ((r & 0xf0) << 4) | ((g & 0xf0) << 0) | (b >> 4);
252 *r = (ubyte) (((p >> 4) & 0xf0) | ((p >> 8) & 0xf));
253 *g = (ubyte) (((p >> 0) & 0xf0) | ((p >> 4) & 0xf));
254 *b = (ubyte) (((p << 4) & 0xf0) | ((p >> 0) & 0xf));
255 *a = (ubyte) (((p >> 8) & 0xf0) | ((p >> 12) & 0xf));
397 uc->us = ((a & 0xf0) << 8) | ((r & 0xf0) << 4) | ((g & 0xf0) << 0) | (b >> 4)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 114 uc->us = ((a & 0xf0) << 8) | ((r & 0xf0) << 4) | ((g & 0xf0) << 0) | (b >> 4);
252 *r = (ubyte) (((p >> 4) & 0xf0) | ((p >> 8) & 0xf));
253 *g = (ubyte) (((p >> 0) & 0xf0) | ((p >> 4) & 0xf));
254 *b = (ubyte) (((p << 4) & 0xf0) | ((p >> 0) & 0xf));
255 *a = (ubyte) (((p >> 8) & 0xf0) | ((p >> 12) & 0xf));
397 uc->us = ((a & 0xf0) << 8) | ((r & 0xf0) << 4) | ((g & 0xf0) << 0) | (b >> 4)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Strings.java 18 if ((bytes[i] & 0xf0) == 0xf0)
47 if ((bytes[i] & 0xf0) == 0xf0)
144 sOut.write(0xf0 | (codePoint >> 18));
  /external/llvm/test/MC/SystemZ/
insn-good.s 7 #CHECK: a %r0, 0(%r15) # encoding: [0x5a,0x00,0xf0,0x00]
10 #CHECK: a %r15, 0 # encoding: [0x5a,0xf0,0x00,0x00]
23 #CHECK: adb %f0, 0(%r15) # encoding: [0xed,0x00,0xf0,0x00,0x00,0x1a]
26 #CHECK: adb %f15, 0 # encoding: [0xed,0xf0,0x00,0x00,0x00,0x1a]
39 #CHECK: adbr %f15, %f0 # encoding: [0xb3,0x1a,0x00,0xf0]
49 #CHECK: aeb %f0, 0(%r15) # encoding: [0xed,0x00,0xf0,0x00,0x00,0x0a]
52 #CHECK: aeb %f15, 0 # encoding: [0xed,0xf0,0x00,0x00,0x00,0x0a]
65 #CHECK: aebr %f15, %f0 # encoding: [0xb3,0x0a,0x00,0xf0]
92 #CHECK: ag %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x08]
95 #CHECK: ag %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x08
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_utf8.c 95 } else if((*p & 0xf0) == 0xe0) {
104 } else if((*p & 0xf8) == 0xf0) {
183 *str++ = (unsigned char)(((value >> 18) & 0x7) | 0xf0);
  /external/openssl/crypto/asn1/
a_utf8.c 95 } else if((*p & 0xf0) == 0xe0) {
104 } else if((*p & 0xf8) == 0xf0) {
183 *str++ = (unsigned char)(((value >> 18) & 0x7) | 0xf0);
  /external/sonivox/jet_tools/JetCreator/
img_New.py 24 \x00\x81\x1ca\x83Clp@&\xd8\'0\x17H\xf0\x11\xc8\x9d\xee/j\xcc\x97\xb7@\xb2K\
25 \xe0/\xc0U\xb9(\xbe\x18\x02\xf0\xde\xc7:\x1c\x05\x02`\xed\x19\x81y\x83\x91\
36 \x19\x9f\x7f\x16\xfe\xc4dsK$\xaa\x8e\x91\n\x0c\xda85\x01s8fPN\xf0\x1c!z\x01\
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 34 #define IP_VER_MASK 0xf0 /* version mask */
61 #define IPV4_VER_MASK 0xf0 /* IPV4 version mask */
124 ((((uint8 *)(ipv6_body))[1] & 0xf0) >> 4))
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
str2key.c 82 j=((j<<4)&0xf0)|((j>>4)&0x0f);
92 (*key)[7] ^= 0xF0;
142 j=((j<<4)&0xf0)|((j>>4)&0x0f);
157 (*key1)[7] ^= 0xF0;
165 (*key2)[7] ^= 0xF0;
  /external/openfst/src/include/fst/
icu.h 46 int count = (c >= 0xc0) + (c >= 0xe0) + (c >= 0xf0) + (c >= 0xf8) +
91 ostr << static_cast<char>((code >> 18) | 0xf0);
  /external/openssl/crypto/des/
str2key.c 82 j=((j<<4)&0xf0)|((j>>4)&0x0f);
92 (*key)[7] ^= 0xF0;
142 j=((j<<4)&0xf0)|((j>>4)&0x0f);
157 (*key1)[7] ^= 0xF0;
165 (*key2)[7] ^= 0xF0;
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 18 adc r1, r2, #0xf0
31 @ CHECK: adc r1, r2, #240 @ encoding: [0xf0,0x10,0xa2,0xe2]
476 @ CHECK: clrex @ encoding: [0x1f,0xf0,0x7f,0xf5]
570 @ CHECK: dbg #0 @ encoding: [0xf0,0xf0,0x20,0xe3]
571 @ CHECK: dbg #5 @ encoding: [0xf5,0xf0,0x20,0xe3]
572 @ CHECK: dbg #15 @ encoding: [0xff,0xf0,0x20,0xe3]
609 @ CHECK: dmb sy @ encoding: [0x5f,0xf0,0x7f,0xf5]
610 @ CHECK: dmb st @ encoding: [0x5e,0xf0,0x7f,0xf5]
611 @ CHECK: dmb #0xd @ encoding: [0x5d,0xf0,0x7f,0xf5
    [all...]
  /external/valgrind/main/none/tests/s390x/
cu12.c 394 valid[0] = 0xf0 | i;
399 valid[1] = j == 0 ? 0x90 : 0xbf; // 0xf0
439 f0[0] = 0xf0; // valid
462 fxxx_1[0] = 0xf0 | i;
463 fxxx_2[0] = 0xf0 | i;
474 fxxx[0] = 0xf0 | i;
488 fxxx[0] = 0xf0 | i;
500 0xf0, 0x00, 0x80, 0x80
508 0xf0, 0xaa, 0x00, 0x80
516 0xf0, 0xaa, 0xaa, 0x0
    [all...]
cu12_1.c 394 valid[0] = 0xf0 | i;
399 valid[1] = j == 0 ? 0x90 : 0xbf; // 0xf0
439 f0[0] = 0xf0; // valid
462 fxxx_1[0] = 0xf0 | i;
463 fxxx_2[0] = 0xf0 | i;
474 fxxx[0] = 0xf0 | i;
488 fxxx[0] = 0xf0 | i;
500 0xf0, 0x00, 0x80, 0x80
508 0xf0, 0xaa, 0x00, 0x80
516 0xf0, 0xaa, 0xaa, 0x0
    [all...]
cu14.c 394 valid[0] = 0xf0 | i;
399 valid[1] = j == 0 ? 0x90 : 0xbf; // 0xf0
439 f0[0] = 0xf0; // valid
462 fxxx_1[0] = 0xf0 | i;
463 fxxx_2[0] = 0xf0 | i;
474 fxxx[0] = 0xf0 | i;
488 fxxx[0] = 0xf0 | i;
500 0xf0, 0x00, 0x80, 0x80
508 0xf0, 0xaa, 0x00, 0x80
516 0xf0, 0xaa, 0xaa, 0x0
    [all...]
cu14_1.c 394 valid[0] = 0xf0 | i;
399 valid[1] = j == 0 ? 0x90 : 0xbf; // 0xf0
439 f0[0] = 0xf0; // valid
462 fxxx_1[0] = 0xf0 | i;
463 fxxx_2[0] = 0xf0 | i;
474 fxxx[0] = 0xf0 | i;
488 fxxx[0] = 0xf0 | i;
500 0xf0, 0x00, 0x80, 0x80
508 0xf0, 0xaa, 0x00, 0x80
516 0xf0, 0xaa, 0xaa, 0x0
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
processor-flags.h 87 #define CX86_PCR1 0xf0

Completed in 728 milliseconds

1 2 3 4 56 7 8 91011>>