Searched refs:hweight32 (Results 1 - 25 of 58) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/include/asm/
H A Dhweight.h5 unsigned int hweight32(unsigned int w);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/include/asm/
H A Dhweight.h5 unsigned int hweight32(unsigned int w);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dhweight.c10 unsigned int hweight32(unsigned int w) function
22 return hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dhweight.c10 unsigned int hweight32(unsigned int w) function
22 return hweight32((unsigned int)(w >> 32)) + hweight32((unsigned int)w);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/include/linux/
H A Dbitops.h24 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/include/linux/
H A Dbitops.h24 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/asm-generic/bitops/
H A Dconst_hweight.h26 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/netfilter/
H A Dxt_repldata.h10 unsigned int nhooks = hweight32(hook_mask); \
H A Dxt_rateest.c83 if (hweight32(info->flags & (XT_RATEEST_MATCH_ABS |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/netfilter/
H A Dxt_repldata.h10 unsigned int nhooks = hweight32(hook_mask); \
H A Dxt_rateest.c83 if (hweight32(info->flags & (XT_RATEEST_MATCH_ABS |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/asm-generic/bitops/
H A Dconst_hweight.h26 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dbitops.h49 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dbitops.h49 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dblockcheck.c177 if (hweight32(fix) == 1)
200 while (hweight32(b) == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dblockcheck.c177 if (hweight32(fix) == 1)
200 while (hweight32(b) == 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/notify/
H A Dfsnotify.c316 BUG_ON(hweight32(ALL_FSNOTIFY_EVENTS) != 23);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/sgi-gru/
H A Dgrukdump.c157 dsrcnt = data_opt ? hweight32(cch->dsr_allocation_map) *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrukdump.c157 dsrcnt = data_opt ? hweight32(cch->dsr_allocation_map) *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/notify/
H A Dfsnotify.c316 BUG_ON(hweight32(ALL_FSNOTIFY_EVENTS) != 23);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/nand/
H A Dbf5xx_nand.c263 if (hweight32(syndrome[0]) == 1) {
286 if (hweight32(syndrome[0]) == 11 && syndrome[4] == 0x7FF) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/nand/
H A Dbf5xx_nand.c263 if (hweight32(syndrome[0]) == 1) {
286 if (hweight32(syndrome[0]) == 11 && syndrome[4] == 0x7FF) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-tw28.c586 printk(" tw2865[%d]", hweight32(solo_dev->tw2865));
588 printk(" tw2864[%d]", hweight32(solo_dev->tw2864));
590 printk(" tw2815[%d]", hweight32(solo_dev->tw2815));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/solo6x10/
H A Dsolo6010-tw28.c586 printk(" tw2865[%d]", hweight32(solo_dev->tw2865));
588 printk(" tw2864[%d]", hweight32(solo_dev->tw2864));
590 printk(" tw2815[%d]", hweight32(solo_dev->tw2815));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dsch_dsmark.c365 if (hweight32(indices) != 1)

Completed in 119 milliseconds

123