Home
last modified time | relevance | path

Searched refs:lcount (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/libkern/os/
H A Dlog_mem.c112 const size_t lcount = lm->lm_cap_order - lm->lm_min_order - level + 1; in bitmap_update_subtree() local
114 for (size_t l = 0, n = 1; l < lcount; l++, n <<= 1) { in bitmap_update_subtree()
/xnu-8020.101.4/security/
H A Dmac_policy.h6388 #define MAC_POLICY_SET(handle, mpops, mpname, mpfullname, lnames, lcount, slot, lflags, rflags) \ argument
6393 .mpc_labelname_count = lcount, \