HomeSort by relevance Sort by last modified time
    Searched refs:xff (Results 401 - 425 of 1546) sorted by null

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
syslog.h 99 #define SYSLOG_DATA_INIT {-1, 0, 0, 0, (const char *)0, LOG_USER, 0xff}
  /system/core/debuggerd/
utility.c 50 ((unsigned char *)dst)[i] = val & 0xff;
  /frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp 302 *ptr++ = 0xff;
314 *ptr++ = (aac_frame_length >> 3) & 0xff;
646 buffer->data()[7] = section_length & 0xff;
650 buffer->data()[14] = kPCR_PID & 0xff;
658 *ptr++ = ES_PID & 0xff;
739 *ptr++ = PID & 0xff;
746 *ptr++ = PES_packet_length & 0xff;
751 *ptr++ = (PTS >> 22) & 0xff;
753 *ptr++ = (PTS >> 7) & 0xff;
787 *ptr++ = PID & 0xff;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 343 * @return {@code true} iff it's in the range 0..0xff
346 return value == (value & 0xff);
405 if ((arg & 0xff) != arg) {
411 if ((opcode & 0xff) != opcode) {
426 if ((low & 0xff) != low) {
430 if ((high & 0xff) != high) {
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 294 W[t >> 2][t & 3] = (key[i]&0xff) | ((key[i+1]&0xff) << 8) | ((key[i+2]&0xff) << 16) | (key[i+3] << 24);
426 C0 = (bytes[index++] & 0xff);
427 C0 |= (bytes[index++] & 0xff) << 8;
428 C0 |= (bytes[index++] & 0xff) << 16;
431 C1 = (bytes[index++] & 0xff);
432 C1 |= (bytes[index++] & 0xff) << 8;
433 C1 |= (bytes[index++] & 0xff) << 16;
436 C2 = (bytes[index++] & 0xff);
    [all...]
  /bionic/libc/netbsd/nameser/
ns_name.c 433 srcp = msg + (((n & 0x3f) << 8) | (*srcp & 0xff));
803 if ((blen = (*cp & 0xff)) == 0)
816 i = SPRINTF((dn, "%02x", *cp & 0xff));
823 i = SPRINTF((dn, "%02x", tc & (0xff << (8 - b))));
865 if (!isxdigit((*cp) & 0xff)) /* reject '\[x/BLEN]' */
879 *tp++ = ((value << 4) & 0xff);
887 if (!isdigit(c&0xff))
898 if (!isxdigit(c&0xff))
932 if (((value << (8 - traillen)) & 0xff) != 0)
  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c     [all...]
  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.cpp 217 return Color(0x00, 0x00, 0xff); // Royal blue.
219 return Color(GetRValue(color), GetGValue(color), GetBValue(color), 0xff);
227 return Color(GetRValue(color), GetGValue(color), GetBValue(color), 0xff);
233 return Color(0xff, 0xff, 0xcc); // Pale yellow.
235 return Color(GetRValue(color), GetGValue(color), GetBValue(color), 0xff);
245 return Color(0xff, 0x96, 0x32); // Orange.
250 return Color(0xff, 0xff, 0x96); // Yellow.
  /external/libvpx/vpx_scale/dm642/
gen_scalers_c64.c 96 des [0] = src_current & 0xff;
114 des [0] = src_current & 0xff;
118 des [4] = src_current & 0xff;
303 des [0] = src_current & 0xff;
320 des [0] = src_current & 0xff;
324 des [4] = dc & 0xff;
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccFileHandler.java 350 recordSize[0] = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF;
351 recordSize[1] = ((data[RESPONSE_DATA_FILE_SIZE_1] & 0xff) << 8)
352 + (data[RESPONSE_DATA_FILE_SIZE_2] & 0xff);
387 lc.recordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF;
389 size = ((data[RESPONSE_DATA_FILE_SIZE_1] & 0xff) << 8)
390 + (data[RESPONSE_DATA_FILE_SIZE_2] & 0xff);
433 size = ((data[RESPONSE_DATA_FILE_SIZE_1] & 0xff) << 8)
434 + (data[RESPONSE_DATA_FILE_SIZE_2] & 0xff);
  /external/qemu/
console.c 33 #define QEMU_RGB(r, g, b) QEMU_RGBA(r, g, b, 0xff)
200 r = (rgba >> 16) & 0xff;
201 g = (rgba >> 8) & 0xff;
202 b = (rgba) & 0xff;
209 r = (rgba >> 16) & 0xff;
210 g = (rgba >> 8) & 0xff;
211 b = (rgba) & 0xff;
215 r = (rgba >> 16) & 0xff;
216 g = (rgba >> 8) & 0xff;
217 b = (rgba) & 0xff;
    [all...]
  /bootable/recovery/
verifier.c 67 if (footer[2] != 0xff || footer[3] != 0xff) {
  /build/tools/signapk/
SignApk.java 360 temp.write(signature_start & 0xff);
361 temp.write((signature_start >> 8) & 0xff);
362 // Why the 0xff bytes? In a zip file with no archive comment,
365 // two high bytes to be 0xff 0xff, the archive would have to
369 temp.write(0xff);
370 temp.write(0xff);
371 temp.write(total_size & 0xff);
372 temp.write((total_size >> 8) & 0xff);
388 outputStream.write(total_size & 0xff);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 114 int ocean = Color.rgb(0, 0xFF, 0x80);
157 mNinePatchDrawable.setChangingConfigurations(0xff);
158 assertEquals(0xff, mNinePatchDrawable.getChangingConfigurations());
163 assertEquals(0xff, constantState.getChangingConfigurations());
167 assertEquals(0xff, constantState.getChangingConfigurations());
203 assertEquals(0xff, mNinePatchDrawable.getPaint().getAlpha());
209 assertEquals(0xff, mNinePatchDrawable.getPaint().getAlpha());
371 mNinePatchDrawable.setChangingConfigurations(0xff);
375 assertEquals(0xff, constantState.getChangingConfigurations());
  /external/blktrace/
blktrace.h 95 if ((t->magic & 0xff) != SUPPORTED_VERSION) {
97 t->magic & 0xff);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERApplicationSpecific.java 198 int b = input[index++] & 0xff;
211 b = input[index++] & 0xff;
  /external/chromium/base/
sha1.cc 97 ((t & 0xff) << 24);
147 M[64-1] = (l & 0xff);
sha2_unittest.cc 19 0xb4, 0x10, 0xff, 0x61,
42 0x64, 0xff, 0x21, 0x67,
  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
bitset.cpp 39 uprv_memset(values, 0xff, sizeof(values));
180 if((uint32_t)c<=0xff) {
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_test.c 103 { 0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c,
145 { 0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c,
190 { 0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c,
233 { 0xfe, 0xff, 0xe9, 0x92, 0x86, 0x65, 0x73, 0x1c,
256 0x55, 0x90, 0x9c, 0x5a, 0xff, 0x52, 0x69, 0xaa,
276 { 0x61, 0x9c, 0xc5, 0xae, 0xff, 0xfe, 0x0b, 0xfa,
295 0xff, 0x24, 0x4a, 0xfa, 0x9d, 0xc7, 0x2b, 0xcd,
314 0x46, 0x63, 0xfa, 0xff, 0x58, 0xa8, 0xb2, 0xd7,
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 39 uprv_memset(values, 0xff, sizeof(values));
180 if((uint32_t)c<=0xff) {
  /external/iproute2/testsuite/tests/
cls-testbed.t 46 dsmark mask 0xff value 2
  /external/openssl/crypto/bf/asm/
bf-586.pl 106 &and( $tmp2, 0xff); # B
109 &and( $tmp4, 0xff); # D
  /external/openssl/crypto/bio/
b_dump.c 120 ch=((unsigned char)*(s+i*dump_width+j)) & 0xff;
131 ch=((unsigned char)*(s+i*dump_width+j)) & 0xff;
  /external/quake/quake/src/WinQuake/
net_loop.cpp 173 *buffer++ = data->cursize & 0xff;
207 *buffer++ = data->cursize & 0xff;

Completed in 643 milliseconds

<<11121314151617181920>>