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

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmDecompress.c28 register WK_word *output_next = output_buf; local
38 output_next[0] = temp & packing_mask;
39 output_next[1] = (temp >> 2) & packing_mask;
40 output_next[2] = (temp >> 4) & packing_mask;
41 output_next[3] = (temp >> 6) & packing_mask;
43 output_next += 4;
47 return output_next;
63 register WK_word *output_next = output_buf; local
74 output_next[0] = temp & packing_mask;
75 output_next[
94 register WK_word *output_next = output_buf; local
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmDecompress.c28 register WK_word *output_next = output_buf; local
38 output_next[0] = temp & packing_mask;
39 output_next[1] = (temp >> 2) & packing_mask;
40 output_next[2] = (temp >> 4) & packing_mask;
41 output_next[3] = (temp >> 6) & packing_mask;
43 output_next += 4;
47 return output_next;
63 register WK_word *output_next = output_buf; local
74 output_next[0] = temp & packing_mask;
75 output_next[
94 register WK_word *output_next = output_buf; local
[all...]

Completed in 25 milliseconds