Searched refs:hweight64 (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/include/asm/
H A Dhweight.h6 unsigned long hweight64(__u64 w);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/include/linux/
H A Dbitops.h24 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhweight.c19 unsigned long hweight64(__u64 w) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/bitops/
H A Dconst_hweight.h27 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbitops.h49 return sizeof(w) == 4 ? hweight32(w) : hweight64(w);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Duv_mmtimer.c119 ret = hweight64(UVH_RTC_REAL_TIME_CLOCK_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrumain.c227 return hweight64(gru->gs_cbr_map) >= cbr_au_count
228 && hweight64(gru->gs_dsr_map) >= dsr_au_count
502 length = hweight64(dsrmap) * GRU_DSR_AU_BYTES;
537 length = hweight64(dsrmap) * GRU_DSR_AU_BYTES;
849 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map),
850 hweight64(gru->gs_dsr_map));
H A Dgrufile.c291 n = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE;
293 n = hweight64(gru->gs_dsr_map) * GRU_DSR_AU_BYTES;
H A Dgruprocfs.c218 cbrfree = hweight64(gru->gs_cbr_map) * GRU_CBR_AU_SIZE;
219 dsrfree = hweight64(gru->gs_dsr_map) * GRU_DSR_AU_BYTES;
H A Dgrukdump.c155 cbrcnt = hweight64(cch->cbr_allocation_map) *
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon_default_smpl.c128 npmds = hweight64(arg->smpl_pmds[0]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dhighlevel.c334 (hweight64(alignment) != 1)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c670 hweight64(uv_read_local_mmr( UVH_NODE_PRESENT_TABLE + i * 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-xc2028.c470 nr_matches = hweight64(match_mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Diface.c991 if (__ffs64(mask) + hweight64(mask) != fls64(mask)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dethtool.c263 n_bits = hweight64(sset_mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/common/
H A Dsba_iommu.c36 #include <linux/bitops.h> /* hweight64() */
1907 used += hweight64(*res_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c2748 if (hweight64(reg_val & port01_mask) & 1)
2753 if (hweight64(reg_val & port23_mask) & 1)

Completed in 296 milliseconds