OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UL
(Results
126 - 150
of
345
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/openssl/crypto/rsa/
rsa_depr.c
85
if (e_value & (1
UL
<<i))
/ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h
23
#define PUD_SIZE (1
UL
<< PUD_SHIFT)
cputime.h
20
#define cputime_zero (0
UL
)
21
#define cputime_max ((~0
UL
>> 1) - 1)
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
cpumask.h
42
#define cpumask_of_cpu(cpu) ({ typeof(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1
UL
<<(cpu); } else { cpus_clear(m); cpu_set((cpu), m); } m; })
47
#define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0
UL
, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
49
#define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0
UL
} }
50
#define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1
UL
} }
jiffies.h
50
#define TICK_NSEC (SH_DIV (1000000
UL
* 1000, ACTHZ, 8))
52
#define TICK_NSEC_HPET (SH_DIV(1000000
UL
* 1000, ACTHZ_HPET, 8))
54
#define TICK_USEC ((1000000
UL
+ USER_HZ/2) / USER_HZ)
69
#define MAX_JIFFY_OFFSET ((~0
UL
>> 1)-1)
/ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
pgtable-nopud.h
23
#define PUD_SIZE (1
UL
<< PUD_SHIFT)
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
cpumask.h
42
#define cpumask_of_cpu(cpu) ({ typeof(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1
UL
<<(cpu); } else { cpus_clear(m); cpu_set((cpu), m); } m; })
47
#define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0
UL
, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
49
#define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0
UL
} }
50
#define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1
UL
} }
jiffies.h
50
#define TICK_NSEC (SH_DIV (1000000
UL
* 1000, ACTHZ, 8))
52
#define TICK_NSEC_HPET (SH_DIV(1000000
UL
* 1000, ACTHZ_HPET, 8))
54
#define TICK_USEC ((1000000
UL
+ USER_HZ/2) / USER_HZ)
69
#define MAX_JIFFY_OFFSET ((~0
UL
>> 1)-1)
/ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
pgtable-nopud.h
23
#define PUD_SIZE (1
UL
<< PUD_SHIFT)
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
cpumask.h
42
#define cpumask_of_cpu(cpu) ({ typeof(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1
UL
<<(cpu); } else { cpus_clear(m); cpu_set((cpu), m); } m; })
47
#define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0
UL
, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
49
#define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0
UL
} }
50
#define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1
UL
} }
jiffies.h
50
#define TICK_NSEC (SH_DIV (1000000
UL
* 1000, ACTHZ, 8))
52
#define TICK_NSEC_HPET (SH_DIV(1000000
UL
* 1000, ACTHZ_HPET, 8))
54
#define TICK_USEC ((1000000
UL
+ USER_HZ/2) / USER_HZ)
69
#define MAX_JIFFY_OFFSET ((~0
UL
>> 1)-1)
/ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
pgtable-nopud.h
23
#define PUD_SIZE (1
UL
<< PUD_SHIFT)
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
cpumask.h
42
#define cpumask_of_cpu(cpu) ({ typeof(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1
UL
<<(cpu); } else { cpus_clear(m); cpu_set((cpu), m); } m; })
47
#define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0
UL
, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
49
#define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0
UL
} }
50
#define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1
UL
} }
jiffies.h
50
#define TICK_NSEC (SH_DIV (1000000
UL
* 1000, ACTHZ, 8))
52
#define TICK_NSEC_HPET (SH_DIV(1000000
UL
* 1000, ACTHZ_HPET, 8))
54
#define TICK_USEC ((1000000
UL
+ USER_HZ/2) / USER_HZ)
69
#define MAX_JIFFY_OFFSET ((~0
UL
>> 1)-1)
/ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
pgtable-nopud.h
23
#define PUD_SIZE (1
UL
<< PUD_SHIFT)
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
cpumask.h
42
#define cpumask_of_cpu(cpu) ({ typeof(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1
UL
<<(cpu); } else { cpus_clear(m); cpu_set((cpu), m); } m; })
47
#define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0
UL
, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
49
#define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0
UL
} }
50
#define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1
UL
} }
jiffies.h
50
#define TICK_NSEC (SH_DIV (1000000
UL
* 1000, ACTHZ, 8))
52
#define TICK_NSEC_HPET (SH_DIV(1000000
UL
* 1000, ACTHZ_HPET, 8))
54
#define TICK_USEC ((1000000
UL
+ USER_HZ/2) / USER_HZ)
69
#define MAX_JIFFY_OFFSET ((~0
UL
>> 1)-1)
/ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
pgtable-nopud.h
23
#define PUD_SIZE (1
UL
<< PUD_SHIFT)
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
cpumask.h
42
#define cpumask_of_cpu(cpu) ({ typeof(_unused_cpumask_arg_) m; if (sizeof(m) == sizeof(unsigned long)) { m.bits[0] = 1
UL
<<(cpu); } else { cpus_clear(m); cpu_set((cpu), m); } m; })
47
#define CPU_MASK_ALL (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0
UL
, [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD } }
49
#define CPU_MASK_NONE (cpumask_t) { { [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0
UL
} }
50
#define CPU_MASK_CPU0 (cpumask_t) { { [0] = 1
UL
} }
jiffies.h
50
#define TICK_NSEC (SH_DIV (1000000
UL
* 1000, ACTHZ, 8))
52
#define TICK_NSEC_HPET (SH_DIV(1000000
UL
* 1000, ACTHZ_HPET, 8))
54
#define TICK_USEC ((1000000
UL
+ USER_HZ/2) / USER_HZ)
69
#define MAX_JIFFY_OFFSET ((~0
UL
>> 1)-1)
/bionic/libc/include/
signal.h
67
local_set[signum/LONG_BIT] |= 1
UL
<< (signum%LONG_BIT);
76
local_set[signum/LONG_BIT] &= ~(1
UL
<< (signum%LONG_BIT));
/bionic/libc/kernel/arch-x86/asm/
mpspec_32.h
48
#define PHYSID_MASK_ALL { {[0 ... PHYSID_ARRAY_SIZE-1] = ~0
UL
} }
49
#define PHYSID_MASK_NONE { {[0 ... PHYSID_ARRAY_SIZE-1] = 0
UL
} }
/bionic/libc/kernel/common/asm-generic/
cputime.h
20
#define cputime_zero (0
UL
)
21
#define cputime_max ((~0
UL
>> 1) - 1)
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_encode_integer.c
74
} else if (y < 65536
UL
) {
78
} else if (y < 16777216
UL
) {
/external/kernel-headers/original/asm-generic/
cputime.h
9
#define cputime_zero (0
UL
)
10
#define cputime_max ((~0
UL
>> 1) - 1)
Completed in 347 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>