/external/lzma/C/ |
7zCrc.c | 16 #define CRC_UINT32_SWAP(v) ((v >> 24) | ((v >> 8) & 0xFF00) | ((v << 8) & 0xFF0000) | (v << 24))
|
7zCrcOpt.c | 62 #define CRC_UINT32_SWAP(v) ((v >> 24) | ((v >> 8) & 0xFF00) | ((v << 8) & 0xFF0000) | (v << 24))
|
/external/valgrind/none/tests/ppc64/ |
power6_bcmp.c | 43 mask += 0xff0000;
|
/packages/apps/Camera2/src/com/android/camera/ |
PanoUtil.java | 81 rgb[ypd] = 0xff000000 | ((r << 6) & 0xff0000) | ((g >> 2) & 0xff00) |
|
/packages/apps/Contacts/tests/src/com/android/contacts/format/ |
TextHighlighterTest.java | 30 private static final int TEST_PREFIX_HIGHLIGHT_COLOR = 0xFF0000;
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
PanoUtil.java | 81 rgb[ypd] = 0xff000000 | ((r << 6) & 0xff0000) | ((g >> 2) & 0xff00) |
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
nj_dic.h | 56 ((((NJ_INT32)((in)[1])) << 16) & 0xff0000) | \
|
/external/skia/src/core/ |
SkEndian.h | 56 ((value & 0xFF0000) >> 8) | 63 ((N & 0xFF0000) >> 8) |
|
/toolchain/binutils/binutils-2.25/opcodes/ |
i370-dis.c | 49 insn.i[0] |= (buffer[1] << 16) & 0xff0000; 53 insn.i[1] |= (buffer[5] << 16) & 0xff0000;
|
/external/icu/icu4c/source/common/ |
udataswp.c | 103 *q++=(uint32_t)((x<<24)|((x<<8)&0xff0000)|((x>>8)&0xff00)|(x>>24)); 150 x=(x<<56)|((x&0xff00)<<40)|((x&0xff0000)<<24)|((x&0xff000000)<<8)| 151 ((x>>8)&0xff000000)|((x>>24)&0xff0000)|((x>>40)&0xff00)|(x>>56); 189 return (uint32_t)((x<<24)|((x<<8)&0xff0000)|((x>>8)&0xff00)|(x>>24)); 209 *p=(uint32_t)((x<<24)|((x<<8)&0xff0000)|((x>>8)&0xff00)|(x>>24));
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
RawInsnHelper.java | 108 raw[idx + 2] = (byte) ((value & 0xFF0000) >>> 16);
|
/external/libvncserver/webclients/java-applet/ssl/ |
tightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab-traversal.patch | 21 cm24 = new DirectColorModel(24, 0xFF0000, 0x00FF00, 0x0000FF);
|
/external/libvpx/libvpx/vpx_util/ |
endian_inl.h | 97 return (x >> 24) | ((x >> 8) & 0xff00) | ((x << 8) & 0xff0000) | (x << 24);
|
/external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/ |
ht_utils.c | 30 smp_num_siblings = (ebx & 0xff0000) >> 16;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
IsoTypeReader.java | 115 result |= ((bytes[1] << 16) & 0xFF0000);
|
/external/tcpdump/ |
print-null.c | 53 ((((y)&0xff)<<24) | (((y)&0xff00)<<8) | (((y)&0xff0000)>>8) | (((y)>>24)&0xff))
|
/external/webp/src/utils/ |
endian_inl_utils.h | 79 return (x >> 24) | ((x >> 8) & 0xff00) | ((x << 8) & 0xff0000) | (x << 24);
|
/frameworks/rs/tests/java_api/VrDemo/ |
_index.html | 71 black.color = {{255, 0xff0000, 10, 10, 20},{259, 0xfff5e4, 10, 10, 20}};
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
mce.h | 15 #define MCG_EXT_CNT_MASK 0xff0000 /* Number of Extended registers */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
mce.h | 16 #define MCG_EXT_CNT_MASK 0xff0000 /* Number of Extended registers */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
mce.h | 16 #define MCG_EXT_CNT_MASK 0xff0000 /* Number of Extended registers */
|
/toolchain/binutils/binutils-2.25/bfd/ |
netbsd.h | 113 | (execp->a_info & 0xff0000) >> 8 | (execp->a_info & 0xff000000) >> 24;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
movi.s | 11 .irp b2, 0, 0xff0000
|
/device/google/contexthub/firmware/lib/libc/ |
strlen.c | 167 "tstne data, #0xff0000\n\t" 195 "tstne data, #0xff0000\n\t"
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_surfaceless.c | 199 { "ARGB8888", { 0xff0000, 0xff00, 0xff, 0xff000000 } }, 200 { "RGB888", { 0xff0000, 0xff00, 0xff, 0x0 } },
|