Home
last modified time | relevance | path

Searched refs:hwloc_flsl (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/include/private/
H A Dmisc.h190 # define hwloc_flsl(x) (x ? 8*sizeof(long) - __builtin_clzl(x) : 0) macro
202 # define hwloc_flsl(x) flsl(x) macro
210 # define hwloc_flsl(x) (x ? 8*sizeof(long) - clzl(x) : 0) macro
233 hwloc_flsl(unsigned long x) __hwloc_attribute_const;
235 hwloc_flsl(unsigned long x) in hwloc_flsl() function
304 hwloc_flsl(unsigned long x) __hwloc_attribute_const;
306 hwloc_flsl(unsigned long x) in hwloc_flsl() function
/dports/devel/hwloc/hwloc-1.11.13/include/private/
H A Dmisc.h192 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - __builtin_clzl(x)) : 0) macro
204 # define hwloc_flsl(x) flsl(x) macro
212 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - clzl(x)) : 0) macro
275 #define hwloc_flsl hwloc_flsl_manual macro
329 #define hwloc_flsl hwloc_flsl_from_fls32 macro
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/include/private/
H A Dmisc.h192 # define hwloc_flsl(x) (x ? 8*sizeof(long) - __builtin_clzl(x) : 0) macro
204 # define hwloc_flsl(x) flsl(x) macro
212 # define hwloc_flsl(x) (x ? 8*sizeof(long) - clzl(x) : 0) macro
275 #define hwloc_flsl hwloc_flsl_manual macro
329 #define hwloc_flsl hwloc_flsl_from_fls32 macro
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/include/private/
H A Dmisc.h192 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - __builtin_clzl(x)) : 0) macro
204 # define hwloc_flsl(x) flsl(x) macro
212 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - clzl(x)) : 0) macro
275 #define hwloc_flsl hwloc_flsl_manual macro
329 #define hwloc_flsl hwloc_flsl_from_fls32 macro
/dports/net/mpich/mpich-3.4.3/modules/hwloc/include/private/
H A Dmisc.h192 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - __builtin_clzl(x)) : 0) macro
204 # define hwloc_flsl(x) flsl(x) macro
212 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - clzl(x)) : 0) macro
275 #define hwloc_flsl hwloc_flsl_manual macro
329 #define hwloc_flsl hwloc_flsl_from_fls32 macro
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/include/private/
H A Dmisc.h192 # define hwloc_flsl(x) (x ? (8*sizeof(long) - __builtin_clzl(x)) : 0) macro
204 # define hwloc_flsl(x) flsl(x) macro
212 # define hwloc_flsl(x) (x ? (8*sizeof(long) - clzl(x)) : 0) macro
275 #define hwloc_flsl hwloc_flsl_manual macro
329 #define hwloc_flsl hwloc_flsl_from_fls32 macro
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/include/private/
H A Dmisc.h192 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - __builtin_clzl(x)) : 0) macro
204 # define hwloc_flsl(x) flsl(x) macro
212 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - clzl(x)) : 0) macro
275 #define hwloc_flsl hwloc_flsl_manual macro
329 #define hwloc_flsl hwloc_flsl_from_fls32 macro
/dports/devel/hwloc2/hwloc-2.5.0/include/private/
H A Dmisc.h192 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - __builtin_clzl(x)) : 0) macro
204 # define hwloc_flsl(x) flsl(x) macro
212 # define hwloc_flsl(x) ((x) ? (8*sizeof(long) - clzl(x)) : 0) macro
275 #define hwloc_flsl hwloc_flsl_manual macro
329 #define hwloc_flsl hwloc_flsl_from_fls32 macro
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dbitmap.c139 unsigned tmp = 1U << hwloc_flsl((unsigned long) needed_count - 1); in hwloc_bitmap_enlarge_by_ulongs()
1371 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last()
1390 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last_unset()
H A Dcpukinds.c156 bits = hwloc_flsl(max-1) + 1; in hwloc_internal_cpukinds_register()
H A Dtopology-x86.c614 legacy_max_log_proc = 1 << hwloc_flsl(((ebx >> 16) & 0xff) - 1); in look_proc()
769 unsigned bits = hwloc_flsl(cache->nbthreads_sharing-1); in look_proc()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dbitmap.c139 unsigned tmp = 1U << hwloc_flsl((unsigned long) needed_count - 1); in hwloc_bitmap_enlarge_by_ulongs()
1371 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last()
1390 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last_unset()
H A Dcpukinds.c156 bits = hwloc_flsl(max-1) + 1; in hwloc_internal_cpukinds_register()
H A Dtopology-x86.c614 legacy_max_log_proc = 1 << hwloc_flsl(((ebx >> 16) & 0xff) - 1); in look_proc()
769 unsigned bits = hwloc_flsl(cache->nbthreads_sharing-1); in look_proc()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dbitmap.c139 unsigned tmp = 1U << hwloc_flsl((unsigned long) needed_count - 1); in hwloc_bitmap_enlarge_by_ulongs()
1371 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last()
1390 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last_unset()
H A Dcpukinds.c156 bits = hwloc_flsl(max-1) + 1; in hwloc_internal_cpukinds_register()
H A Dtopology-x86.c614 legacy_max_log_proc = 1 << hwloc_flsl(((ebx >> 16) & 0xff) - 1); in look_proc()
769 unsigned bits = hwloc_flsl(cache->nbthreads_sharing-1); in look_proc()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dbitmap.c139 unsigned tmp = 1U << hwloc_flsl((unsigned long) needed_count - 1); in hwloc_bitmap_enlarge_by_ulongs()
1330 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last()
1349 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last_unset()
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dbitmap.c139 unsigned tmp = 1U << hwloc_flsl((unsigned long) needed_count - 1); in hwloc_bitmap_enlarge_by_ulongs()
1371 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last()
1390 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last_unset()
H A Dcpukinds.c156 bits = hwloc_flsl(max-1) + 1; in hwloc_internal_cpukinds_register()
H A Dtopology-x86.c617 legacy_max_log_proc = 1 << hwloc_flsl(((ebx >> 16) & 0xff) - 1); in look_proc()
772 unsigned bits = hwloc_flsl(cache->nbthreads_sharing-1); in look_proc()
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/src/
H A Dbitmap.c121 unsigned tmp = 1 << hwloc_flsl((unsigned long) needed_count - 1); in hwloc_bitmap_enlarge_by_ulongs()
1029 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last()
H A Dtopology-x86.c121 infos->max_log_proc = 1 << hwloc_flsl(((ebx >> 16) & 0xff) - 1); in look_proc()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dbitmap.c123 unsigned tmp = 1 << hwloc_flsl((unsigned long) needed_count - 1); in hwloc_bitmap_enlarge_by_ulongs()
1220 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last()
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dbitmap.c123 unsigned tmp = 1 << hwloc_flsl((unsigned long) needed_count - 1); in hwloc_bitmap_enlarge_by_ulongs()
1226 return hwloc_flsl(w) - 1 + HWLOC_BITS_PER_LONG*i; in hwloc_bitmap_last()

12