Home
last modified time | relevance | path

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

/xnu-10063.121.3/libkern/kxld/
H A DWKdmCompress.c286 unsigned int num_tenbits_to_pack = in WKdm_compress() local
288 …unsigned int num_packed_words = (num_tenbits_to_pack + 2) / 3; //ceil((double) num_tenbits_to_pack… in WKdm_compress()
303 printf("num_tenbits_to_pack is %u\n", num_tenbits_to_pack); in WKdm_compress()