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

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/mterp/c/
OP_RSUB_INT_LIT8.cpp 6 vsrc1 = litInfo & 0xff;
  /external/astl/tests/
test_char_traits.cpp 40 // Check that to_int_type maps '\xff' to 0xff and NOT 0xffffffff
42 EXPECT_TRUE(char_traits<char>::to_int_type('\xff') == 0xff);
43 EXPECT_TRUE(char_traits<char>::to_int_type('\xff') != char_traits<char>::eof());
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 56 (byte) 0x20, (byte) 0xF6, (byte) 0x60, (byte) 0xFF,
109 (byte) 0xA6, (byte) 0x83, (byte) 0x20, (byte) 0xFF,
234 j = P[0][i] & 0xff;
236 mX[0] = Mx_X(j) & 0xff;
237 mY[0] = Mx_Y(j) & 0xff;
239 j = P[1][i] & 0xff;
241 mX[1] = Mx_X(j) & 0xff;
242 mY[1] = Mx_Y(j) & 0xff;
400 gSBox[i*2] = gMDS0[(P[P_01][b0] & 0xff) ^ b0(k0)];
401 gSBox[i*2+1] = gMDS1[(P[P_11][b1] & 0xff) ^ b1(k0)]
    [all...]
  /external/chromium/app/sql/
diagnostic_error_delegate.h 40 error &= 0xff;
  /external/clang/test/CodeGen/
2010-07-14-ref-off-end.c 20 t.i=0xff;
  /external/kernel-headers/original/asm-generic/bitops/
