Searched refs:scount (Results 1 – 1 of 1) sorted by relevance
268 uint32_t hashindex = 0, scount, sbase = 0; in hashes() local278 scount = ntohl(scatter->count); in hashes()282 if (scount == 0) { in hashes()300 if (sbase + scount >= page) { in hashes()308 top = base + scount * hash_len; in hashes()320 hashindex += scount; in hashes()415 uint32_t scount = ntohl(scatter->count); in cs_validate_codedirectory() local416 if (scount == 0) { in cs_validate_codedirectory()419 if (nPages + scount < nPages) { in cs_validate_codedirectory()422 nPages += scount; in cs_validate_codedirectory()[all …]