HomeSort by relevance Sort by last modified time
    Searched refs:UL (Results 126 - 150 of 345) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/rsa/
rsa_depr.c 85 if (e_value & (1UL<<i))
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 23 #define PUD_SIZE (1UL << PUD_SHIFT)
cputime.h 20 #define cputime_zero (0UL)
21 #define cputime_max ((~0UL >> 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] = 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)
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 23 #define PUD_SIZE (1UL << 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] = 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)
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 23 #define PUD_SIZE (1UL << 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] = 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)
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 23 #define PUD_SIZE (1UL << 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] = 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)
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
pgtable-nopud.h 23 #define PUD_SIZE (1UL << 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] = 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)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
pgtable-nopud.h 23 #define PUD_SIZE (1UL << 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] = 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)
  /bionic/libc/include/
signal.h 67 local_set[signum/LONG_BIT] |= 1UL << (signum%LONG_BIT);
76 local_set[signum/LONG_BIT] &= ~(1UL << (signum%LONG_BIT));
  /bionic/libc/kernel/arch-x86/asm/
mpspec_32.h 48 #define PHYSID_MASK_ALL { {[0 ... PHYSID_ARRAY_SIZE-1] = ~0UL} }
49 #define PHYSID_MASK_NONE { {[0 ... PHYSID_ARRAY_SIZE-1] = 0UL} }
  /bionic/libc/kernel/common/asm-generic/
cputime.h 20 #define cputime_zero (0UL)
21 #define cputime_max ((~0UL >> 1) - 1)
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_encode_integer.c 74 } else if (y < 65536UL) {
78 } else if (y < 16777216UL) {
  /external/kernel-headers/original/asm-generic/
cputime.h 9 #define cputime_zero (0UL)
10 #define cputime_max ((~0UL >> 1) - 1)

Completed in 347 milliseconds

1 2 3 4 56 7 8 91011>>