__ffs.h 26 if ((word & 0xff) == 0) {
  /external/libpcap/
ffs.h 18 if (!(x & 0xff)) {
  /external/llvm/test/MC/ARM/
neont2-reciprocal-encoding.s 5 @ CHECK: vrecpe.u32 d16, d16 @ encoding: [0xfb,0xff,0x20,0x04]
7 @ CHECK: vrecpe.u32 q8, q8 @ encoding: [0xfb,0xff,0x60,0x04]
9 @ CHECK: vrecpe.f32 d16, d16 @ encoding: [0xfb,0xff,0x20,0x05]
11 @ CHECK: vrecpe.f32 q8, q8 @ encoding: [0xfb,0xff,0x60,0x05]
17 @ CHECK: vrsqrte.u32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x04]
19 @ CHECK: vrsqrte.u32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x04]
21 @ CHECK: vrsqrte.f32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x05]
23 @ CHECK: vrsqrte.f32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x05]
neont2-absdiff-encoding.s 23 @ CHECK: vabd.u8 d16, d16, d17 @ encoding: [0x40,0xff,0xa1,0x07]
24 @ CHECK: vabd.u16 d16, d16, d17 @ encoding: [0x50,0xff,0xa1,0x07]
25 @ CHECK: vabd.u32 d16, d16, d17 @ encoding: [0x60,0xff,0xa1,0x07]
26 @ CHECK: vabd.f32 d16, d16, d17 @ encoding: [0x60,0xff,0xa1,0x0d]
30 @ CHECK: vabd.u8 q8, q8, q9 @ encoding: [0x40,0xff,0xe2,0x07]
31 @ CHECK: vabd.u16 q8, q8, q9 @ encoding: [0x50,0xff,0xe2,0x07]
32 @ CHECK: vabd.u32 q8, q8, q9 @ encoding: [0x60,0xff,0xe2,0x07]
33 @ CHECK: vabd.f32 q8, q8, q9 @ encoding: [0x60,0xff,0xe2,0x0d]
46 @ CHECK: vabdl.u8 q8, d16, d17 @ encoding: [0xc0,0xff,0xa1,0x07]
47 @ CHECK: vabdl.u16 q8, d16, d17 @ encoding: [0xd0,0xff,0xa1,0x07
    [all...]
  /external/openssl/crypto/bn/
bn_mpi.c 80 d[0]=(unsigned char)(l>>24)&0xff;
81 d[1]=(unsigned char)(l>>16)&0xff;
82 d[2]=(unsigned char)(l>> 8)&0xff;
83 d[3]=(unsigned char)(l )&0xff;
  /external/oprofile/libabi/
op_abi.c 69 unsigned int probe = 0xff;
73 assert(probe_byte[0] == 0xff || probe_byte[sz - 1] == 0xff);
75 return probe_byte[0] == 0xff;
  /external/qemu/target-arm/
iwmmxt_helper.c 46 #define ZBIT8(x) (((x) & 0xff) == 0)
84 #define SADB(SHR) abs((int) ((a >> SHR) & 0xff) - (int) ((b >> SHR) & 0xff))
153 SIMD8_SET(NBIT8((x) & 0xff), SIMD_NBIT, i) | \
154 SIMD8_SET(ZBIT8((x) & 0xff), SIMD_ZBIT, i)
168 (((a >> SH0) & 0xff) << 0) | (((b >> SH0) & 0xff) << 8) | \
169 (((a >> SH1) & 0xff) << 16) | (((b >> SH1) & 0xff) << 24) | \
170 (((a >> SH2) & 0xff) << 32) | (((b >> SH2) & 0xff) << 40) |
    [all...]
  /external/quake/quake/src/QW/client/
cl_main.c 132 { 'e' ^ 0xff, 'm' ^ 0xff, 'o' ^ 0xff, 'd' ^ 0xff, 'e' ^ 0xff, 'l' ^ 0xff, 0 };
134 { 'p' ^ 0xff, 'm' ^ 0xff, 'o' ^ 0xff, 'd' ^ 0xff, 'e' ^ 0xff, 'l' ^ 0xff, 0 }
    [all...]
  /external/valgrind/main/memcheck/tests/
pdb-realloc.c 20 x[i] &= (i & 0xff);
  /external/valgrind/main/none/tests/
stackgrowth.c 11 memset((char *)frame, 0xff, sizeof(frame));
  /external/wpa_supplicant_8/src/crypto/
sha1-pbkdf2.c 44 count_buf[0] = (count >> 24) & 0xff;
45 count_buf[1] = (count >> 16) & 0xff;
46 count_buf[2] = (count >> 8) & 0xff;
47 count_buf[3] = count & 0xff;
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ValueParser.java 45 cmdDet.commandNumber = rawValue[valueIndex] & 0xff;
46 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff;
47 cmdDet.commandQualifier = rawValue[valueIndex + 2] & 0xff;
69 devIds.sourceId = rawValue[valueIndex] & 0xff;
70 devIds.destinationId = rawValue[valueIndex + 1] & 0xff;
93 timeUnit = TimeUnit.values()[(rawValue[valueIndex] & 0xff)];
94 timeInterval = rawValue[valueIndex + 1] & 0xff;
119 int id = rawValue[valueIndex] & 0xff;
145 id = rawValue[valueIndex] & 0xff;
166 id.selfExplanatory = (rawValue[valueIndex++] & 0xff) == 0x00
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmendian.h 124 _bytes[0] = _val & 0xff; \
131 _bytes[0] = _val & 0xff; \
132 _bytes[1] = (_val >> 8) & 0xff; \
133 _bytes[2] = (_val >> 16) & 0xff; \
141 _bytes[1] = _val & 0xff; \
148 _bytes[1] = (_val >> 16) & 0xff; \
149 _bytes[2] = (_val >> 8) & 0xff; \
150 _bytes[3] = _val & 0xff; \
212 bytes[0] = val & 0xff;
220 bytes[0] = val & 0xff;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 124 _bytes[0] = _val & 0xff; \
131 _bytes[0] = _val & 0xff; \
132 _bytes[1] = (_val >> 8) & 0xff; \
133 _bytes[2] = (_val >> 16) & 0xff; \
141 _bytes[1] = _val & 0xff; \
148 _bytes[1] = (_val >> 16) & 0xff; \
149 _bytes[2] = (_val >> 8) & 0xff; \
150 _bytes[3] = _val & 0xff; \
212 bytes[0] = val & 0xff;
220 bytes[0] = val & 0xff;
    [all...]
  /packages/apps/Camera/src/com/android/camera/panorama/
PanoUtil.java 51 int y = (0xff & ((int) yuv420sp[j * width + i])) - 16;
56 v = (0xff & yuv420sp[uvp++]) - 128;
57 u = (0xff & yuv420sp[uvp++]) - 128;
82 ((b >> 10) & 0xff);
  /external/bluetooth/bluez/tools/
hcieventmask.c 45 uint8_t events[8] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00 };
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
ChunkHandler.java 117 result = ((result << 8) | (typeName.charAt(i) & 0xff));
129 ascii[0] = (char) ((type >> 24) & 0xff);
130 ascii[1] = (char) ((type >> 16) & 0xff);
131 ascii[2] = (char) ((type >> 8) & 0xff);
132 ascii[3] = (char) (type & 0xff);
  /frameworks/base/media/libstagefright/rtsp/
ARTPWriter.cpp 338 data[5] = (mSourceID >> 16) & 0xff;
339 data[6] = (mSourceID >> 8) & 0xff;
340 data[7] = mSourceID & 0xff;
343 data[9] = (mLastNTPTime >> (64 - 16)) & 0xff;
344 data[10] = (mLastNTPTime >> (64 - 24)) & 0xff;
345 data[11] = (mLastNTPTime >> 32) & 0xff;
346 data[12] = (mLastNTPTime >> 24) & 0xff;
347 data[13] = (mLastNTPTime >> 16) & 0xff;
348 data[14] = (mLastNTPTime >> 8) & 0xff;
349 data[15] = mLastNTPTime & 0xff;
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 135 #define BDADDR_ALL (&(bdaddr_t) {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff}})
136 #define BDADDR_LOCAL (&(bdaddr_t) {{0, 0, 0, 0xff, 0xff, 0xff}})
  /external/dhcpcd/
lpf.c 62 0x00, 0xff, 0xff, 0xff,
63 0xff, 0x12, 0x40, 0x1b, 0x00, 0x00, 0x00, 0x00,
64 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff
145 memset(&su.sll.sll_addr, 0xff, iface->hwlen);

Completed in 672 milliseconds

1 2 3 45 6 7 8 91011>>