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

<<21222324252627282930>>

  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 269 destRows[x] = ((pixel << 16) & 0xff0000) | ((pixel >> 16) & 0xff) | (pixel & 0xff00ff00);
293 return (x << 16) | ((x >> 16) & 0xff) | (x & 0xff00ff00);
298 x = ((x >> 8) & 0xff) * a;
299 x = (x + ((x >> 8) & 0xff) + 0x80);
359 destScanLine[x] = ((pixel << 16) & 0xff0000) | ((pixel >> 16) & 0xff) | (pixel & 0xff00ff00);
  /dalvik/vm/mterp/c/
opcommon.cpp 79 vsrc1 = regs & 0xff; \
143 vsrc1 = srcRegs & 0xff; \
178 vsrc1 = srcRegs & 0xff; \
223 vsrc1 = litInfo & 0xff; \
257 vsrc1 = litInfo & 0xff; \
310 vsrc1 = srcRegs & 0xff; \
346 vsrc1 = srcRegs & 0xff; \
400 vsrc1 = srcRegs & 0xff; \
414 vsrc1 = srcRegs & 0xff; \
448 vsrc1 = arrayInfo & 0xff; /* array ptr */
    [all...]
  /external/icu4c/common/
ucnv_u32.c 228 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff };
331 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff };
491 { 0, 0, 0xff, 0xfd }, 4, FALSE, FALSE,
706 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 };
817 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 };
986 { 0xfd, 0xff, 0, 0 }, 4, FALSE, FALSE,
    [all...]
propname.cpp 94 if(((r1|r2)&0xff)==0) {
100 rc=(r1&0xff)-(r2&0xff);
120 if(((r1|r2)&0xff)==0) {
126 rc=(r1&0xff)-(r2&0xff);
  /external/icu4c/test/cintltst/
ncnvfbts.c 156 junokout[i] = 0xFF;
236 sprintf(junk + uprv_strlen(junk), "0x%02x, ", (0xFF) & (unsigned int)*p);
237 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]);
652 const uint8_t expectedtest1[] = { 0x00, 0x05, 0xff, 0x07, 0x08, 0xff,};
677 const uint8_t expectedtest3[] = { 0x00, 0x05, 0xff, 0x07, 0xff, 0x01, 0x02, 0x0b, 0x01, 0x02, 0x0a, 0xff, 0xff,};
707 { 0x00, 0x05, 0xff, 0x01, 0x02, 0x03, 0x0b, 0x07, 0xff,
    [all...]
nucnvtst.c 396 junokout[i] = 0xFF;
469 sprintf(junk + strlen(junk), "0x%02x, ", (int)(0xFF & *ptr));
470 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (int)(0xFF & junokout[ptr-junkout]));
    [all...]
  /external/qemu/hw/
pci.c 196 if (dom > 0xffff || bus > 0xff || val > 0x1f)
562 if (++addr > 0xff)
584 bus_num = (addr >> 16) & 0xff;
589 pci_dev = s->devices[(addr >> 8) & 0xff];
592 config_addr = addr & 0xff;
607 bus_num = (addr >> 16) & 0xff;
612 pci_dev = s->devices[(addr >> 8) & 0xff];
617 val = 0xff;
629 config_addr = addr & 0xff;
846 s->bus->bus_num = val & 0xff;
    [all...]
  /external/quake/quake/src/WinQuake/
net_ser.cpp 174 p->sock->receiveSequence = (p->sequence + 1) & 0xff;
182 p->sock->unreliableReceiveSequence = (p->sequence + 1) & 0xff;
190 p->sock->sendSequence = (p->sock->sendSequence + 1) & 0xff;
442 b = message->cursize & 0xff;
463 b = CRC_Value (crc) & 0xff;
522 p->sock->unreliableSendSequence = (b + 1) & 0xff;
534 b = message->cursize & 0xff;
555 b = CRC_Value (crc) & 0xff;
596 b = CRC_Value (crc) & 0xff;
630 b = message->cursize & 0xff;
    [all...]
