Searched refs:input_next (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdmDecompress.c27 register WK_word *input_next = input_buf; local
35 while (input_next < input_end) {
36 register WK_word temp = input_next[0];
44 input_next++;
62 register WK_word *input_next = input_buf; local
71 while (input_next < input_end) {
72 register WK_word temp = input_next[0];
78 input_next++;
93 register WK_word *input_next = input_buf; local
101 while (input_next < input_en
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A DWKdmDecompress.c27 register WK_word *input_next = input_buf; local
35 while (input_next < input_end) {
36 register WK_word temp = input_next[0];
44 input_next++;
62 register WK_word *input_next = input_buf; local
71 while (input_next < input_end) {
72 register WK_word temp = input_next[0];
78 input_next++;
93 register WK_word *input_next = input_buf; local
101 while (input_next < input_en
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_protocol.c60 struct proto_input_entry *input_next; member in struct:proto_input_entry

Completed in 24 milliseconds