Searched refs:pop_count (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_compressor_algorithms.c | 240 __unused uint32_t *pop_count) in WKdmD() argument 271 boolean_t *incomp_copy, unsigned int limit, __unused uint32_t *pop_count) in WKdmC() argument 308 uint32_t pop_count = C_SLOT_NO_POPCOUNT; in metacompressor() local 331 sz = WKdmC(in, cdst, &cscratch->wkscratch[0], incomp_copy, outbufsz, &pop_count); in metacompressor() 381 *pop_count_p = pop_count; in metacompressor() 393 uint32_t pop_count = C_SLOT_NO_POPCOUNT; in metadecompressor() local 408 success = WKdmD(source, dest, &compressor_dscratch->wkdecompscratch[0], csize, &pop_count); in metadecompressor() 415 *pop_count_p = pop_count; in metadecompressor()
|