/libcore/crypto/src/main/java/org/conscrypt/ |
ServerHello.java | 70 random[1] = (byte) ((gmt_unix_time & 0xFF0000) >>> 16);
|
ClientHello.java | 72 random[1] = (byte) (gmt_unix_time & 0xFF0000 >>> 16);
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/format/ |
TextHighlighterTest.java | 32 private static final int TEST_PREFIX_HIGHLIGHT_COLOR = 0xFF0000;
|
/bionic/libc/include/sys/ |
endian.h | 68 (__swap32gen_x & 0xff0000) >> 8 | \ 93 ((__uint32_t)(x) & 0xff00) << 8 | ((__uint32_t)(x) & 0xff0000) >> 8 |\
|
/external/wpa_supplicant_8/src/utils/ |
common.h | 52 ((v & 0xff0000) >> 8) | (v >> 24); 159 ((v & 0xff0000) >> 8) | (v >> 24); 405 (((u32) (a) << 8) & 0xff0000) | \
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
strcpy.S | 289 tst r3, #0xff0000 406 tst r2, #0xff0000
|
strcat.S | 341 tst r3, #0xff0000 458 tst r2, #0xff0000
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
strcpy.S | 277 tst r3, #0xff0000 401 tst r2, #0xff0000
|
strcat.S | 339 tst r3, #0xff0000 463 tst r2, #0xff0000
|
/external/pixman/pixman/ |
pixman-access.c | 763 (r >= 0 ? r < 0x1000000 ? r & 0xff0000 : 0xff0000 : 0) | 800 (r >= 0 ? r < 0x1000000 ? r & 0xff0000 : 0xff0000 : 0) | 932 (r >= 0 ? r < 0x1000000 ? r & 0xff0000 : 0xff0000 : 0) | 958 (r >= 0 ? r < 0x1000000 ? r & 0xff0000 : 0xff0000 : 0) | [all...] |
pixman-combine32.h | 9 #define R_MASK 0xff0000
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_mb_offset.h | 140 MVN x6, #0xff0000; local 232 __asm__ volatile("MVN %0, #0xFF0000": "=r"(x6));
|
/bionic/libc/arch-arm/generic/bionic/ |
strlen.c | 127 "tst %[v], #0xFF0000 \n"
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
filter.js | 271 else if (sum > 0xFF0000) 404 } else if (rNew > 0xFF0000) { 412 } else if (gNew > 0xFF0000) { 420 } else if (bNew > 0xFF0000) {
|
/external/chromium_org/media/tools/player_x11/ |
x11_video_renderer.cc | 139 image.blue_mask = 0xff0000;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdfprotect.asm | 9 db ((%2 & 0xFF0000) >> 16) ; Base 16-23
|
/external/chromium_org/ui/gfx/x/ |
x11_types.cc | 75 image.red_mask = 0xff0000;
|
/external/kernel-headers/original/asm-x86/ |
desc_32.h | 40 *b = (base & 0xff000000) | ((base & 0xff0000) >> 16) |
|
/external/tcpdump/ |
print-null.c | 65 ((((y)&0xff)<<24) | (((y)&0xff00)<<8) | (((y)&0xff0000)>>8) | (((y)>>24)&0xff))
|
/external/grub/stage2/ |
disk_io.c | 647 int pc_slice_no = (*partition & 0xFF0000) >> 16; 735 && ((dest & 0xFF0000) == 0xFF0000 736 || (dest & 0xFF0000) == (*partition & 0xFF0000))) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/ |
BMPImageReader.h | 62 result = ((result & 0xff) << 24) | ((result & 0xff00) << 8) | ((result & 0xff0000) >> 8) | ((result & 0xff000000) >> 24); 211 pixel = ((pixel & 0xff00) << 8) | ((pixel & 0xff0000) >> 8) | ((pixel & 0xff000000) >> 24);
|
/packages/apps/Camera/jni/ |
feature_mos_jni.cpp | 336 //rgb[yp] = 0xff000000 | ((r << 6) & 0xff0000) | ((g >> 2) & 0xff00) | ((b >> 10) & 0xff); 338 rgb[p+0] = (r<<6 & 0xFF0000)>>16;
|
/packages/apps/Camera2/jni/ |
feature_mos_jni.cpp | 336 //rgb[yp] = 0xff000000 | ((r << 6) & 0xff0000) | ((g >> 2) & 0xff00) | ((b >> 10) & 0xff); 338 rgb[p+0] = (r<<6 & 0xFF0000)>>16;
|
/packages/apps/LegacyCamera/jni/ |
feature_mos_jni.cpp | 336 //rgb[yp] = 0xff000000 | ((r << 6) & 0xff0000) | ((g >> 2) & 0xff00) | ((b >> 10) & 0xff); 338 rgb[p+0] = (r<<6 & 0xFF0000)>>16;
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
MagicSmokeRS.java | 126 new Preset(1, 0x800000, 0xff0000, 0xffffff, 2.5f, 0x1f, true, true, false), 130 new Preset(1, 0x800000, 0xff0000, 0xffffff, 2.5f, 0x1f, true, true, true),
|