Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/ !
H A Dmisc_protos.h77 extern int fls(
H A Dbtlog.c1091 pair.btsp_count = MAX(1u << fls(count - 1), 128u); in __btlog_size()
H A Dzalloc.c10315 zba_xtra_shift = (uint8_t)fls(sizeof(vm_tag_t) - 1); in zone_set_map_sizes()
/xnu-10002.41.9/bsd/libkern/ !
H A Dlibkern.h149 extern int fls(unsigned int);
/xnu-10002.41.9/osfmk/x86_64/ !
H A Dloose_ends.c196 fls(unsigned int mask) in fls() function
/xnu-10002.41.9/osfmk/arm64/ !
H A Dloose_ends.c792 fls(unsigned int mask) in fls() function
/xnu-10002.41.9/bsd/kern/ !
H A Dkern_subr.c429 hashsize = 1UL << (fls(elements) - 1); in hashinit()
/xnu-10002.41.9/bsd/pthread/ !
H A Dpthread_workqueue.c2060 wq_death_max_load = (uint16_t)fls(num_cpus) + 1; in workq_open()