Lines Matching refs:j
113 int j, lx = 0; in hex_dump_to_buffer() local
139 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
141 "%s%16.16llx", j ? " " : "", in hex_dump_to_buffer()
142 (unsigned long long)*(ptr8 + j)); in hex_dump_to_buffer()
150 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
152 "%s%8.8x", j ? " " : "", in hex_dump_to_buffer()
153 *(ptr4 + j)); in hex_dump_to_buffer()
161 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
163 "%s%4.4x", j ? " " : "", in hex_dump_to_buffer()
164 *(ptr2 + j)); in hex_dump_to_buffer()
170 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
173 ch = ptr[j]; in hex_dump_to_buffer()
178 if (j) in hex_dump_to_buffer()
189 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
192 ch = ptr[j]; in hex_dump_to_buffer()