Home
last modified time | relevance | path

Searched refs:hwloc_fls (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/include/private/
H A Dmisc.h192 # define hwloc_fls(x) (x ? 8*sizeof(int) - __builtin_clz(x) : 0) macro
218 # define hwloc_fls(x) fls(x) macro
227 # define hwloc_fls(x) (x ? 8*sizeof(int) - clz(x) : 0) macro
288 hi_fls = hwloc_fls(x >> 16); in hwloc_fls32()
292 low_fls = hwloc_fls(x & 0xfffful); in hwloc_fls32()
298 return hwloc_fls(x); in hwloc_fls32()
/dports/devel/hwloc/hwloc-1.11.13/include/private/
H A Dmisc.h194 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - __builtin_clz(x)) : 0) macro
220 # define hwloc_fls(x) fls(x) macro
229 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - clz(x)) : 0) macro
292 hi_fls = hwloc_fls(x >> 16); in hwloc_fls32()
296 low_fls = hwloc_fls(x & 0xfffful); in hwloc_fls32()
302 return hwloc_fls(x); in hwloc_fls32()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/include/private/
H A Dmisc.h194 # define hwloc_fls(x) (x ? 8*sizeof(int) - __builtin_clz(x) : 0) macro
220 # define hwloc_fls(x) fls(x) macro
229 # define hwloc_fls(x) (x ? 8*sizeof(int) - clz(x) : 0) macro
292 hi_fls = hwloc_fls(x >> 16); in hwloc_fls32()
296 low_fls = hwloc_fls(x & 0xfffful); in hwloc_fls32()
302 return hwloc_fls(x); in hwloc_fls32()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/include/private/
H A Dmisc.h194 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - __builtin_clz(x)) : 0) macro
220 # define hwloc_fls(x) fls(x) macro
229 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - clz(x)) : 0) macro
292 hi_fls = hwloc_fls(x >> 16); in hwloc_fls32()
296 low_fls = hwloc_fls(x & 0xfffful); in hwloc_fls32()
302 return hwloc_fls(x); in hwloc_fls32()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/include/private/
H A Dmisc.h194 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - __builtin_clz(x)) : 0) macro
220 # define hwloc_fls(x) fls(x) macro
229 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - clz(x)) : 0) macro
292 hi_fls = hwloc_fls(x >> 16); in hwloc_fls32()
296 low_fls = hwloc_fls(x & 0xfffful); in hwloc_fls32()
302 return hwloc_fls(x); in hwloc_fls32()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/include/private/
H A Dmisc.h194 # define hwloc_fls(x) (x ? (8*sizeof(int) - __builtin_clz(x)) : 0) macro
220 # define hwloc_fls(x) fls(x) macro
229 # define hwloc_fls(x) (x ? (8*sizeof(int) - clz(x)) : 0) macro
292 hi_fls = hwloc_fls(x >> 16); in hwloc_fls32()
296 low_fls = hwloc_fls(x & 0xfffful); in hwloc_fls32()
302 return hwloc_fls(x); in hwloc_fls32()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/include/private/
H A Dmisc.h194 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - __builtin_clz(x)) : 0) macro
220 # define hwloc_fls(x) fls(x) macro
229 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - clz(x)) : 0) macro
292 hi_fls = hwloc_fls(x >> 16); in hwloc_fls32()
296 low_fls = hwloc_fls(x & 0xfffful); in hwloc_fls32()
302 return hwloc_fls(x); in hwloc_fls32()
/dports/devel/hwloc2/hwloc-2.5.0/include/private/
H A Dmisc.h194 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - __builtin_clz(x)) : 0) macro
220 # define hwloc_fls(x) fls(x) macro
229 # define hwloc_fls(x) ((x) ? (8*sizeof(int) - clz(x)) : 0) macro
292 hi_fls = hwloc_fls(x >> 16); in hwloc_fls32()
296 low_fls = hwloc_fls(x & 0xfffful); in hwloc_fls32()
302 return hwloc_fls(x); in hwloc_fls32()