net_ipx.cpp 224 lma->socketbuffer[s][n].ecb.inUse = 0xff;
244 if (regs.h.al != 0xff)
274 lma->socketbuffer[s][n].ecb.inUse = 0xff;
356 if (regs.h.al == 0xff)
502 Q_memset(addr.sipx_addr.node, 0xff, 6);
504 Q_memset(lma->socketbuffer[handle][0].ecb.immediateAddress, 0xff, 6);
529 case 0xff: // unable to send packet
  /frameworks/base/media/libstagefright/
AVIExtractor.cpp 464 (char)((subFourcc >> 16) & 0xff),
465 (char)((subFourcc >> 8) & 0xff),
466 (char)(subFourcc & 0xff),
493 (char)((fourcc >> 16) & 0xff),
494 (char)((fourcc >> 8) & 0xff),
495 (char)(fourcc & 0xff));
630 (char)((handler >> 16) & 0xff),
631 (char)((handler >> 8) & 0xff),
632 (char)(handler & 0xff));
753 uint8_t lo = (chunkType >> 16) & 0xff;
    [all...]
MPEG2TSWriter.cpp 318 *ptr++ = 0xff;
330 *ptr++ = (aac_frame_length >> 3) & 0xff;
794 buffer->data()[7] = section_length & 0xff;
798 buffer->data()[14] = kPCR_PID & 0xff;
806 *ptr++ = ES_PID & 0xff;
887 *ptr++ = PID & 0xff;
894 *ptr++ = PES_packet_length & 0xff;
899 *ptr++ = (PTS >> 22) & 0xff;
901 *ptr++ = (PTS >> 7) & 0xff;
935 *ptr++ = PID & 0xff;
    [all...]
  /dalvik/dx/src/com/android/dx/io/
DexBuffer.java 323 int result = (data[position] & 0xff)
324 | (data[position + 1] & 0xff) << 8
325 | (data[position + 2] & 0xff) << 16
326 | (data[position + 3] & 0xff) << 24;
332 int result = (data[position] & 0xff)
333 | (data[position + 1] & 0xff) << 8;
343 return (byte) (data[position++] & 0xff);
  /external/llvm/include/llvm/Support/
Dwarf.h 456 DW_OP_hi_user = 0xff,
476 DW_ATE_hi_user = 0xff,
490 DW_END_hi_user = 0xff,
542 DW_CC_hi_user = 0xff,
579 DW_LNE_hi_user = 0xff,
586 DW_MACINFO_vendor_ext = 0xff,
623 DW_EH_PE_omit = 0xff,
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dtypes.h 47 #define CI_GETFRACTION(ci) ((ci) & 0xff)
59 #define RGBA_GETRED(rgb) (((rgb) >> 16) & 0xff)
60 #define RGBA_GETGREEN(rgb) (((rgb) >> 8) & 0xff)
61 #define RGBA_GETBLUE(rgb) ((rgb) & 0xff)
80 #define RGB_GETRED(rgb) (((rgb) >> 16) & 0xff)
81 #define RGB_GETGREEN(rgb) (((rgb) >> 8) & 0xff)
82 #define RGB_GETBLUE(rgb) ((rgb) & 0xff)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DTYPES.H 47 #define CI_GETFRACTION(ci) ((ci) & 0xff)
59 #define RGBA_GETRED(rgb) (((rgb) >> 16) & 0xff)
60 #define RGBA_GETGREEN(rgb) (((rgb) >> 8) & 0xff)
61 #define RGBA_GETBLUE(rgb) ((rgb) & 0xff)
80 #define RGB_GETRED(rgb) (((rgb) >> 16) & 0xff)
81 #define RGB_GETGREEN(rgb) (((rgb) >> 8) & 0xff)
82 #define RGB_GETBLUE(rgb) ((rgb) & 0xff)
  /frameworks/base/opengl/libagl/
