Searched refs:BITS_PER_LONG (Results 26 - 50 of 291) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhweight.c21 #if BITS_PER_LONG == 32
23 #elif BITS_PER_LONG == 64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhash.h24 #if BITS_PER_LONG == 32
27 #elif BITS_PER_LONG == 64
H A Dbitops.h7 #define BIT_MASK(nr) (1UL << ((nr) % BITS_PER_LONG))
8 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG)
129 #if BITS_PER_LONG == 32
132 #elif BITS_PER_LONG != 64
133 #error BITS_PER_LONG not 32 or 64
H A Djoystick.h136 #if BITS_PER_LONG == 64
138 #elif BITS_PER_LONG == 32
141 #error Unexpected BITS_PER_LONG
H A Dfcntl.h52 #define force_o_largefile() (BITS_PER_LONG != 32)
55 #if BITS_PER_LONG == 32
69 #endif /* BITS_PER_LONG == 32 */
H A Dmath64.h7 #if BITS_PER_LONG == 64
38 #elif BITS_PER_LONG == 32
56 #endif /* BITS_PER_LONG */
H A Dproportions.h84 #define PROP_MAX_SHIFT (3*BITS_PER_LONG/4)
86 #define PROP_FRAC_SHIFT (BITS_PER_LONG - PROP_MAX_SHIFT - 1)
H A Dmod_devicetable.h320 kernel_ulong_t evbit[INPUT_DEVICE_ID_EV_MAX / BITS_PER_LONG + 1];
321 kernel_ulong_t keybit[INPUT_DEVICE_ID_KEY_MAX / BITS_PER_LONG + 1];
322 kernel_ulong_t relbit[INPUT_DEVICE_ID_REL_MAX / BITS_PER_LONG + 1];
323 kernel_ulong_t absbit[INPUT_DEVICE_ID_ABS_MAX / BITS_PER_LONG + 1];
324 kernel_ulong_t mscbit[INPUT_DEVICE_ID_MSC_MAX / BITS_PER_LONG + 1];
325 kernel_ulong_t ledbit[INPUT_DEVICE_ID_LED_MAX / BITS_PER_LONG + 1];
326 kernel_ulong_t sndbit[INPUT_DEVICE_ID_SND_MAX / BITS_PER_LONG + 1];
327 kernel_ulong_t ffbit[INPUT_DEVICE_ID_FF_MAX / BITS_PER_LONG + 1];
328 kernel_ulong_t swbit[INPUT_DEVICE_ID_SW_MAX / BITS_PER_LONG + 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/bitops/
H A D__ffs.h16 #if BITS_PER_LONG == 64
H A Dle.h7 #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG)
8 #define BITOP_LE_SWIZZLE ((BITS_PER_LONG-1) & ~0x7)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Ddiv64.h14 #if BITS_PER_LONG == 64
66 #endif /* BITS_PER_LONG == 64 */
H A Dbitops.h569 if (BITS_PER_LONG == 32 &&
582 if (BITS_PER_LONG == 64 &&
595 num = BITS_PER_LONG - 1;
597 #if BITS_PER_LONG == 64
603 if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
607 if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
611 if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
615 if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
619 if (!(word & (~0ul << (BITS_PER_LONG-1))))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dint_sqrt.c18 one = 1UL << (BITS_PER_LONG - 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_types.h47 #if (BITS_PER_LONG == 32)
50 #elif (BITS_PER_LONG == 64)
54 #error BITS_PER_LONG must be 32 or 64
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dirq.h25 #define CPU_IRQ_MAX (CPU_IRQ_BASE + (BITS_PER_LONG - 1))
H A Dswab.h41 #if BITS_PER_LONG > 32
64 #endif /* BITS_PER_LONG > 32 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dirqflags.h61 return !(flags & (3UL << (BITS_PER_LONG - 8)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dmmu_context.c34 unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfb_draw.h22 #if BITS_PER_LONG == 64
75 #if BITS_PER_LONG == 64
132 if(index + bswapmask < BITS_PER_LONG)
170 #define cpu_to_le_long _cpu_to_le_long(BITS_PER_LONG)
174 #define le_long_to_cpu _le_long_to_cpu(BITS_PER_LONG)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/zram/
H A Dxvmalloc_int.h37 #define MAX_FLI DIV_ROUND_UP(NUM_FREE_LISTS, BITS_PER_LONG)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmmu_context_hash32.c61 static unsigned long context_map[LAST_CONTEXT / BITS_PER_LONG + 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Ddoorbell.h44 #if BITS_PER_LONG == 64
65 * BITS_PER_LONG is 32 -- there's no portable way to do atomic 64-bit
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dmap.h86 # if BITS_PER_LONG < 64
88 # define map_bankwidth_is_large(map) (map_bankwidth(map) > BITS_PER_LONG/8)
94 # define map_bankwidth_is_large(map) (BITS_PER_LONG < 64)
109 # define map_bankwidth_is_large(map) (map_bankwidth(map) > BITS_PER_LONG/8)
129 # define map_bankwidth_is_large(map) (map_bankwidth(map) > BITS_PER_LONG/8)
184 #define MAX_MAP_LONGS ( ((MAX_MAP_BANKWIDTH*8) + BITS_PER_LONG - 1) / BITS_PER_LONG )
338 #if BITS_PER_LONG >= 64
370 #if BITS_PER_LONG < 64
401 #if BITS_PER_LONG >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Den_resources.c72 if (BITS_PER_LONG == 64 || buf->nbufs == 1)
92 if (BITS_PER_LONG == 64 || buf->nbufs == 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dbitops-op32.h10 #define BITOP_LE_SWIZZLE ((BITS_PER_LONG-1) & ~0x7)
139 return 1UL & (addr[BIT_WORD(nr)] >> (nr & (BITS_PER_LONG-1)));

Completed in 321 milliseconds

1234567891011>>