Searched refs:num_bytes_to_pack (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c248 unsigned int num_bytes_to_pack = next_qp - (char *) tempQPosArray; local
249 unsigned int num_packed_words = (num_bytes_to_pack + 7) >> 3; // ceil((double) num_bytes_to_pack / 8);
263 num_bytes_to_pack);
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c248 unsigned int num_bytes_to_pack = (unsigned int)(next_qp - (char *) tempQPosArray); local
249 unsigned int num_packed_words = (num_bytes_to_pack + 7) >> 3; // ceil((double) num_bytes_to_pack / 8);
263 num_bytes_to_pack);

Completed in 19 milliseconds