Home
last modified time | relevance | path

Searched refs:UL (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/kernel/arch-arm/asm/
Dmemory.h16 #define UL(x) (x##UL) macro
18 #define UL(x) (x) macro
30 #define TASK_UNMAPPED_BASE UL(0x00000000)
Duaccess.h76 #define strlen_user(s) strnlen_user(s, ~0UL >> 1)
/bionic/libc/kernel/common/linux/
Dbitmap.h21 …ST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1UL<<((nbits) % BITS_PER_LONG))-1 : ~0UL )
Dnodemask.h49 #define NODE_MASK_ALL ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, [BITS_TO…
51 #define NODE_MASK_NONE ((nodemask_t) { { [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL } })
Dcpumask.h47 #define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, [BITS_TO_LONGS(N…
49 #define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL } }
Djiffies.h69 #define MAX_JIFFY_OFFSET ((~0UL >> 1)-1)
/bionic/libc/kernel/common/asm-generic/
Dresource.h50 #define RLIM_INFINITY (~0UL)
Dcputime.h20 #define cputime_zero (0UL)
21 #define cputime_max ((~0UL >> 1) - 1)
/bionic/libc/kernel/arch-x86/asm/
Dmpspec_32.h48 #define PHYSID_MASK_ALL { {[0 ... PHYSID_ARRAY_SIZE-1] = ~0UL} }
49 #define PHYSID_MASK_NONE { {[0 ... PHYSID_ARRAY_SIZE-1] = 0UL} }