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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmCompress.c298 unsigned int num_tenbits_to_pack = local
300 unsigned int num_packed_words = (num_tenbits_to_pack + 2) / 3; //ceil((double) num_tenbits_to_pack / 3);
315 printf("num_tenbits_to_pack is %u\n", num_tenbits_to_pack);
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmCompress.c298 unsigned int num_tenbits_to_pack = local
300 unsigned int num_packed_words = (num_tenbits_to_pack + 2) / 3; //ceil((double) num_tenbits_to_pack / 3);
315 printf("num_tenbits_to_pack is %u\n", num_tenbits_to_pack);

Completed in 21 milliseconds