/external/dropbear/libtomcrypt/src/hashes/ |
rmd320.c | 448 0x2f, 0x99, 0xb0, 0x47, 0x05, 0xd6, 0x97, 0x0d, 0xff, 0x5d } 460 0x6b, 0x4e, 0xff, 0x72, 0x7d, 0xf6, 0x6a, 0x7c, 0x01, 0x97 }
|
/external/icu4c/common/ |
uresdata.c | 181 int32_t indexLength=indexes[URES_INDEX_LENGTH]&0xff; 1011 indexLength=udata_readInt32(ds, inIndexes[URES_INDEX_LENGTH])&0xff; [all...] |
/external/icu4c/tools/toolutil/ |
ucmstate.c | 85 if(s==t || 0xff<start) { 94 if(s==t || end<start || 0xff<end) { [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ConstPool.java | 50 h = (h ^ (a & 0xff)) * prime; 51 h = (h ^ (b & 0xff)) * prime; [all...] |
/external/libpng/ |
example.c | 329 png_set_filler(png_ptr, 0xff, PNG_FILLER_AFTER);
|
/external/llvm/test/MC/ARM/ |
neon-vst-encoding.s | 98 @ CHECK: vst4.16 {d17[3], d19[3], d21[3], d23[3]}, [r0, :64] @ encoding: [0xff,0x17,0xc0,0xf4]
|
neont2-vst-encoding.s | 100 @ CHECK: vst4.16 {d17[3], d19[3], d21[3], d23[3]}, [r0, :64] @ encoding: [0xff,0x17,0xc0,0xf9]
|
/external/mesa3d/src/pixelflinger2/ |
shader.cpp | 321 assert(0xff >= GGL_PIXEL_FORMAT_COUNT); 345 assert(0xff >= GGL_PIXEL_FORMAT_COUNT); [all...] |
/external/mksh/src/ |
main.c | 514 return (exstat & 0xff); /* see below */ 545 return (i & 0xff); /* & 0xff to ensure value not -1 */ [all...] |
/external/openssl/crypto/sha/asm/ |
sha512-armv4.s | 152 and r9,r11,#0xff 292 and r9,r11,#0xff
|
/external/openssl/ssl/ |
s3_pkt.c | 772 *(p++)=type&0xff; 776 *(p++)=s->version&0xff; [all...] |
/external/qemu/android/ |
main-common.c | 267 pix = (pix & 0xff00ff00) | ((pix >> 16) & 0xff) | ((pix & 0xff) << 16); [all...] |
/external/qemu/android/skin/ |
argb.h | 515 alpha = (sx >> 8) & 0xff; 524 alpha = (sy >> 8) & 0xff;
|
/external/qemu/ |
cpu-all.h | 960 return ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] == 0xff; 976 ram_list.phys_dirty[addr >> TARGET_PAGE_BITS] = 0xff;
|
/external/qemu/hw/ |
pc.c | 213 rtc_set_memory(s, info_ofs + 3, 0xff); 214 rtc_set_memory(s, info_ofs + 4, 0xff); [all...] |
/external/quake/quake/src/QW/server/ |
model.c | 52 memset (mod_novis, 0xff, sizeof(mod_novis)); 108 *out++ = 0xff;
|
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 339 png_set_filler(png_ptr, 0xff, PNG_FILLER_AFTER); 513 *theTranspColorp = SkPackARGB32(0xFF, transpColor->red >> 8, 516 *theTranspColorp = SkPackARGB32(0xFF, transpColor->red, 521 *theTranspColorp = SkPackARGB32(0xFF, transpColor->gray >> 8, 524 *theTranspColorp = SkPackARGB32(0xFF, transpColor->gray, 606 transLessThanFF |= (int)*trans - 0xFF; 613 *colorPtr++ = SkPackARGB32(0xFF, palette->red, palette->green, palette->blue); 687 png_set_filler(png_ptr, 0xff, PNG_FILLER_AFTER); [all...] |
/external/stlport/src/ |
ctype.cpp | 233 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xff 269 0xf8, 0xf9, 0xfa, 0xfb, 0xfc, 0xfd, 0xfe, 0xff
|
/external/tcpdump/ |
print-802_11.c | 1075 printf("fhset %d fhpat %d ", u.u16 & 0xff, (u.u16 >> 8) & 0xff);
|
/external/valgrind/main/callgrind/ |
fn.c | 150 /* 0*/ 0x94, 0x21, 0xff, 0xc0, 0x90, 0x01, 0x00, 0x0c, 187 /*103*/0x48, 0x83, 0xc4, 0x48, 0x41, 0xff, 0xe3 };
|
/external/valgrind/main/coregrind/ |
m_machine.c | 420 VG_(memset)(test_block, 0xff, sizeof(test_block)); 436 VG_(memset)(test_block, 0xff, sizeof(test_block)); [all...] |
/external/webp/src/enc/ |
picture.c | 272 dst[x_out] = (!(v & ~0xff)) ? v : (v < 0) ? 0 : 255; 434 return ((v & ~0xff) == 0) ? v : (v < 0) ? 0 : 255;
|
/external/wpa_supplicant/ |
pcsc_funcs.c | 731 cmd[6] = file_id & 0xff; 931 os_memset(cmd + 5 + os_strlen(pin), 0xff, 8 - os_strlen(pin)); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
pcsc_funcs.c | 731 cmd[6] = file_id & 0xff; 931 os_memset(cmd + 5 + os_strlen(pin), 0xff, 8 - os_strlen(pin)); [all...] |
/external/wpa_supplicant_8/src/ap/ |
hostapd.c | 350 os_memset(addr, 0xff, ETH_ALEN); 422 os_memset(mask, 0xff, ETH_ALEN);
|