Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dubc_subr.c267 uint32_t nCodeSlots = ntohl(cd->nCodeSlots); in hashes() local
318 hashindex > nCodeSlots) { in hashes()
334 top = base + nCodeSlots * hash_len; in hashes()
336 page > nCodeSlots) { in hashes()
339 assert(page < nCodeSlots); in hashes()
398 if ((length - ntohl(cd->hashOffset)) / hashtype->cs_size < ntohl(cd->nCodeSlots)) { in cs_validate_codedirectory()
435 if (nPages != ntohl(cd->nCodeSlots)) { in cs_validate_codedirectory()
3046 if (ntohl(cd->nCodeSlots) & (PAGE_MASK >> blob->csb_hash_pageshift)) { in ubc_cs_supports_multilevel_hash()
3501 new_cdsize += (ntohl(old_cd->nCodeSlots) >> hashes_per_new_hash_shift) * old_cd->hashSize; in ubc_cs_convert_to_multilevel_hash()
3516 uint32_t nCodeSlots = ntohl(new_cd->nCodeSlots); in ubc_cs_convert_to_multilevel_hash() local
[all …]
/xnu-8019.80.24/osfmk/kern/
H A Dcs_blobs.h166 uint32_t nCodeSlots; /* number of ordinary (code) hash slots */ member