/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 1251 isakmp->np = hash == NULL ? (np & 0xff) : ISAKMP_NPTYPE_HASH; 1262 gen->np = np & 0xff; [all...] |
/external/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 481 and rax, 0xff
|
/external/openssl/crypto/des/ |
destest.c | 94 {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}, 124 {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF} [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audiocvt.c | 78 dst[1] = (sample&0xFF); 80 dst[0] = (sample&0xFF); 89 dst[0] = (sample&0xFF); 91 dst[1] = (sample&0xFF); 109 dst[1] = (sample&0xFF); 111 dst[0] = (sample&0xFF); 120 dst[0] = (sample&0xFF); 122 dst[1] = (sample&0xFF); 184 dst[1] = (lsample&0xFF); 186 dst[0] = (lsample&0xFF); [all...] |
/external/qemu/tcg/hppa/ |
tcg-target.c | [all...] |
/external/quake/quake/src/QW/client/ |
gl_model.c | 51 memset (mod_novis, 0xff, sizeof(mod_novis)); 129 *out++ = 0xff; [all...] |
model.c | 49 memset (mod_novis, 0xff, sizeof(mod_novis)); 127 *out++ = 0xff; [all...] |
/external/quake/quake/src/WinQuake/ |
gl_model.cpp | 51 memset (mod_novis, 0xff, sizeof(mod_novis)); 129 *out++ = 0xff; [all...] |
model.cpp | 54 memset (mod_novis, 0xff, sizeof(mod_novis)); 129 *out++ = 0xff; [all...] |
/external/valgrind/main/none/tests/arm/ |
v6intARM.c | 618 TESTINST2("uxtb r0, r1", 0xff, r0, r1, 0); 622 TESTINST2("sxtb r0, r1", 0xff, r0, r1, 0); [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerARMv7.h | [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.cpp | 607 if (m_currentContent.backgroundColor.isValid() && m_currentContent.backgroundColor.alpha() == 0xff) 611 || (m_currentContent.contentType == ColorContentType && m_currentContent.contentsBackgroundColor.alpha() == 0xff) [all...] |
/external/wpa_supplicant/ |
eap.c | 511 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || 512 reqId == ((lastId + 2) & 0xff))) { [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.c | 536 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || 537 reqId == ((lastId + 2) & 0xff))) { [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
wlioctl.h | [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | [all...] |
/hardware/invensense/mlsdk/mllite/ |
mlFIFO.c | [all...] |
/system/core/libcutils/ |
tztime.c | 278 result = (result << 8) | (codep[i] & 0xff); 291 result = result * 256 + (codep[i] & 0xff); [all...] |
/bionic/libc/netbsd/resolv/ |
res_debug.c | 206 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
|
/bootable/recovery/minzip/ |
Zip.c | 215 if (*ptr == (ENDSIG & 0xff) && get4LE(ptr) == ENDSIG) [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapTest.java | 532 mBitmap.setPixel(10, 16, 0xFF << 24); 533 assertEquals(0xFF << 24, mBitmap.getPixel(10, 16)); 610 int color = 0xff << 24; 647 mBitmap.setPixel(10, 16, 0xFF << 24); 648 assertEquals(0xFF << 24, mBitmap.getPixel(10, 16)); 889 colors[i] = (0xFF << 24) | (i << 16) | (i << 8) | i;
|
/dalvik/vm/ |
Init.cpp | 599 gDvmJit.opList[i] = 0xff; [all...] |
/dalvik/vm/analysis/ |
DexPrepare.cpp | 716 memset(&optHdr, 0xff, sizeof(optHdr)); [all...] |
DexVerify.cpp | 639 if ((*insns & 0xff) == OP_PACKED_SWITCH) { [all...] |
/device/samsung/crespo/libs3cjpeg/ |
JpegEncoder.cpp | 589 unsigned char App1Marker[2] = { 0xff, 0xe1 }; 595 unsigned char size_mm[2] = {(tmp >> 8) & 0xFF, tmp & 0xFF};
|