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

12

/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.h6 unsigned long hweight64(__u64 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.h6 unsigned long hweight64(__u64 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/tools/perf/util/
H A Dhweight.c19 unsigned long hweight64(__u64 w) function
/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.c19 unsigned long hweight64(__u64 w) function
/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.h27 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) macro
/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.h27 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(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/drivers/char/
H A Duv_mmtimer.c119 ret = hweight64(UVH_RTC_REAL_TIME_CLOCK_MASK);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Duv_mmtimer.c119 ret = hweight64(UVH_RTC_REAL_TIME_CLOCK_MASK);
/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/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) *
/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 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) *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon_default_smpl.c128 npmds = hweight64(arg->smpl_pmds[0]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon_default_smpl.c128 npmds = hweight64(arg->smpl_pmds[0]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c670 hweight64(uv_read_local_mmr( UVH_NODE_PRESENT_TABLE + i * 8));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Dhighlevel.c334 (hweight64(alignment) != 1)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Dhighlevel.c334 (hweight64(alignment) != 1)) {

Completed in 186 milliseconds

12