HomeSort by relevance Sort by last modified time
    Searched refs:xf0 (Results 201 - 225 of 1309) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/chromium_org/media/midi/
usb_midi_output_stream_unittest.cc 146 uint8 data[] = { 0xf0, 0xf7, };
149 EXPECT_EQ("0x26 0xf0 0xf7 0x00 (endpoint = 4)\n", device_.log());
153 uint8 data[] = { 0xf0, 0x4f, 0xf7, };
156 EXPECT_EQ("0x27 0xf0 0x4f 0xf7 (endpoint = 4)\n", device_.log());
160 uint8 data[] = { 0xf0, 0x00, 0x01, 0xf7, };
163 EXPECT_EQ("0x24 0xf0 0x00 0x01 "
168 uint8 data[] = { 0xf0, 0x00, 0x01, 0x02, 0xf7, };
171 EXPECT_EQ("0x24 0xf0 0x00 0x01 "
176 uint8 data[] = { 0xf0, 0x00, 0x01, 0x02, 0x03, 0xf7, };
179 EXPECT_EQ("0x24 0xf0 0x00 0x01
    [all...]
usb_midi_input_stream_unittest.cc 115 0x44, 0xf0, 0x11, 0x22,
117 0x46, 0xf0, 0xf7, 0x00,
118 0x47, 0xf0, 0x33, 0xf7,
122 EXPECT_EQ("0xf0 0x11 0x22 \n"
124 "0xf0 0xf7 \n"
125 "0xf0 0x33 0xf7 \n", delegate_.received_data());
  /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/llvm/test/MC/SystemZ/
insn-good-z196.s 10 #CHECK: aghik %r15, %r0, 0 # encoding: [0xec,0xf0,0x00,0x00,0x00,0xd9]
11 #CHECK: aghik %r7, %r8, -16 # encoding: [0xec,0x78,0xff,0xf0,0x00,0xd9]
23 #CHECK: agrk %r0, %r0, %r15 # encoding: [0xb9,0xe8,0xf0,0x00]
25 #CHECK: agrk %r15, %r0, %r0 # encoding: [0xb9,0xe8,0x00,0xf0]
40 #CHECK: ahik %r15, %r0, 0 # encoding: [0xec,0xf0,0x00,0x00,0x00,0xd8]
41 #CHECK: ahik %r7, %r8, -16 # encoding: [0xec,0x78,0xff,0xf0,0x00,0xd8]
72 #CHECK: alghsik %r15, %r0, 0 # encoding: [0xec,0xf0,0x00,0x00,0x00,0xdb]
73 #CHECK: alghsik %r7, %r8, -16 # encoding: [0xec,0x78,0xff,0xf0,0x00,0xdb]
85 #CHECK: algrk %r0, %r0, %r15 # encoding: [0xb9,0xea,0xf0,0x00]
87 #CHECK: algrk %r15, %r0, %r0 # encoding: [0xb9,0xea,0x00,0xf0]
    [all...]
  /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/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderTest.java 164 performSizedRightExtendedIntTest(0xf0000000, new byte[]{(byte) 0xf0});
171 performSizedRightExtendedIntTest(0xf0100000, new byte[]{0x10, (byte) 0xf0});
179 performSizedRightExtendedIntTest(0xf0101000, new byte[]{0x10, 0x10, (byte) 0xf0});
189 performSizedRightExtendedIntTest(0xf0101010, new byte[]{0x10, 0x10, 0x10, (byte) 0xf0});
234 performSizedRightExtendedLongTest(0xf000000000000000L, new byte[]{(byte)0xf0});
241 performSizedRightExtendedLongTest(0xf010000000000000L, new byte[]{0x10, (byte)0xf0});
250 performSizedRightExtendedLongTest(0xf010100000000000L, new byte[]{0x10, 0x10, (byte)0xf0});
259 performSizedRightExtendedLongTest(0xf010101000000000L, new byte[]{0x10, 0x10, 0x10, (byte)0xf0});
268 performSizedRightExtendedLongTest(0xf010101010000000L, new byte[]{0x10, 0x10, 0x10, 0x10, (byte)0xf0});
277 performSizedRightExtendedLongTest(0xf010101010100000L, new byte[]{0x10, 0x10, 0x10, 0x10, 0x10, (byte)0xf0});
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_utf8.c 94 } else if((*p & 0xf0) == 0xe0) {
103 } else if((*p & 0xf8) == 0xf0) {
182 *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))
  /bionic/libc/bionic/
mbrtoc32.cpp 91 } else if ((ch & 0xf0) == 0xe0) {
95 } else if ((ch & 0xf8) == 0xf0) {
  /external/chromium_org/third_party/skia/samplecode/
SamplePathUtils.cpp 32 { 0x0f, 0x00, 0x7f, 0xe0, 0xff, 0xf0, 0xe6, 0x70,
33 0xff, 0xf0, 0x19, 0x80, 0x36, 0xc0, 0xc0, 0x30 }
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s 19 adc r1, r2, #0xf0
32 @ CHECK: adc r1, r2, #240 @ encoding: [0xf0,0x10,0xa2,0xe2]
492 @ CHECK: clrex @ encoding: [0x1f,0xf0,0x7f,0xf5]
586 @ CHECK: dbg #0 @ encoding: [0xf0,0xf0,0x20,0xe3]
587 @ CHECK: dbg #5 @ encoding: [0xf5,0xf0,0x20,0xe3]
588 @ CHECK: dbg #15 @ encoding: [0xff,0xf0,0x20,0xe3]
625 @ CHECK: dmb sy @ encoding: [0x5f,0xf0,0x7f,0xf5]
626 @ CHECK: dmb st @ encoding: [0x5e,0xf0,0x7f,0xf5]
627 @ CHECK: dmb #0xd @ encoding: [0x5d,0xf0,0x7f,0xf5
    [all...]
  /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/pdfium/core/src/fxcrt/
fx_basic_utf.cpp 34 } else if (byte < 0xf0) {
68 static FX_BYTE prefix[] = {0xc0, 0xe0, 0xf0, 0xf8, 0xfc};
  /external/skia/samplecode/
SamplePathUtils.cpp 32 { 0x0f, 0x00, 0x7f, 0xe0, 0xff, 0xf0, 0xe6, 0x70,
33 0xff, 0xf0, 0x19, 0x80, 0x36, 0xc0, 0xc0, 0x30 }
  /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...]

Completed in 523 milliseconds

1 2 3 4 5 6 7 891011>>