dxt.cpp 101 int b0 = (x >> 24) & 0xff;
102 int b1 = (x >> 16) & 0xff;
103 int b2 = (x >> 8) & 0xff;
104 int b3 = (x ) & 0xff;
471 uint64_t alpha0 = alpha & 0xff;
473 uint64_t alpha1 = alpha & 0xff;
501 a[7] = 0xff;
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java 840 arr[start + i] = (byte) (val & 0xFF);
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 523 put_byte(s, (Byte)(b & 0xff));
603 put_byte(s, (Byte)(s->gzhead->time & 0xff));
604 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff));
605 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff));
606 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff));
610 put_byte(s, s->gzhead->os & 0xff);
612 put_byte(s, s->gzhead->extra_len & 0xff);
613 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
745 put_byte(s, (Byte)(strm->adler & 0xff));
746 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
    [all...]
  /external/zlib/
deflate.c 553 put_byte(s, (Byte)(b & 0xff));
633 put_byte(s, (Byte)(s->gzhead->time & 0xff));
634 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff));
635 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff));
636 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff));
640 put_byte(s, s->gzhead->os & 0xff);
642 put_byte(s, s->gzhead->extra_len & 0xff);
643 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
775 put_byte(s, (Byte)(strm->adler & 0xff));
776 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
    [all...]
  /external/llvm/test/MC/ARM/
neon-shift-encoding.s 16 @ CHECK: vshl.i32 d16, d16, #31 @ encoding: [0x30,0x05,0xff,0xf2]
18 @ CHECK: vshl.i64 d16, d16, #63 @ encoding: [0xb0,0x05,0xff,0xf2]
32 @ CHECK: vshl.i32 q8, q8, #31 @ encoding: [0x70,0x05,0xff,0xf2]
34 @ CHECK: vshl.i64 q8, q8, #63 @ encoding: [0xf0,0x05,0xff,0xf2]
120 @ CHECK: vsli.32 d16, d16, #31 @ encoding: [0x30,0x05,0xff,0xf3]
122 @ CHECK: vsli.64 d16, d16, #63 @ encoding: [0xb0,0x05,0xff,0xf3]
128 @ CHECK: vsli.32 q8, q8, #31 @ encoding: [0x70,0x05,0xff,0xf3]
130 @ CHECK: vsli.64 q8, q8, #63 @ encoding: [0xf0,0x05,0xff,0xf3]
136 @ CHECK: vshll.s32 q8, d16, #31 @ encoding: [0x30,0x0a,0xff,0xf2]
142 @ CHECK: vshll.u32 q8, d16, #31 @ encoding: [0x30,0x0a,0xff,0xf3
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 394 {{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01}
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
SH4Assembler.h 232 return (opc | ((rm & 0xf) << 8) | (rn & 0xff));
242 return (opc | (rm & 0xff));
292 return (x & 0xff);
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
nand.c 142 data[4], data[4] & 0xff, (data[4] >> 8) & 0xff);
144 flash_maker = data[4] & 0xff;
145 flash_device = (data[4] >> 8) & 0xff;
230 data->addr1 = (page >> 16) & 0xff;
345 data->addr1 = (page >> 16) & 0xff;
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 193 int type = info[pos] & 0xff;
242 int tag = info[pos + 1] & 0xff;
284 int tag = info[p] & 0xff;
344 int tag = info[pos++] & 0xff;
672 output.write((value >>> 8) & 0xff);
673 output.write(value & 0xff);
  /external/tremolo/Tremolo/
bitwise.c 383 return (or->buffer->data[(position+or->begin)>>1])&0xff;
385 return (or->buffer->data[(position+or->begin)>>1]>>8)&0xff;
603 or->buffer->data[i*4] = large[i]&0xff;
604 or->buffer->data[i*4+1] = (large[i]>>8)&0xff;
605 or->buffer->data[i*4+2] = (large[i]>>16)&0xff;
606 or->buffer->data[i*4+3] = (large[i]>>24)&0xff;

Completed in 416 milliseconds

<<21222324252627282930>>