/external/srtp/test/ |
lfsr.c | 41 lfsr.value = ((lfsr.value << 1) | 1) & 0xff; 43 lfsr.value = (lfsr.value << 1) & 0xff; 124 wt += octet_weight[poly & 0xff]; 125 wt += octet_weight[(poly >> 8) & 0xff]; 126 wt += octet_weight[(poly >> 16) & 0xff];
|
/external/webkit/Source/WebCore/platform/gtk/ |
CursorGtk.h | 65 0xff, 0xff, 0x00, 0x00, 0xfe, 0x7f, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 81 0xfc, 0xff, 0x00, 0x00, 0x7c, 0x84, 0x00, 0x00, 0x6c, 0xfc, 0x00, 0x00, 93 0xfe, 0x00, 0x00, 0x00, 0xfe, 0xfd, 0x00, 0x00, 0xfe, 0xff, 0x01, 0x00, 94 0xfe, 0xff, 0x01, 0x00, 0xfe, 0xff, 0x01, 0x00, 0xfe, 0xfe, 0x01, 0x00, 95 0xee, 0xff, 0x01, 0x00, 0xe4, 0xff, 0x01, 0x00, 0xc0, 0xff, 0x01, 0x00 [all...] |
/external/quake/quake/src/WinQuake/ |
snd_dos.cpp | 209 WriteDSP(shm->speed&0xff);
213 WriteDSP((shm->samples-1) & 0xff); // # of samples - 1
239 WriteDSP((shm->samples-1) & 0xff); // # of samples - 1
255 WriteDSP((shm->samples-1) & 0xff); // # of samples - 1
323 dos_outportb(addr_reg[dma], (realaddr>>1) & 0xff);
324 dos_outportb(addr_reg[dma], (realaddr>>9) & 0xff);
327 dos_outportb(count_reg[dma], ((dma_size>>1)-1) & 0xff);
333 dos_outportb(addr_reg[dma], realaddr & 0xff);
334 dos_outportb(addr_reg[dma], (realaddr>>8) & 0xff);
337 dos_outportb(count_reg[dma], (dma_size-1) & 0xff);
[all...] |
/external/llvm/test/MC/ARM/ |
neont2-mul-accum-encoding.s | 23 @ CHECK: vmla.i32 q12, q8, d3[0] @ encoding: [0xe0,0xff,0xc3,0x80] 37 @ CHECK: vmlal.u8 q8, d19, d18 @ encoding: [0xc3,0xff,0xa2,0x08] 38 @ CHECK: vmlal.u16 q8, d19, d18 @ encoding: [0xd3,0xff,0xa2,0x08] 39 @ CHECK: vmlal.u32 q8, d19, d18 @ encoding: [0xe3,0xff,0xa2,0x08] 68 @ CHECK: vmls.i8 d16, d18, d17 @ encoding: [0x42,0xff,0xa1,0x09] 69 @ CHECK: vmls.i16 d16, d18, d17 @ encoding: [0x52,0xff,0xa1,0x09] 70 @ CHECK: vmls.i32 d16, d18, d17 @ encoding: [0x62,0xff,0xa1,0x09] 72 @ CHECK: vmls.i8 q9, q8, q10 @ encoding: [0x40,0xff,0xe4,0x29] 73 @ CHECK: vmls.i16 q9, q8, q10 @ encoding: [0x50,0xff,0xe4,0x29] 74 @ CHECK: vmls.i32 q9, q8, q10 @ encoding: [0x60,0xff,0xe4,0x29 [all...] |
/dalvik/tools/dmtracedump/ |
CreateTestTrace.c | 328 putc(val & 0xff, fp); 334 putc(val & 0xff, fp); 335 putc((val >> 8) & 0xff, fp); 336 putc((val >> 16) & 0xff, fp); 337 putc((val >> 24) & 0xff, fp); 342 putc(val & 0xff, fp); 343 putc((val >> 8) & 0xff, fp); 344 putc((val >> 16) & 0xff, fp); 345 putc((val >> 24) & 0xff, fp); 346 putc((val >> 32) & 0xff, fp) [all...] |
/external/bluetooth/bluez/tools/ |
hciattach_st.c | 52 cp[1] = ocf & 0xff; 132 version >> 8, version & 0xff); 181 len = do_command(dd, 0xff, 0x002e, cmd, size + 1, buf, sizeof(buf)); 207 len = do_command(dd, 0xff, 0x000f, NULL, 0, buf, sizeof(buf)); 241 len = do_command(dd, 0xff, 0x0022, cmd, 8, buf, sizeof(buf)); 259 len = do_command(dd, 0xff, 0x000f, NULL, 0, buf, sizeof(buf)); 269 len = do_command(dd, 0xff, 0x0022, cmd, 8, buf, sizeof(buf));
|
csr.c | [all...] |
/libcore/luni/src/main/java/libcore/util/ |
ZoneInfo.java | 64 if (mIsDsts[mTypes[lastStd] & 0xff] == 0) { 74 mRawOffset = gmtOffsets[mTypes[lastStd] & 0xff]; 81 if (mIsDsts[mTypes[i] & 0xff] == 0) { 86 int earliestRawOffset = (firstStd != -1) ? gmtOffsets[mTypes[firstStd] & 0xff] : mRawOffset; 160 return mRawOffset + mOffsets[mTypes[transition] & 0xff] * 1000; 177 return mIsDsts[mTypes[transition] & 0xff] == 1; 243 int type = mTypes[i] & 0xff;
|
/external/wpa_supplicant/ |
common.h | 66 return ((v & 0xff) << 8) | (v >> 8); 71 return ((v & 0xff) << 24) | ((v & 0xff00) << 8) | 135 (a)[1] = ((u16) (val)) & 0xff; \ 142 (a)[0] = ((u16) (val)) & 0xff; \ 151 (a)[2] = (u8) (((u32) (val)) & 0xff); \ 161 (a)[3] = (u8) (((u32) (val)) & 0xff); \ 173 (a)[7] = (u8) (((u64) (val)) & 0xff); \ 479 #define bswap_16(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff)) 486 (((u32) (a) >> 24) & 0xff))
|
/bionic/libc/arch-arm/bionic/ |
strcpy.S | 85 tst r3, #0xff 114 tstne r2, #0xff 116 tst r2, #0xff
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
DexData.java | 457 return (short) ((tmpBuf[1] & 0xff) | ((tmpBuf[0] & 0xff) << 8)); 459 return (short) ((tmpBuf[0] & 0xff) | ((tmpBuf[1] & 0xff) << 8)); 470 return (tmpBuf[3] & 0xff) | ((tmpBuf[2] & 0xff) << 8) | 471 ((tmpBuf[1] & 0xff) << 16) | ((tmpBuf[0] & 0xff) << 24); 473 return (tmpBuf[0] & 0xff) | ((tmpBuf[1] & 0xff) << 8) [all...] |
/external/javasqlite/src/main/java/SQLite/ |
StringEncoder.java | 51 cnt[a[i] & 0xff]++; 60 int sum = cnt[i] + cnt[(i + 1) & 0xff] + cnt[(i + '\'') & 0xff]; 76 char c = (char)((a[i] - shift)&0xff); 187 result[j++] = (byte)((c + shift) & 0xff);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
CodedInputStream.java | 423 return (((int)b1 & 0xff) ) | 424 (((int)b2 & 0xff) << 8) | 425 (((int)b3 & 0xff) << 16) | 426 (((int)b4 & 0xff) << 24); 439 return (((long)b1 & 0xff) ) | 440 (((long)b2 & 0xff) << 8) | 441 (((long)b3 & 0xff) << 16) | 442 (((long)b4 & 0xff) << 24) | 443 (((long)b5 & 0xff) << 32) | 444 (((long)b6 & 0xff) << 40) [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
CodedInputStreamMicro.java | 379 return ((b1 & 0xff) ) | 380 ((b2 & 0xff) << 8) | 381 ((b3 & 0xff) << 16) | 382 ((b4 & 0xff) << 24); 395 return (((long)b1 & 0xff) ) | 396 (((long)b2 & 0xff) << 8) | 397 (((long)b3 & 0xff) << 16) | 398 (((long)b4 & 0xff) << 24) | 399 (((long)b5 & 0xff) << 32) | 400 (((long)b6 & 0xff) << 40) [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
ethernet.h | 86 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \ 87 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \ 137 ((uint8 *)(ea))[5]) == 0xff)
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
ethernet.h | 86 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \ 87 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \ 137 ((uint8 *)(ea))[5]) == 0xff)
|
/external/openssl/ssl/ |
ssl_locl.h | 196 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ 197 *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ 198 *((c)++)=(unsigned char)(((l)>>16)&0xff), \ 199 *((c)++)=(unsigned char)(((l)>>24)&0xff)) 206 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ 207 *((c)++)=(unsigned char)(((l)>>16)&0xff), \ 208 *((c)++)=(unsigned char)(((l)>> 8)&0xff), \ 209 *((c)++)=(unsigned char)(((l) )&0xff)) 211 #define l2n6(l,c) (*((c)++)=(unsigned char)(((l)>>40)&0xff), \ 212 *((c)++)=(unsigned char)(((l)>>32)&0xff), \ [all...] |
/external/srtp/crypto/cipher/ |
aes.c | [all...] |
/bionic/libc/kernel/arch-arm/asm/arch/ |
cpu.h | 21 #define GET_OMAP_CLASS (system_rev & 0xff)
|
/bionic/libc/kernel/common/linux/ |
ipmi_msgdefs.h | 45 #define IPMI_ERR_UNSPECIFIED 0xff
|
/bionic/libc/tools/zoneinfo/ |
ZoneCompactor.java | 76 os.write((x >> 24) & 0xff); 77 os.write((x >> 16) & 0xff); 78 os.write((x >> 8) & 0xff); 79 os.write( x & 0xff);
|
/bionic/libm/src/ |
s_modff.c | 31 j0 = ((i0>>23)&0xff)-0x7f; /* exponent of x */
|
s_rintf.c | 37 j0 = ((i0>>23)&0xff)-0x7f;
|
s_scalbnf.c | 44 if (k==0xff) return x+x; /* NaN or Inf */
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
cpu.h | 21 #define GET_OMAP_CLASS (system_rev & 0xff)
|