HomeSort by relevance Sort by last modified time
    Searched refs:xFF (Results 101 - 125 of 2974) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
smp_32.h 26 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
smp_32.h 26 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
smp_32.h 26 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
smp_32.h 31 #define NO_PROC_ID 0xFF
  /prebuilts/sdk/renderscript/clang-include/
rtmintrin.h 38 #define _XABORT_CODE(x) (((x) >> 24) & 0xFF)
  /external/chromium_org/third_party/skia/include/core/
SkColor.h 20 /** 8-bit type for an alpha value. 0xFF is 100% opaque, 0x00 is 100% transparent.
47 * static const SkColor kMyColor = SkColorSetARGB(0xFF, 0x01, 0x02, 0x03)
57 of 0xFF for alpha (fully opaque)
59 #define SkColorSetRGB(r, g, b) SkColorSetARGB(0xFF, r, g, b)
62 #define SkColorGetA(color) (((color) >> 24) & 0xFF)
64 #define SkColorGetR(color) (((color) >> 16) & 0xFF)
66 #define SkColorGetG(color) (((color) >> 8) & 0xFF)
68 #define SkColorGetB(color) (((color) >> 0) & 0xFF)
77 #define SK_AlphaOPAQUE 0xFF //!< opaque SkAlpha value
130 /** Convert HSV components to an ARGB color. The alpha component set to 0xFF
    [all...]
  /external/skia/include/core/
SkColor.h 20 /** 8-bit type for an alpha value. 0xFF is 100% opaque, 0x00 is 100% transparent.
47 * static const SkColor kMyColor = SkColorSetARGB(0xFF, 0x01, 0x02, 0x03)
57 of 0xFF for alpha (fully opaque)
59 #define SkColorSetRGB(r, g, b) SkColorSetARGB(0xFF, r, g, b)
62 #define SkColorGetA(color) (((color) >> 24) & 0xFF)
64 #define SkColorGetR(color) (((color) >> 16) & 0xFF)
66 #define SkColorGetG(color) (((color) >> 8) & 0xFF)
68 #define SkColorGetB(color) (((color) >> 0) & 0xFF)
77 #define SK_AlphaOPAQUE 0xFF //!< opaque SkAlpha value
130 /** Convert HSV components to an ARGB color. The alpha component set to 0xFF
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ByteBuffer.java 169 return buffer[index] & 0xFF;
252 else if ((buffer[2] & 0xFF) == 0xFE && (buffer[3] & 0xFF) == 0xFF)
261 else if ((buffer[0] & 0xFF) < 0x80)
288 if ((buffer[0] & 0xFF) == 0xEF)
292 else if ((buffer[0] & 0xFF) == 0xFE)
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.h 204 const ColorPremul kOpaqueGreen = { 0xFF, 0x00, 0xFF, 0x00 };
205 const ColorPremul kOpaqueBlack = { 0xFF, 0x00, 0x00, 0x00 };
206 const ColorPremul kOpaqueWhite = { 0xFF, 0xFF, 0xFF, 0xFF };
207 const ColorPremul kOpaqueYellow = { 0xFF, 0xFF, 0xFF, 0x00 }
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiUtils.java 177 return ((data[0] & 0xFF) << 8) | (data[1] & 0xFF);
188 return ((data[offset] & 0xFF) << 8) | (data[offset + 1] & 0xFF);
198 return ((data[0] & 0xFF) << 16) | ((data[1] & 0xFF) << 8) | (data[2] & 0xFF);
304 return ((normalized.charAt(0) & 0xFF) << 16)
305 | ((normalized.charAt(1) & 0xFF) << 8)
306 | (normalized.charAt(2) & 0xFF);
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 642 (byte) 0x00, (byte) 0x01, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff,
643 (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff
    [all...]
  /hardware/ti/omap4-aah/security/tee_client_api/
schannel6_logins.h 48 #define SCX_LOGIN_GET_MAIN_TYPE(type) ((type) & ~SCX_LOGIN_VARIANT(0, 0xFF, 0xFF))
57 #define SCX_LOGIN_USER_NONE SCX_LOGIN_VARIANT(SCX_LOGIN_USER, SCX_LOGIN_OS_ANY, 0xFF)
58 #define SCX_LOGIN_GROUP_NONE SCX_LOGIN_VARIANT(SCX_LOGIN_GROUP, SCX_LOGIN_OS_ANY, 0xFF)
60 SCX_LOGIN_VARIANT(SCX_LOGIN_APPLICATION_USER, SCX_LOGIN_OS_ANY, 0xFF)
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_logins.h 48 #define SCX_LOGIN_GET_MAIN_TYPE(type) ((type) & ~SCX_LOGIN_VARIANT(0, 0xFF, 0xFF))
57 #define SCX_LOGIN_USER_NONE SCX_LOGIN_VARIANT(SCX_LOGIN_USER, SCX_LOGIN_OS_ANY, 0xFF)
58 #define SCX_LOGIN_GROUP_NONE SCX_LOGIN_VARIANT(SCX_LOGIN_GROUP, SCX_LOGIN_OS_ANY, 0xFF)
60 SCX_LOGIN_VARIANT(SCX_LOGIN_APPLICATION_USER, SCX_LOGIN_OS_ANY, 0xFF)
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 33 while (offset + 3 < jpeg.length && (jpeg[offset++] & 0xFF) == 0xFF) {
34 int marker = jpeg[offset] & 0xFF;
37 if (marker == 0xFF) {
131 value = (value << 8) | (bytes[offset] & 0xFF);
  /external/chromium_org/third_party/skia/tests/
KtxTest.cpp 105 0xFF, 0xFF, 0xFF, 0x80, // Pixel 1
106 0xFF, 0xFF, 0xFF, 0x80, // Pixel 2
107 0xFF, 0xFF, 0xFF, 0x80, // Pixel 3
108 0xFF, 0xFF, 0xFF, 0x80};// Pixel
    [all...]

Completed in 725 milliseconds

1 2 3 45 6 7 8 91011>>