Searched
full:xff000000 (Results
476 -
500 of
678) sorted by null
<<11121314151617181920>>
/external/icu4c/i18n/ |
ucol_tok.cpp | 55 int32_t len = (key->source & 0xFF000000)>>24; 78 uint32_t s1L = ((p1->source & 0xFF000000) >> 24); 79 uint32_t s2L = ((p2->source & 0xFF000000) >> 24); [all...] |
ucol_bld.cpp | 345 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */ 714 int32_t cSize = (tok->source & 0xFF000000) >> 24; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
RadioGroupTest.java | 107 assertEquals(0, newButton.getId() & 0xFF000000);
|
/external/compiler-rt/test/Unit/ |
clzsi2_test.c | 548 if (test__clzsi2(0xFF000000, 0))
|
/external/icu4c/layout/ |
LETypes.h | 156 #define LE_CLIENT_MASK 0xFF000000
|
/external/kernel-headers/original/linux/ |
capability.h | 52 #define VFS_CAP_REVISION_MASK 0xFF000000
|
mtio.h | 309 #define MT_ST_DENSITY_MASK 0xff000000
|
/external/llvm/include/llvm/Support/ |
MachO.h | 681 CPUArchMask = 0xff000000, // Mask for architecture bits
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldELF.cpp | 302 *TargetPtr &= 0xFF000000;
|
/external/mesa3d/src/mesa/main/ |
compiler.h | 260 ((x & 0xff000000) >> 24));
|
/external/openssl/ssl/ |
s2_lib.c | 440 if ((l & 0xff000000) != 0x02000000) return(0);
|
/external/qemu/android/ |
qemulator.c | 66 params.ring_color = 0xff000000;
|
/external/qemu/android/skin/ |
file.c | 525 layout->color = aconfig_unsigned( root, "color", 0x808080 ) | 0xff000000;
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_video.c | 328 /* 32 bit ARGB */ {0x00FF0000, 0x0000FF00, 0x000000FF, 0xFF000000, 32},
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testalpha.c | 87 0xFF000000, 0x00FF0000, 0x0000FF00, alphamask);
|
/external/srec/portable/src/ |
pmemblock.c | 422 PORT_ASSERT((size & 0xff000000) == 0);
|
/external/srtp/crypto/hash/ |
sha1.c | 279 W[i-1] = (be32_to_cpu(ctx->M[i-1]) & 0xff000000) | 0x800000;
|
/external/tcpdump/ |
util.c | 375 0xf8000000, 0xfc000000, 0xfe000000, 0xff000000,
|
/external/valgrind/main/none/tests/arm/ |
v6intThumb.c | 751 TESTINST2("uxtb r0, r1, ror #24", 0xff000000, r0, r1, 0); [all...] |
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
TransparencyWin.cpp | 509 row[x] |= 0xFF000000;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageBufferQt.cpp | 249 destRows[x] = (0xFF000000
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GraphicsContextWinCE.cpp | 298 *pixels |= 0xFF000000; 329 *pixels ^= 0xFF000000; 402 *dest++ = source[srcY * paddedSourceW + srcX] | 0xFF000000; 561 *pixels |= 0xFF000000; [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
ImageDiff.cpp | 66 static const uint32_t rgbaAlpha = 0xff000000;
|
/external/wpa_supplicant_8/src/utils/ |
common.h | 367 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 147 (((x) & 0xFF000000) >> 24))
|
Completed in 582 milliseconds
<<11121314151617181920>>