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

<<41424344454647484950>>

  /development/ndk/platforms/android-9/include/asm-generic/
pgtable-nopud.h 23 #define PUD_SIZE (1UL << PUD_SHIFT)
  /development/ndk/platforms/android-9/include/linux/
cpumask.h 42 #define cpumask_of_cpu(cpu) ({ typeof(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1UL<<(cpu); } else { cpus_clear(m); cpu_set((cpu), m); } m; })
47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
50 #define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1UL } }
jiffies.h 50 #define TICK_NSEC (SH_DIV (1000000UL * 1000, ACTHZ, 8))
52 #define TICK_NSEC_HPET (SH_DIV(1000000UL * 1000, ACTHZ_HPET, 8))
54 #define TICK_USEC ((1000000UL + USER_HZ/2) / USER_HZ)
69 #define MAX_JIFFY_OFFSET ((~0UL >> 1)-1)
  /device/google/contexthub/firmware/os/inc/
syscall.h 45 #define SYSCALL_CUT_SCALE_SHIFT(_val, _cut, _shift) ((((uint32_t)(_val)) & ((1UL << (_cut)) - 1)) << (_shift))
  /external/ImageMagick/MagickCore/
image-private.h 36 #define UndefinedCompressionQuality 0UL
  /external/ImageMagick/coders/
pix.c 145 if ((width == 0UL) || (height == 0UL) || ((bits_per_pixel != 8) &&
228 status=(width != 0UL) && (height == 0UL) && ((bits_per_pixel == 8) ||
  /external/clang/test/Analysis/
comparison-implicit-casts.cpp 82 size_t value = 1UL;
  /external/clang/test/CXX/expr/
p9.cpp 35 __typeof__(0 + 0UL) ul0;
  /external/compiler-rt/test/asan/TestCases/Posix/
current_allocated_bytes.cc 11 const size_t kLargeAlloc = 1UL << 20;
  /external/elfutils/tests/
dwarf-getstring.c 60 str = dwarf_getstring (dbg, ~0UL, &len);
  /external/libnl/lib/netfilter/
queue_obj.c 24 #define QUEUE_ATTR_GROUP (1UL << 0)
25 #define QUEUE_ATTR_MAXLEN (1UL << 1)
26 #define QUEUE_ATTR_COPY_MODE (1UL << 2)
27 #define QUEUE_ATTR_COPY_RANGE (1UL << 3)
  /external/llvm/include/llvm/ADT/
PackedVector.h 33 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
50 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress03.c 59 #define AS_SVSM_VSEG_MAX 48UL
60 #define AS_SVSM_MMAP_MAX 16UL
155 if (mmap((caddr_t) (1UL << (POINTER_SIZE - 1)) - pagesize,
156 (size_t) ((1UL << (POINTER_SIZE - 1)) - pagesize),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
1-1.c 23 #define PR_NSEC_PER_SEC 1000000000UL
  /external/strace/tests/
readahead.c 79 0UL,
  /external/strace/tests-m32/
readahead.c 79 0UL,
  /external/strace/tests-mx32/
readahead.c 79 0UL,
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PackedVector.h 33 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
50 val = T(val | ((Bits[(Idx << (BitNum-1)) + i] ? 1UL : 0UL) << i));
  /external/syslinux/com32/lib/
strspn.c 16 bitmap[bit / LONG_BIT] |= 1UL << (bit % LONG_BIT);
  /external/valgrind/none/tests/s390x/
stcke.c 29 return (b -a ) / 4096000UL;
  /external/webrtc/webrtc/system_wrappers/include/
clock.h 21 const uint32_t kNtpJan1970 = 2208988800UL;
  /frameworks/compile/libbcc/lib/
FileBase.h 60 kDefaultRetryLockInterval = 200000UL,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wctype.h 66 ((bit) < 8 ? (int) ((1UL << (bit)) << 24) \
67 : ((bit) < 16 ? (int) ((1UL << (bit)) << 8) \
68 : ((bit) < 24 ? (int) ((1UL << (bit)) >> 8) \
69 : (int) ((1UL << (bit)) >> 24))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
user.h 96 #define PAGE_SIZE (1UL << PAGE_SHIFT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wctype.h 66 ((bit) < 8 ? (int) ((1UL << (bit)) << 24) \
67 : ((bit) < 16 ? (int) ((1UL << (bit)) << 8) \
68 : ((bit) < 24 ? (int) ((1UL << (bit)) >> 8) \
69 : (int) ((1UL << (bit)) >> 24))))

Completed in 1046 milliseconds

<<41424344454647484950>>