HomeSort by relevance Sort by last modified time
    Searched refs:UL (Results 951 - 975 of 2737) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
msr-index.h 56 #define NHM_C3_AUTO_DEMOTE (1UL << 25)
57 #define NHM_C1_AUTO_DEMOTE (1UL << 26)
59 #define ATM_LNC_C6_AUTO_DEMOTE (1UL << 25)
60 #define SNB_C1_AUTO_UNDEMOTE (1UL << 27)
61 #define SNB_C3_AUTO_UNDEMOTE (1UL << 28)
115 #define DEBUGCTLMSR_LBR (1UL << 0)
116 #define DEBUGCTLMSR_BTF (1UL << 1)
117 #define DEBUGCTLMSR_TR (1UL << 6)
119 #define DEBUGCTLMSR_BTS (1UL << 7)
120 #define DEBUGCTLMSR_BTINT (1UL << 8
    [all...]
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
msr-index.h 56 #define NHM_C3_AUTO_DEMOTE (1UL << 25)
57 #define NHM_C1_AUTO_DEMOTE (1UL << 26)
59 #define ATM_LNC_C6_AUTO_DEMOTE (1UL << 25)
60 #define SNB_C1_AUTO_UNDEMOTE (1UL << 27)
61 #define SNB_C3_AUTO_UNDEMOTE (1UL << 28)
115 #define DEBUGCTLMSR_LBR (1UL << 0)
116 #define DEBUGCTLMSR_BTF (1UL << 1)
117 #define DEBUGCTLMSR_TR (1UL << 6)
119 #define DEBUGCTLMSR_BTS (1UL << 7)
120 #define DEBUGCTLMSR_BTINT (1UL << 8
    [all...]
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
msr-index.h 56 #define NHM_C3_AUTO_DEMOTE (1UL << 25)
57 #define NHM_C1_AUTO_DEMOTE (1UL << 26)
59 #define ATM_LNC_C6_AUTO_DEMOTE (1UL << 25)
60 #define SNB_C1_AUTO_UNDEMOTE (1UL << 27)
61 #define SNB_C3_AUTO_UNDEMOTE (1UL << 28)
115 #define DEBUGCTLMSR_LBR (1UL << 0)
116 #define DEBUGCTLMSR_BTF (1UL << 1)
117 #define DEBUGCTLMSR_TR (1UL << 6)
119 #define DEBUGCTLMSR_BTS (1UL << 7)
120 #define DEBUGCTLMSR_BTINT (1UL << 8
    [all...]
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
msr-index.h 56 #define NHM_C3_AUTO_DEMOTE (1UL << 25)
57 #define NHM_C1_AUTO_DEMOTE (1UL << 26)
59 #define ATM_LNC_C6_AUTO_DEMOTE (1UL << 25)
60 #define SNB_C1_AUTO_UNDEMOTE (1UL << 27)
61 #define SNB_C3_AUTO_UNDEMOTE (1UL << 28)
115 #define DEBUGCTLMSR_LBR (1UL << 0)
116 #define DEBUGCTLMSR_BTF (1UL << 1)
117 #define DEBUGCTLMSR_TR (1UL << 6)
119 #define DEBUGCTLMSR_BTS (1UL << 7)
120 #define DEBUGCTLMSR_BTINT (1UL << 8
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/
msr-index.h 56 #define NHM_C3_AUTO_DEMOTE (1UL << 25)
57 #define NHM_C1_AUTO_DEMOTE (1UL << 26)
59 #define ATM_LNC_C6_AUTO_DEMOTE (1UL << 25)
60 #define SNB_C1_AUTO_UNDEMOTE (1UL << 27)
61 #define SNB_C3_AUTO_UNDEMOTE (1UL << 28)
115 #define DEBUGCTLMSR_LBR (1UL << 0)
116 #define DEBUGCTLMSR_BTF (1UL << 1)
117 #define DEBUGCTLMSR_TR (1UL << 6)
119 #define DEBUGCTLMSR_BTS (1UL << 7)
120 #define DEBUGCTLMSR_BTINT (1UL << 8
    [all...]
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/
msr-index.h 56 #define NHM_C3_AUTO_DEMOTE (1UL << 25)
57 #define NHM_C1_AUTO_DEMOTE (1UL << 26)
59 #define ATM_LNC_C6_AUTO_DEMOTE (1UL << 25)
60 #define SNB_C1_AUTO_UNDEMOTE (1UL << 27)
61 #define SNB_C3_AUTO_UNDEMOTE (1UL << 28)
115 #define DEBUGCTLMSR_LBR (1UL << 0)
116 #define DEBUGCTLMSR_BTF (1UL << 1)
117 #define DEBUGCTLMSR_TR (1UL << 6)
119 #define DEBUGCTLMSR_BTS (1UL << 7)
120 #define DEBUGCTLMSR_BTINT (1UL << 8
    [all...]
  /bionic/libc/include/android/
legacy_signal_inlines.h 63 local_set[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT);
75 local_set[bit / LONG_BIT] &= ~(1UL << (bit % LONG_BIT));
  /development/ndk/platforms/android-9/arch-mips/include/asm/
bitops.h 39 #define SZLONG_MASK 31UL
47 #define SZLONG_MASK 63UL
  /device/google/contexthub/firmware/os/cpu/x86/
atomicBitset.c 42 return !!((set->words[num / 32]) & (1UL << (num & 31)));
47 uint32_t idx = num / 32, mask = 1UL << (num & 31);
  /external/clang/lib/Headers/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /external/compiler-rt/lib/msan/
msan_poisoning.cc 29 if (s[i]) return *(u32 *)SHADOW_TO_ORIGIN(((uptr)s + i) & ~3UL);
40 if (*(u8 *)src_s) *(u32 *)SHADOW_TO_ORIGIN(dst_s & ~3UL) = src_origin;
48 uptr beg = d & ~3UL;
59 uptr end = (d + size) & ~3UL;
74 uptr s = ((uptr)src + 3) & ~3UL;
152 uptr beg = x & ~3UL; // align down.
153 uptr end = (x + size + 3) & ~3UL; // align up.
161 for (uptr addr = beg; addr < (end & ~7UL); addr += 8) *(u64 *)addr = origin64;
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
limits.h 73 #define ULONG_MAX (__LONG_MAX__ *2UL+1UL)

Completed in 1617 milliseconds

<<31323334353637383940>>