Lines Matching refs:j
133 int j, lx = 0; in hex_dump_to_buffer() local
159 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
161 "%s%16.16llx", j ? " " : "", in hex_dump_to_buffer()
162 get_unaligned(ptr8 + j)); in hex_dump_to_buffer()
170 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
172 "%s%8.8x", j ? " " : "", in hex_dump_to_buffer()
173 get_unaligned(ptr4 + j)); in hex_dump_to_buffer()
181 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
183 "%s%4.4x", j ? " " : "", in hex_dump_to_buffer()
184 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
190 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
193 ch = ptr[j]; in hex_dump_to_buffer()
202 if (j) in hex_dump_to_buffer()
213 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
216 ch = ptr[j]; in hex_dump_to_buffer()