Searched
refs:xff (Results
426 -
450 of
1546) sorted by null
<<11121314151617181920>>
/external/tcpdump/ |
print-ip6.c | 183 nh = enh & 0xff; 191 nh = enh & 0xff;
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
crypto-aes.js | 131 0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2, 171 for (var i=0; i<nBytes; i++) pwBytes[i] = password.charCodeAt(i) & 0xff; 182 for (var i=0; i<4; i++) counterBlock[i] = (nonce >>> i*8) & 0xff; 183 for (var i=0; i<4; i++) counterBlock[i+4] = (nonce/0x100000000 >>> i*8) & 0xff; 194 for (var c=0; c<4; c++) counterBlock[15-c] = (b >>> c*8) & 0xff; 235 for (var i=0; i<nBytes; i++) pwBytes[i] = password.charCodeAt(i) & 0xff; 254 for (var c=0; c<4; c++) counterBlock[15-c] = ((b-1) >>> c*8) & 0xff; 255 for (var c=0; c<4; c++) counterBlock[15-c-4] = ((b/0x100000000-1) >>> c*8) & 0xff; 331 o1 = bits>>16 & 0xff; 332 o2 = bits>>8 & 0xff; [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
crypto-aes.js | 131 0x51,0xa3,0x40,0x8f,0x92,0x9d,0x38,0xf5,0xbc,0xb6,0xda,0x21,0x10,0xff,0xf3,0xd2, 171 for (var i=0; i<nBytes; i++) pwBytes[i] = password.charCodeAt(i) & 0xff; 182 for (var i=0; i<4; i++) counterBlock[i] = (nonce >>> i*8) & 0xff; 183 for (var i=0; i<4; i++) counterBlock[i+4] = (nonce/0x100000000 >>> i*8) & 0xff; 194 for (var c=0; c<4; c++) counterBlock[15-c] = (b >>> c*8) & 0xff; 235 for (var i=0; i<nBytes; i++) pwBytes[i] = password.charCodeAt(i) & 0xff; 254 for (var c=0; c<4; c++) counterBlock[15-c] = ((b-1) >>> c*8) & 0xff; 255 for (var c=0; c<4; c++) counterBlock[15-c-4] = ((b/0x100000000-1) >>> c*8) & 0xff; 331 o1 = bits>>16 & 0xff; 332 o2 = bits>>8 & 0xff; [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduPart.java | 199 buffer[0] = (byte) (0xff & '<'); 200 buffer[buffer.length - 1] = (byte) (0xff & '>');
|
/frameworks/base/media/libstagefright/ |
JPEGSource.cpp | 164 CHECK_EQ(marker, 0xff); 170 CHECK(marker != 0xff);
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
sbsdpcmdev.h | 252 #define SDA_SBADDRMID_MASK 0xff /* SbAddrMid Mask */ 255 #define SDA_SBADDRHIGH_MASK 0xff /* SbAddrHigh Mask */
|
/hardware/ti/omap3/libstagefrighthw/ |
TIHardwareRenderer.cpp | 126 p[0] = ((y0 & 0xff) << 8) | ((y0 & 0xff00) << 16) | uv; 127 p[destLineLength] = ((y1 & 0xff) << 8) | ((y1 & 0xff00) << 16) | uv;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
irda.h | 63 #define CS_UNICODE 0xff 123 #define LSAP_ANY 0xff
|
/sdk/emulator/qtools/ |
gtrace.cpp | 78 //fh->common.usec_cpu = (start_usec << 8) | (cpu & 0xff); 79 fh->common.usec_cpu = cpu & 0xff; 103 //bh.usec_cpu = (start_usec << 8) | (cpu & 0xff); 104 bh.usec_cpu = cpu & 0xff;
|
opcode.h | 160 num_accesses = num_one_bits[(binary >> 8) & 0xff] 161 + num_one_bits[binary & 0xff];
|
/bionic/libc/include/netinet/ |
in6.h | 68 (((__const uint8_t *) (a))[0] == 0xff)
|
/bionic/libc/include/sys/ |
limits.h | 57 # define CHAR_MAX 0xff /* max value for a char */
|
/bionic/libc/kernel/common/linux/ |
ppp_defs.h | 23 #define PPP_ALLSTATIONS 0xff
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form22b.java | 104 codeUnit(regs.get(1).getReg(), value & 0xff));
|
/development/ndk/platforms/android-3/include/linux/ |
ppp_defs.h | 23 #define PPP_ALLSTATIONS 0xff
|
/development/ndk/platforms/android-3/include/netinet/ |
in6.h | 64 (((__const uint8_t *) (a))[0] == 0xff)
|
/development/ndk/platforms/android-3/include/sys/ |
limits.h | 57 # define CHAR_MAX 0xff /* max value for a char */
|
/development/tools/yuv420sp2rgb/ |
yuv420sp2rgb.c | 107 nR >>= 10; nR &= 0xff; 108 nG >>= 10; nG &= 0xff; 109 nB >>= 10; nB &= 0xff; 167 if (alpha) out[i++] = 0xff;
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
DERIA5String.java | 66 cs[i] = (char)(string[i] & 0xff);
|
DERNumericString.java | 66 cs[i] = (char)(string[i] & 0xff);
|
DERPrintableString.java | 68 cs[i] = (char)(string[i] & 0xff);
|
/external/chromium/third_party/icu/source/test/perf/unisetperf/draft/ |
trieset.cpp | 97 if((uint32_t)c<=0xff) {
|
/external/e2fsprogs/lib/ext2fs/ |
rw_bitmaps.c | 81 memset(block_buf, 0xff, fs->blocksize); 90 memset(inode_buf, 0xff, fs->blocksize); 247 memset(block_bitmap, 0xff, block_nbytes); 268 memset(inode_bitmap, 0xff, inode_nbytes);
|
/external/grub/netboot/ |
pci.c | 327 present_status = (pack >> 16) & 0xff; 328 major_revision = (pack >> 8) & 0xff; 329 minor_revision = pack & 0xff; 416 for (devfn = 0; devfn < 0xff; ++devfn) {
|
/external/grub/stage2/ |
terminfo.c | 91 *out++ = (char)(n & 0xff);
|
Completed in 2174 milliseconds
<<11121314151617181920>>