HomeSort by relevance Sort by last modified time
    Searched refs:xff (Results 176 - 200 of 2888) sorted by null

1 2 3 4 5 6 78 91011>>

  /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 36 count_buf[0] = (count >> 24) & 0xff;
37 count_buf[1] = (count >> 16) & 0xff;
38 count_buf[2] = (count >> 8) & 0xff;
39 count_buf[3] = count & 0xff;
  /frameworks/base/libs/hwui/
Vertex.h 65 const float a = ((color >> 24) & 0xff) / 255.0f;
66 vertex[0].color[0] = a * ((color >> 16) & 0xff) / 255.0f;
67 vertex[0].color[1] = a * ((color >> 8) & 0xff) / 255.0f;
68 vertex[0].color[2] = a * ((color ) & 0xff) / 255.0f;
  /frameworks/opt/telephony/src/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...]
  /frameworks/rs/
rsCppUtils.h 274 uint32_t r = (i1 & 0xff) + (i2 & 0xff) + (i3 & 0xff) + (i4 & 0xff);
275 uint32_t g = ((i1 >> 8) & 0xff) + ((i2 >> 8) & 0xff) + ((i3 >> 8) & 0xff) + ((i4 >> 8) & 0xff);
276 uint32_t b = ((i1 >> 16) & 0xff) + ((i2 >> 16) & 0xff) + ((i3 >> 16) & 0xff) + ((i4 >> 16) & 0xff)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 128 _bytes[0] = _val & 0xff; \
135 _bytes[0] = _val & 0xff; \
136 _bytes[1] = (_val >> 8) & 0xff; \
137 _bytes[2] = (_val >> 16) & 0xff; \
145 _bytes[1] = _val & 0xff; \
152 _bytes[1] = (_val >> 16) & 0xff; \
153 _bytes[2] = (_val >> 8) & 0xff; \
154 _bytes[3] = _val & 0xff; \
218 bytes[0] = val & 0xff;
228 bytes[0] = val & 0xff;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoUtil.java 51 int y = (0xff & (yuv420sp[j * width + i])) - 16;
56 v = (0xff & yuv420sp[uvp++]) - 128;
57 u = (0xff & yuv420sp[uvp++]) - 128;
82 ((b >> 10) & 0xff);
  /packages/apps/Gallery2/src/com/android/camera/
PanoUtil.java 51 int y = (0xff & (yuv420sp[j * width + i])) - 16;
56 v = (0xff & yuv420sp[uvp++]) - 128;
57 u = (0xff & yuv420sp[uvp++]) - 128;
82 ((b >> 10) & 0xff);
  /packages/apps/LegacyCamera/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);
  /bionic/libc/kernel/arch-mips/asm/sn/sn0/
