/bootable/recovery/minadbd/ |
transport_usb.c | 27 #define H4(x) (((x) & 0xFF000000) >> 24) | (((x) & 0x00FF0000) >> 8) | (((x) & 0x0000FF00) << 8) | (((x) & 0x000000FF) << 24)
|
/cts/suite/audio_quality/lib/include/audio/ |
AudioProtocol.h | 29 ((x) & 0x00ff0000)>>8 | ((x) & 0xff000000)>>24 )
|
/cts/tests/tests/effect/src/android/effect/cts/ |
EffectTest.java | 120 testBitmap.setPixel(0, 0, 0xFF000000);
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
desc_32.h | 70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | ((info)->useable << 20) | 0x7000)
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
ImageSwitcher1.java | 68 i.setBackgroundColor(0xFF000000);
|
/external/jmonkeyengine/engine/src/test/jme3test/collision/ |
RayTrace.java | 94 image.setRGB(x, h - y - 1, 0xFF000000);
|
/external/kernel-headers/original/asm-arm/ |
ptrace.h | 65 #define PSR_f 0xff000000 /* Flags */
|
/external/kernel-headers/original/asm-mips/ |
fixmap.h | 71 #define FIXADDR_TOP ((unsigned long)(long)(int)(0xff000000 - 0x20000))
|
/external/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 180 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff 275 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff 325 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff 398 bic r2, r2, #0xff000000 ; lowvalue &= 0xffffff
|
/external/libvpx/vpx_ports/ |
mem_ops_aligned.h | 34 | ((raw<<24) & 0xff000000); \
|
/external/llvm/include/llvm/Support/ |
SwapByteOrder.h | 51 uint32_t Byte3 = value & 0xFF000000;
|
/external/llvm/test/MC/ARM/ |
neon-bitwise-encoding.s | 31 vbic.i32 d16, #0xFF000000 32 vbic.i32 q8, #0xFF000000 36 @ CHECK: vbic.i32 d16, #0xff000000 @ encoding: [0x3f,0x07,0xc7,0xf3] 37 @ CHECK: vbic.i32 q8, #0xff000000 @ encoding: [0x7f,0x07,0xc7,0xf3]
|
/external/mesa3d/src/pixelflinger2/ |
texture.cpp | 87 *sample |= 0xff000000; 102 sample[0] |= 0xff000000; 153 sample[3] = (sample[0] & 0xff000000) >> 24; 262 sample[3] = (sample[0] & 0xff000000) >> 24;
|
/external/oprofile/module/x86/ |
cpu_type.c | 61 ptr[smp_processor_id()] = (unsigned char) ((ebx & 0xff000000) >> 24);
|
/external/qemu/hw/ |
android_arm.c | 85 goldfish_pic = goldfish_interrupt_init(0xff000000, cpu_pic[ARM_PIC_CPU_IRQ], cpu_pic[ARM_PIC_CPU_FIQ]);
|
/external/skia/gm/ |
emptypath.cpp | 94 color = 0xff000000| color; // force solid
|
gammatext.cpp | 153 0xFF000000,
|
texdata.cpp | 22 this->setBGColor(0xff000000);
|
/external/skia/samplecode/ |
SampleDitherBitmap.cpp | 27 SkColor colors[] = { 0xFF000000, 0xFFFF0000 };
|
SampleEmptyPath.cpp | 95 color = 0xff000000| color; // force solid
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptvalue.h | 54 UserRange = 0xff000000 // Users may use these as they see fit.
|
/external/webkit/Source/WebCore/platform/ |
ColorData.gperf | 26 black, 0xff000000
|
/external/webkit/Source/WebCore/platform/graphics/ |
Color.cpp | 53 return 0xFF000000 | max(0, min(r, 255)) << 16 | max(0, min(g, 255)) << 8 | max(0, min(b, 255)); 139 rgb = 0xFF000000 | value; 143 rgb = 0xFF000000 400 if (unsigned alpha = (pixelColor & 0xFF000000) >> 24) {
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
MessageID.h | 171 unsigned char getFlags() const { return (m_messageID & 0xff000000) >> 24; }
|
/external/webrtc/src/common_audio/signal_processing/include/ |
spl_inl.h | 126 if (!(0xFF000000 & (a << zeros))) zeros += 8;
|