HomeSort by relevance Sort by last modified time
    Searched refs:xff (Results 51 - 75 of 1929) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/pcre/
pcre_chartables.c.dist 111 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03,
116 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03,
122 0xfe,0xff,0xff,0x07,0x00,0x00,0x00,0x00,
127 0x00,0x00,0x00,0x00,0xfe,0xff,0xff,0x07,
131 0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x03,
132 0xfe,0xff,0xff,0x87,0xfe,0xff,0xff,0x07
    [all...]
  /bionic/libc/inet/
inet_aton.c 137 if ((val > 0xffffff) || (parts[0] > 0xff))
143 if ((val > 0xffff) || (parts[0] > 0xff) || (parts[1] > 0xff))
149 if ((val > 0xff) || (parts[0] > 0xff) || (parts[1] > 0xff) || (parts[2] > 0xff))
  /external/llvm/test/MC/ARM/
neont2-abs-encoding.s 5 @ CHECK: vabs.s8 d16, d16 @ encoding: [0xf1,0xff,0x20,0x03]
7 @ CHECK: vabs.s16 d16, d16 @ encoding: [0xf5,0xff,0x20,0x03]
9 @ CHECK: vabs.s32 d16, d16 @ encoding: [0xf9,0xff,0x20,0x03]
11 @ CHECK: vabs.f32 d16, d16 @ encoding: [0xf9,0xff,0x20,0x07]
13 @ CHECK: vabs.s8 q8, q8 @ encoding: [0xf1,0xff,0x60,0x03]
15 @ CHECK: vabs.s16 q8, q8 @ encoding: [0xf5,0xff,0x60,0x03]
17 @ CHECK: vabs.s32 q8, q8 @ encoding: [0xf9,0xff,0x60,0x03]
19 @ CHECK: vabs.f32 q8, q8 @ encoding: [0xf9,0xff,0x60,0x07]
22 @ CHECK: vqabs.s8 d16, d16 @ encoding: [0xf0,0xff,0x20,0x07]
24 @ CHECK: vqabs.s16 d16, d16 @ encoding: [0xf4,0xff,0x20,0x07
    [all...]
neont2-bitcount-encoding.s 8 @ CHECK: vcnt.8 d16, d16 @ encoding: [0xf0,0xff,0x20,0x05]
9 @ CHECK: vcnt.8 q8, q8 @ encoding: [0xf0,0xff,0x60,0x05]
18 @ CHECK: vclz.i8 d16, d16 @ encoding: [0xf0,0xff,0xa0,0x04]
19 @ CHECK: vclz.i16 d16, d16 @ encoding: [0xf4,0xff,0xa0,0x04]
20 @ CHECK: vclz.i32 d16, d16 @ encoding: [0xf8,0xff,0xa0,0x04]
21 @ CHECK: vclz.i8 q8, q8 @ encoding: [0xf0,0xff,0xe0,0x04]
22 @ CHECK: vclz.i16 q8, q8 @ encoding: [0xf4,0xff,0xe0,0x04]
23 @ CHECK: vclz.i32 q8, q8 @ encoding: [0xf8,0xff,0xe0,0x04]
32 @ CHECK: vcls.s8 d16, d16 @ encoding: [0xf0,0xff,0x20,0x04]
33 @ CHECK: vcls.s16 d16, d16 @ encoding: [0xf4,0xff,0x20,0x04
    [all...]
neont2-neg-encoding.s 5 @ CHECK: vneg.s8 d16, d16 @ encoding: [0xf1,0xff,0xa0,0x03]
7 @ CHECK: vneg.s16 d16, d16 @ encoding: [0xf5,0xff,0xa0,0x03]
9 @ CHECK: vneg.s32 d16, d16 @ encoding: [0xf9,0xff,0xa0,0x03]
11 @ CHECK: vneg.f32 d16, d16 @ encoding: [0xf9,0xff,0xa0,0x07]
13 @ CHECK: vneg.s8 q8, q8 @ encoding: [0xf1,0xff,0xe0,0x03]
15 @ CHECK: vneg.s16 q8, q8 @ encoding: [0xf5,0xff,0xe0,0x03]
17 @ CHECK: vneg.s32 q8, q8 @ encoding: [0xf9,0xff,0xe0,0x03]
19 @ CHECK: vneg.f32 q8, q8 @ encoding: [0xf9,0xff,0xe0,0x07]
21 @ CHECK: vqneg.s8 d16, d16 @ encoding: [0xf0,0xff,0xa0,0x07]
23 @ CHECK: vqneg.s16 d16, d16 @ encoding: [0xf4,0xff,0xa0,0x07
    [all...]
neont2-pairwise-encoding.s 12 @ CHECK: vpadd.f32 d19, d16, d14 @ encoding: [0x40,0xff,0x8e,0x3d]
28 @ CHECK: vpaddl.s8 d7, d10 @ encoding: [0xb0,0xff,0x0a,0x72]
29 @ CHECK: vpaddl.s16 d8, d11 @ encoding: [0xb4,0xff,0x0b,0x82]
30 @ CHECK: vpaddl.s32 d9, d12 @ encoding: [0xb8,0xff,0x0c,0x92]
31 @ CHECK: vpaddl.u8 d0, d13 @ encoding: [0xb0,0xff,0x8d,0x02]
32 @ CHECK: vpaddl.u16 d5, d14 @ encoding: [0xb4,0xff,0x8e,0x52]
33 @ CHECK: vpaddl.u32 d6, d15 @ encoding: [0xb8,0xff,0x8f,0x62]
34 @ CHECK: vpaddl.s8 q4, q7 @ encoding: [0xb0,0xff,0x4e,0x82]
35 @ CHECK: vpaddl.s16 q5, q6 @ encoding: [0xb4,0xff,0x4c,0xa2]
36 @ CHECK: vpaddl.s32 q6, q5 @ encoding: [0xb8,0xff,0x4a,0xc2
    [all...]
neont2-table-encoding.s 11 @ CHECK: vtbl.8 d16, {d17}, d16 @ encoding: [0xa0,0x08,0xf1,0xff]
12 @ CHECK: vtbl.8 d16, {d16, d17}, d18 @ encoding: [0xa2,0x09,0xf0,0xff]
13 @ CHECK: vtbl.8 d16, {d16, d17, d18}, d20 @ encoding: [0xa4,0x0a,0xf0,0xff]
14 @ CHECK: vtbl.8 d16, {d16, d17, d18, d19}, d20 @ encoding: [0xa4,0x0b,0xf0,0xff]
22 @ CHECK: vtbx.8 d18, {d16}, d17 @ encoding: [0xe1,0x28,0xf0,0xff]
23 @ CHECK: vtbx.8 d19, {d16, d17}, d18 @ encoding: [0xe2,0x39,0xf0,0xff]
24 @ CHECK: vtbx.8 d20, {d16, d17, d18}, d21 @ encoding: [0xe5,0x4a,0xf0,0xff]
25 @ CHECK: vtbx.8 d20, {d16, d17, d18, d19}, d21 @ encoding: [0xe5,0x4b,0xf0,0xff]
neont2-shuffle-encoding.s 17 @ CHECK: vtrn.8 d17, d16 @ encoding: [0xf2,0xff,0xa0,0x10]
19 @ CHECK: vtrn.16 d17, d16 @ encoding: [0xf6,0xff,0xa0,0x10]
21 @ CHECK: vtrn.32 d17, d16 @ encoding: [0xfa,0xff,0xa0,0x10]
23 @ CHECK: vtrn.8 q9, q8 @ encoding: [0xf2,0xff,0xe0,0x20]
25 @ CHECK: vtrn.16 q9, q8 @ encoding: [0xf6,0xff,0xe0,0x20]
27 @ CHECK: vtrn.32 q9, q8 @ encoding: [0xfa,0xff,0xe0,0x20]
29 @ CHECK: vuzp.8 d17, d16 @ encoding: [0xf2,0xff,0x20,0x11]
31 @ CHECK: vuzp.16 d17, d16 @ encoding: [0xf6,0xff,0x20,0x11]
33 @ CHECK: vuzp.8 q9, q8 @ encoding: [0xf2,0xff,0x60,0x21]
35 @ CHECK: vuzp.16 q9, q8 @ encoding: [0xf6,0xff,0x60,0x21
    [all...]
neont2-sub-encoding.s 15 @ CHECK: vtrn.8 d17, d16 @ encoding: [0xf2,0xff,0xa0,0x10]
17 @ CHECK: vtrn.16 d17, d16 @ encoding: [0xf6,0xff,0xa0,0x10]
19 @ CHECK: vtrn.32 d17, d16 @ encoding: [0xfa,0xff,0xa0,0x10]
21 @ CHECK: vtrn.8 q9, q8 @ encoding: [0xf2,0xff,0xe0,0x20]
23 @ CHECK: vtrn.16 q9, q8 @ encoding: [0xf6,0xff,0xe0,0x20]
25 @ CHECK: vtrn.32 q9, q8 @ encoding: [0xfa,0xff,0xe0,0x20]
27 @ CHECK: vuzp.8 d17, d16 @ encoding: [0xf2,0xff,0x20,0x11]
29 @ CHECK: vuzp.16 d17, d16 @ encoding: [0xf6,0xff,0x20,0x11]
31 @ CHECK: vuzp.8 q9, q8 @ encoding: [0xf2,0xff,0x60,0x21]
33 @ CHECK: vuzp.16 q9, q8 @ encoding: [0xf6,0xff,0x60,0x21
    [all...]
neont2-dup-encoding.s 32 @ CHECK: vdup.8 d16, d11[0] @ encoding: [0xf1,0xff,0x0b,0x0c]
33 @ CHECK: vdup.16 d17, d12[0] @ encoding: [0xf2,0xff,0x0c,0x1c]
34 @ CHECK: vdup.32 d18, d13[0] @ encoding: [0xf4,0xff,0x0d,0x2c]
35 @ CHECK: vdup.8 q3, d10[0] @ encoding: [0xb1,0xff,0x4a,0x6c]
36 @ CHECK: vdup.16 q9, d9[0] @ encoding: [0xf2,0xff,0x49,0x2c]
37 @ CHECK: vdup.32 q8, d8[0] @ encoding: [0xf4,0xff,0x48,0x0c]
38 @ CHECK: vdup.8 d16, d11[1] @ encoding: [0xf3,0xff,0x0b,0x0c]
39 @ CHECK: vdup.16 d17, d12[1] @ encoding: [0xf6,0xff,0x0c,0x1c]
40 @ CHECK: vdup.32 d18, d13[1] @ encoding: [0xfc,0xff,0x0d,0x2c]
41 @ CHECK: vdup.8 q3, d10[1] @ encoding: [0xb3,0xff,0x4a,0x6c
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimTlv.java 62 * 0 and 0xff are invalid tag values
67 return record[curOffset] & 0xff;
89 // 0x00 and 0xff are invalid tag values
92 if (record[curOffset] == 0 || (record[curOffset] & 0xff) == 0xff) {
96 if ((record[curOffset + 1] & 0xff) < 0x80) {
98 curDataLength = record[curOffset + 1] & 0xff;
100 } else if ((record[curOffset + 1] & 0xff) == 0x81) {
101 // two byte length 0x80 - 0xff
102 curDataLength = record[curOffset + 2] & 0xff;
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 111 #define BDADDR_ALL (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}})
112 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
  /external/elfutils/tests/
asm-tst9.c 63 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x7f,
64 0x81, 0x01, 0x81, 0x01, 0xff, 0xfe, 0xff, 0xff, 0x0f, 0xff, 0x7e, 0xfe,
65 0x03, 0xfe, 0x03, 0x82, 0xfc, 0xff, 0xff, 0x0f, 0x82, 0x7c, 0xd0, 0x0f
    [all...]
  /external/chromium/third_party/modp_b64/
modp_b64.cc 146 x = d0[y >> 24 & 0xff] | d1[y >> 16 & 0xff] |
147 d2[y >> 8 & 0xff] | d3[y & 0xff];
158 x = d0[y >> 24 & 0xff] | d1[y >> 16 & 0xff] |
159 d2[y >> 8 & 0xff] | d3[y & 0xff];
170 x = d3[y >> 24] *64 + d3[(y >> 16) & 0xff];
174 x = (d3[y >> 24] *64 + d3[(y >> 16) & 0xff])*64
    [all...]
  /external/clang/test/CodeGen/
asm-inout.c 36 __asm__ ("frob %0" : "=r"(oldval) : "0"(0xff));
  /frameworks/base/libs/rs/
rsUtils.h 132 uint32_t r = (i1 & 0xff) + (i2 & 0xff) + (i3 & 0xff) + (i4 & 0xff);
133 uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff);
134 uint32_t b = ((i1 >> 16) & 0xff) + ((i2 >> 16) & 0xff) + ((i3 >> 16) & 0xff) + ((i4 >> 16) & 0xff)
    [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
M4_Utils.h 40 #define GET_MEMORY32(x) ( (((x)&0xff)<<24) | (((x)&0xff00)<<8) |\
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
g729encsocket_ti.h 48 0xcf, 0x1d, 0x6e, 0xff, 0x15, 0xab
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
sysmacros.h 51 return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff);
57 return ((__minor & 0xff) | ((__major & 0xfff) << 8)
58 | (((unsigned long long int) (__minor & ~0xff)) << 12)
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 122 int temp = data[curIndex++] & 0xff;
125 case 0xff:
133 tag = ((data[curIndex] & 0xff) << 8)
134 | (data[curIndex + 1] & 0xff);
149 temp = data[curIndex++] & 0xff;
153 length = data[curIndex++] & 0xff;
159 length = ((data[curIndex] & 0xff) << 8)
160 | (data[curIndex + 1] & 0xff);
167 length = ((data[curIndex] & 0xff) << 16)
168 | ((data[curIndex + 1] & 0xff) << 8
    [all...]
  /external/openssl/crypto/aes/
aes_x86core.c 499 (Te4[(temp >> 8) & 0xff] ) ^
500 (Te4[(temp >> 16) & 0xff] << 8) ^
502 (Te4[(temp ) & 0xff] << 24) ^
519 (Te4[(temp >> 8) & 0xff] ) ^
520 (Te4[(temp >> 16) & 0xff] << 8) ^
522 (Te4[(temp ) & 0xff] << 24) ^
541 (Te4[(temp >> 8) & 0xff] ) ^
542 (Te4[(temp >> 16) & 0xff] << 8) ^
544 (Te4[(temp ) & 0xff] << 24) ^
554 (Te4[(temp ) & 0xff] )
    [all...]
  /external/srtp/crypto/include/
integers.h 120 ((unsigned char *) (addr))[1] = (value >> 16) & 0xff; \
121 ((unsigned char *) (addr))[2] = (value >> 8) & 0xff; \
122 ((unsigned char *) (addr))[3] = (value) & 0xff; \
132 ((unsigned char *) (addr))[2] = (value >> 16) & 0xff; \
133 ((unsigned char *) (addr))[1] = (value >> 8) & 0xff; \
134 ((unsigned char *) (addr))[0] = (value) & 0xff; \
  /external/wpa_supplicant/
rc4.c 47 j = (j + S[i] + key[kpos]) & 0xff;
57 i = (i + 1) & 0xff;
58 j = (j + S[i]) & 0xff;
65 i = (i + 1) & 0xff;
66 j = (j + S[i]) & 0xff;
68 *pos++ ^= S[(S[i] + S[j]) & 0xff];
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
rc4.c 47 j = (j + S[i] + key[kpos]) & 0xff;
57 i = (i + 1) & 0xff;
58 j = (j + S[i]) & 0xff;
65 i = (i + 1) & 0xff;
66 j = (j + S[i]) & 0xff;
68 *pos++ ^= S[(S[i] + S[j]) & 0xff];
  /external/wpa_supplicant_8/src/crypto/
rc4.c 35 j = (j + S[i] + key[kpos]) & 0xff;
45 i = (i + 1) & 0xff;
46 j = (j + S[i]) & 0xff;
53 i = (i + 1) & 0xff;
54 j = (j + S[i]) & 0xff;
56 *pos++ ^= S[(S[i] + S[j]) & 0xff];

Completed in 439 milliseconds

1 23 4 5 6 7 8 91011>>