hubni.h 122 #define NVP_WRITEID_MASK (UINT64_CAST 0xff << 32)
136 #define NVS_WRITEID_MASK (UINT64_CAST 0xff << 32)
159 #define NAGE_AGE_MASK (UINT64_CAST 0xff)
185 #define NPE_RETRYCOUNT_MASK (UINT64_CAST 0xff << 16)
187 #define NPE_CBERRCOUNT_MASK (UINT64_CAST 0xff << 8)
190 #define NPE_SNERRCOUNT_MASK (UINT64_CAST 0xff << 0)
192 #define NPE_COUNT_MAX 0xff
220 #define NI_LLP_RETRY_MAX 0xff
221 #define NI_LLP_CB_MAX 0xff
222 #define NI_LLP_SN_MAX 0xff
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubni.h 122 #define NVP_WRITEID_MASK (UINT64_CAST 0xff << 32)
136 #define NVS_WRITEID_MASK (UINT64_CAST 0xff << 32)
159 #define NAGE_AGE_MASK (UINT64_CAST 0xff)
185 #define NPE_RETRYCOUNT_MASK (UINT64_CAST 0xff << 16)
187 #define NPE_CBERRCOUNT_MASK (UINT64_CAST 0xff << 8)
190 #define NPE_SNERRCOUNT_MASK (UINT64_CAST 0xff << 0)
192 #define NPE_COUNT_MAX 0xff
220 #define NI_LLP_RETRY_MAX 0xff
221 #define NI_LLP_CB_MAX 0xff
222 #define NI_LLP_SN_MAX 0xff
    [all...]
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubni.h 139 #define NVP_WRITEID_MASK (UINT64_CAST 0xff << 32)
153 #define NVS_WRITEID_MASK (UINT64_CAST 0xff << 32)
176 #define NAGE_AGE_MASK (UINT64_CAST 0xff)
207 #define NPE_RETRYCOUNT_MASK (UINT64_CAST 0xff << 16)
209 #define NPE_CBERRCOUNT_MASK (UINT64_CAST 0xff << 8)
211 #define NPE_SNERRCOUNT_MASK (UINT64_CAST 0xff << 0)
214 #define NPE_COUNT_MAX 0xff
249 #define NI_LLP_RETRY_MAX 0xff
250 #define NI_LLP_CB_MAX 0xff
251 #define NI_LLP_SN_MAX 0xff
    [all...]
  /external/llvm/test/MC/ARM/
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...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubni.h 122 #define NVP_WRITEID_MASK (UINT64_CAST 0xff << 32)
136 #define NVS_WRITEID_MASK (UINT64_CAST 0xff << 32)
159 #define NAGE_AGE_MASK (UINT64_CAST 0xff)
185 #define NPE_RETRYCOUNT_MASK (UINT64_CAST 0xff << 16)
187 #define NPE_CBERRCOUNT_MASK (UINT64_CAST 0xff << 8)
190 #define NPE_SNERRCOUNT_MASK (UINT64_CAST 0xff << 0)
192 #define NPE_COUNT_MAX 0xff
220 #define NI_LLP_RETRY_MAX 0xff
221 #define NI_LLP_CB_MAX 0xff
222 #define NI_LLP_SN_MAX 0xff
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubni.h 122 #define NVP_WRITEID_MASK (UINT64_CAST 0xff << 32)
136 #define NVS_WRITEID_MASK (UINT64_CAST 0xff << 32)
159 #define NAGE_AGE_MASK (UINT64_CAST 0xff)
185 #define NPE_RETRYCOUNT_MASK (UINT64_CAST 0xff << 16)
187 #define NPE_CBERRCOUNT_MASK (UINT64_CAST 0xff << 8)
190 #define NPE_SNERRCOUNT_MASK (UINT64_CAST 0xff << 0)
192 #define NPE_COUNT_MAX 0xff
220 #define NI_LLP_RETRY_MAX 0xff
221 #define NI_LLP_CB_MAX 0xff
222 #define NI_LLP_SN_MAX 0xff
    [all...]
  /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/av/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/bison/lib/uniwidth/
width.c 37 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, /* 0x0000-0x003f */
39 0xff, 0xff, 0xff, 0xff, 0x00, 0x20, 0x00, 0x00, /* 0x0080-0x00bf */
50 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* 0x0300-0x033f *
    [all...]
  /external/skia/include/gpu/
GrPaint.h 75 * Applies fractional coverage to the entire drawn primitive. Defaults to 0xff.
110 fColorFilterColor = GrColorPackRGBA(0xff, 0xff, 0xff, 0xff);
293 fColor = GrColorPackRGBA(0xff, 0xff, 0xff, 0xff);
297 fCoverage = 0xff;
    [all...]
  /external/tcpdump/
print-cnfp.c 137 (EXTRACT_32BITS(&nr->masks) >> 24) & 0xff);
146 (EXTRACT_32BITS(&nr->masks) >> 16) & 0xff);
155 pent = getprotobynumber((EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff);
158 (EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff);
166 flags = (EXTRACT_32BITS(&nr->asses) >> 24) & 0xff;
168 flags = (EXTRACT_32BITS(&nr->proto_tos) >> 16) & 0xff;
182 (EXTRACT_32BITS(&nr->masks) >> 8) & 0xff,
183 (EXTRACT_32BITS(&nr->masks)) & 0xff);
186 EXTRACT_32BITS(&nr->proto_tos) & 0xff,

Completed in 764 milliseconds

1 2 3 4 5 6 78 91011>>