Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dmisc_protos.h77 extern int fls(
H A Dbtlog.c1102 pair.btsp_count = MAX(1u << fls(count - 1), 128u); in __btlog_size()
/xnu-8020.101.4/bsd/libkern/
H A Dlibkern.h149 extern int fls(unsigned int);
/xnu-8020.101.4/osfmk/arm/
H A Dloose_ends.c464 fls(unsigned int mask) in fls() function
/xnu-8020.101.4/osfmk/arm64/
H A Dloose_ends.c693 fls(unsigned int mask) in fls() function
/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c198 fls(unsigned int mask) in fls() function
/xnu-8020.101.4/bsd/kern/
H A Dkern_subr.c429 hashsize = 1UL << (fls(elements) - 1); in hashinit()
/xnu-8020.101.4/bsd/pthread/
H A Dpthread_workqueue.c2049 wq_death_max_load = (uint16_t)fls(num_cpus) + 1; in workq_open()