/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/ |
Lan9118Dxe.c | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 67 int r = (pixel & 0xFF0000) >> 16; 92 int r = (rgb & 0xFF0000) >> 16; 112 return new RGB((rgb & 0xFF0000) >>> 16, (rgb & 0xFF00) >>> 8, rgb & 0xFF); [all...] |
/bionic/libc/kernel/uapi/drm/ |
i915_drm.h | 540 #define I915_OVERLAY_SWAP_MASK 0xff0000
|
/device/google/contexthub/firmware/os/core/ |
bl.c | 288 if ((rsaResult[SHA2_HASH_WORDS] & 0xff) || !(rsaResult[SHA2_HASH_WORDS] & 0xff00) || !(rsaResult[SHA2_HASH_WORDS] & 0xff0000) || !(rsaResult[SHA2_HASH_WORDS] & 0xff000000))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/ |
GenFfsFile.c | 552 GuidSectionHeader.CommonHeader.Size[2] = (UINT8) ((TotalSize & 0xff0000) >> 16);
704 CompressionSet.CommonHeader.Size[2] = (UINT8) ((TotalSize & 0xff0000) >> 16);
[all...] |
/external/e2fsprogs/lib/blkid/ |
probe.h | 865 ((val<<8)&0xFF0000) | (val<<24));
|
/external/e2fsprogs/lib/ext2fs/ |
bitops.h | 380 ((val<<8)&0xFF0000) | (val<<24));
|
/external/icu/icu4c/source/i18n/ |
collation.h | 387 return ((int64_t)(ce32 & 0xff000000) << 32) | COMMON_SECONDARY_CE | ((ce32 & 0xff0000) >> 8);
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
Cat.java | 137 final int r = (color & 0xFF0000) >> 16;
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
NotificationBuilderTest.java | 364 final int color = getRadioHex(R.id.group_lights_color, 0xff0000);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_color_manager.cpp | 56 uint32_t argb_color = ((params.color.r << 16) & 0xff0000) | ((params.color.g << 8) & 0xff00) |
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
hwc_color_manager.cpp | 55 uint32_t argb_color = ((params.color.r << 16) & 0xff0000) | ((params.color.g << 8) & 0xff00) |
|
/hardware/qcom/display/sdm845/sdm/libs/hwc2/ |
hwc_color_manager.cpp | 56 uint32_t argb_color = ((params.color.r << 16) & 0xff0000) | ((params.color.g << 8) & 0xff00) |
|
/libcore/ojluni/src/main/java/java/net/ |
Inet4Address.java | 121 address |= ((addr[1] << 16) & 0xFF0000);
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
Net.java | 230 address |= ((addr[1] << 16) & 0xFF0000);
|
/libcore/ojluni/src/main/java/sun/security/util/ |
DerOutputStream.java | 196 bytes[1] = (byte)((i & 0xff0000) >>> 16);
|
/packages/services/Car/tools/emulator/ |
vhal_consts_2_0.py | 266 VEHICLEPROPERTYTYPE_MASK = 0xff0000
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1helper.h | 315 Red = 0xff0000,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtilsTest.java | 309 assertEquals(299*255/1000, ImageUtils.getBrightness(0xFF0000));
|
/external/syslinux/com32/libutil/ |
sha512crypt.c | 34 | (((n) & 0xff0000) << 24) \ 37 | (((n) >> 24) & 0xff0000) \
|
/external/pcre/dist2/src/sljit/ |
sljitNativeARM_T2_32.c | 211 COPY_BITS(imm, 12 + 16, 16, 4) | COPY_BITS(imm, 11 + 16, 26, 1) | COPY_BITS(imm, 8 + 16, 12, 3) | ((imm & 0xff0000) >> 16)); 221 inst[3] = dst | COPY_BITS(new_imm, 8 + 16, 12, 3) | ((new_imm & 0xff0000) >> 16); 497 COPY_BITS(imm, 12 + 16, 16, 4) | COPY_BITS(imm, 11 + 16, 26, 1) | COPY_BITS(imm, 8 + 16, 12, 3) | ((imm & 0xff0000) >> 16)); [all...] |
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
pll.c | 934 data &= ~0xff0000; 938 data &= ~0xff0000; [all...] |
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/ |
PchRegsPcu.h | 236 #define B_PCH_LPC_MAN_ID_MSID 0xFF0000 // Manufacturing Stepping Identifier
[all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_wayland.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 404 && GET_BLUEMASK(v) == 0xff0000 414 else if ( GET_REDMASK(v) == 0xff0000 [all...] |