HomeSort by relevance Sort by last modified time
    Searched refs:xFF (Results 251 - 275 of 2912) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
dm-log-userspace.h 44 #define DM_ULOG_REQUEST_MASK 0xFF
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
dm-log-userspace.h 44 #define DM_ULOG_REQUEST_MASK 0xFF
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
dm-log-userspace.h 44 #define DM_ULOG_REQUEST_MASK 0xFF
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 26 #define GET_APIC_VERSION(x) ((x)&0xFF)
27 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF)
32 #define APIC_TPRI_MASK 0xFF
35 #define APIC_ARBPRI_MASK 0xFF
42 #define APIC_LDR_MASK (0xFF<<24)
44 #define GET_APIC_LOGICAL_ID(x) (((x)>>24)&0xFF)
46 #define APIC_ALL_CPUS 0xFF
97 #define GET_APIC_DEST_FIELD(x) (((x)>>24)&0xFF)
  /device/lge/mako/nfc/
libnfc-brcm.conf 185 POLLING_TECH_MASK=0xFF
  /device/samsung/manta/nfc/
libnfc-brcm.conf 186 POLLING_TECH_MASK=0xFF
  /external/chromium_org/chrome/test/chromedriver/
keycode_text_conversion_win.cc 42 LOBYTE(vkey_and_modifiers) != 0xFF &&
43 HIBYTE(vkey_and_modifiers) != 0xFF;
  /external/chromium_org/content/public/common/
page_transition_types_list.h 97 PAGE_TRANSITION(CORE_MASK, 0xFF)
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2test.c 91 {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
  /external/chromium_org/third_party/smhasher/src/
Types.cpp 99 uint32_t c = ROTL32(b,i) & 0xFF;
116 uint32_t c = ROTL32(b,i) & 0xFF;
  /external/e2fsprogs/lib/ext2fs/
lookup.c 39 if (ls->len != (dirent->name_len & 0xFF))
41 if (strncmp(ls->name, dirent->name, (dirent->name_len & 0xFF)))
  /external/fonttools/Lib/fontTools/misc/
eexec.py 10 plain = ( (cipher ^ (R>>8)) ) & 0xFF
16 cipher = ( (plain ^ (R>>8)) ) & 0xFF
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm_cfg.c 115 0xFF, /* B2 sniff count lsb: number of lptd poll before switching to full power poll */
116 0xFF, /* B3 sniff count msb */
  /external/openssl/crypto/rc2/
rc2test.c 91 {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
  /external/oprofile/module/x86/
apic_compat.h 20 #define GET_APIC_VERSION(x) ((x)&0xFF)
21 #define GET_APIC_MAXLVT(x) (((x) >> 16)&0xFF)
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_biosevents.c 80 bios_currentkeyboard[(key_pressed>>16)&(ATARIBIOS_MAXKEYS-1)]=0xFF;
114 bios_currentkeyboard[scancode]=0xFF; \
SDL_gemdosevents.c 81 gemdos_currentkeyboard[(key_pressed>>16)&(ATARIBIOS_MAXKEYS-1)]=0xFF;
115 gemdos_currentkeyboard[scancode]=0xFF; \
  /external/smali/util/src/main/java/org/jf/util/
Utf8Utils.java 94 int v0 = bytes[at] & 0xFF;
115 int v1 = bytes[at + 1] & 0xFF;
137 int v1 = bytes[at + 1] & 0xFF;
141 int v2 = bytes[at + 2] & 0xFF;
202 int v0 = bytes[at] & 0xFF;
218 int v1 = bytes[at + 1] & 0xFF;
236 int v1 = bytes[at + 1] & 0xFF;
240 int v2 = bytes[at + 2] & 0xFF;
  /frameworks/base/core/java/com/android/internal/util/
BitwiseInputStream.java 81 int data = (mBuf[index] & 0xFF) << 8;
82 if (offset < 8) data |= mBuf[index + 1] & 0xFF;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
ColorFilterCache.java 55 for (int i = 0x00; i <= 0xFF; i++) {
70 int filterIndex = (int) (0xFF * level);
  /libcore/luni/src/test/java/libcore/java/text/
OldCollationKeyTest.java 74 int keyA = bytes1[i] & 0xFF;
75 int keyB = bytes2[i] & 0xFF;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 20 #define GET_APIC_VERSION(x) ((x)&0xFF)
21 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF)
25 #define APIC_TPRI_MASK 0xFF
27 #define APIC_ARBPRI_MASK 0xFF
33 #define APIC_LDR_MASK (0xFF<<24)
34 #define GET_APIC_LOGICAL_ID(x) (((x)>>24)&0xFF)
36 #define APIC_ALL_CPUS 0xFF
77 #define GET_APIC_DEST_FIELD(x) (((x)>>24)&0xFF)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 20 #define GET_APIC_VERSION(x) ((x)&0xFF)
21 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF)
25 #define APIC_TPRI_MASK 0xFF
27 #define APIC_ARBPRI_MASK 0xFF
33 #define APIC_LDR_MASK (0xFF<<24)
34 #define GET_APIC_LOGICAL_ID(x) (((x)>>24)&0xFF)
36 #define APIC_ALL_CPUS 0xFF
77 #define GET_APIC_DEST_FIELD(x) (((x)>>24)&0xFF)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 20 #define GET_APIC_VERSION(x) ((x)&0xFF)
21 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF)
25 #define APIC_TPRI_MASK 0xFF
27 #define APIC_ARBPRI_MASK 0xFF
33 #define APIC_LDR_MASK (0xFF<<24)
34 #define GET_APIC_LOGICAL_ID(x) (((x)>>24)&0xFF)
36 #define APIC_ALL_CPUS 0xFF
77 #define GET_APIC_DEST_FIELD(x) (((x)>>24)&0xFF)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 20 #define GET_APIC_VERSION(x) ((x)&0xFF)
21 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF)
25 #define APIC_TPRI_MASK 0xFF
27 #define APIC_ARBPRI_MASK 0xFF
33 #define APIC_LDR_MASK (0xFF<<24)
34 #define GET_APIC_LOGICAL_ID(x) (((x)>>24)&0xFF)
36 #define APIC_ALL_CPUS 0xFF
77 #define GET_APIC_DEST_FIELD(x) (((x)>>24)&0xFF)

Completed in 1878 milliseconds

<<11121314151617181920>>