Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/ !
H A Dmach_fat.c292 uint32_t j_size = OSSwapBigToHostInt32(arches[j].size); in fatfile_validate_fatarches() local
301 if ((UINT32_MAX - j_size) < j_begin) { in fatfile_validate_fatarches()
305 uint32_t j_end = j_begin + j_size; in fatfile_validate_fatarches()