Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_algorithms_internal.h36 uint16_t *codec, void *cscratch, boolean_t *, uint32_t *pop_count_p);
38 uint16_t ccodec, void *compressor_dscratch, uint32_t *pop_count_p);
H A Dvm_compressor_algorithms.c301 void *cscratchin, boolean_t *incomp_copy, uint32_t *pop_count_p) in metacompressor() argument
380 assert(pop_count_p != NULL); in metacompressor()
381 *pop_count_p = pop_count; in metacompressor()
387 uint16_t ccodec, void *compressor_dscratchin, uint32_t *pop_count_p) in metadecompressor() argument
414 assert(pop_count_p != NULL); in metadecompressor()
415 *pop_count_p = pop_count; in metadecompressor()