HomeSort by relevance Sort by last modified time
    Searched refs:xFFF (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmConstants.java 95 public static final int FM_FAILED = 0xFFF;
  /external/icu4c/common/
ucnv_io.h 24 #define UCNV_CONVERTER_INDEX_MASK 0xFFF
  /external/e2fsprogs/lib/uuid/
uuid_time.c 65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 349 *((intptr_t*)RelocPos) |= ResultPtr & 0xFFF;
355 *((intptr_t*)RelocPos) |= ResultPtr & 0xFFF;
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 55 #define BA_SESSION_IS_A_BIGGER_THAN_B(A,B) (((((A)-(B)) & 0xFFF) < 0x7FF) && ((A)!=(B)))
56 #define BA_SESSION_IS_A_BIGGER_EQUAL_THAN_B(A,B) (((((A)-(B)) & 0xFFF) < 0x7FF))
58 #define SEQ_NUM_MASK 0xFFF
496 pTidDataBase->aTidExpectedSn &= 0xfff; /* SN is 12 bits long */
523 pTidDataBase->aTidExpectedSn &= 0xfff; /* SN is 12 bits long */
530 /* aTidExpectedSn % 0xfff in order to tack care of wrap around */
531 pTidDataBase->aTidExpectedSn &= 0xfff;
629 pTidDataBase->aTidExpectedSn &= 0xFFF;
659 pTidDataBase->aTidExpectedSn &= 0xFFF;
693 pTidDataBase->aTidExpectedSn &= 0xFFF;
    [all...]
  /bionic/libc/kernel/common/linux/
msdos_fs.h 79 #define EOF_FAT12 0xFFF
ncp.h 97 #define RIM_ALL (cpu_to_le32(0xFFF))
  /development/ndk/platforms/android-3/include/linux/
msdos_fs.h 78 #define EOF_FAT12 0xFFF
ncp.h 86 #define RIM_ALL (cpu_to_le32(0xFFF))
  /external/aac/libAACdec/src/
aacdec_hcr_types.h 151 #define MASK_RIGHT 0xFFF
  /external/grub/stage2/
boot.c 510 cur_addr = (cur_addr + 0xFFF) & 0xFFFFF000;
541 cur_addr = (cur_addr + 0xFFF) & 0xFFFFF000;
667 cur_addr = (cur_addr + 0xFFF) & 0xFFFFF000;
767 cur_addr = (cur_addr + 0xFFF) & 0xFFFFF000;
  /external/kernel-headers/original/linux/
ncp.h 86 #define RIM_ALL (cpu_to_le32(0xFFF))
  /frameworks/wilhelm/tests/sandbox/
multithread.c 83 usleep(1000 + (rand() & 0xFFF));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 64 return (accountTypeWithDataSet.hashCode() ^ accountName.hashCode()) & 0xFFF;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msdos_fs.h 81 #define EOF_FAT12 0xFFF
ncp.h 86 #define RIM_ALL (cpu_to_le32(0xFFF))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msdos_fs.h 81 #define EOF_FAT12 0xFFF
ncp.h 86 #define RIM_ALL (cpu_to_le32(0xFFF))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msdos_fs.h 81 #define EOF_FAT12 0xFFF
ncp.h 86 #define RIM_ALL (cpu_to_le32(0xFFF))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 78 #define EOF_FAT12 0xFFF
ncp.h 86 #define RIM_ALL (cpu_to_le32(0xFFF))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h 78 #define EOF_FAT12 0xFFF
ncp.h 86 #define RIM_ALL (cpu_to_le32(0xFFF))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h 78 #define EOF_FAT12 0xFFF

Completed in 381 milliseconds

1 2 3 4 5 6 7 8