Lines Matching refs:j
111 int j, lx = 0; in hex_dump_to_buffer() local
137 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
139 "%s%16.16llx", j ? " " : "", in hex_dump_to_buffer()
140 get_unaligned(ptr8 + j)); in hex_dump_to_buffer()
148 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
150 "%s%8.8x", j ? " " : "", in hex_dump_to_buffer()
151 get_unaligned(ptr4 + j)); in hex_dump_to_buffer()
159 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
161 "%s%4.4x", j ? " " : "", in hex_dump_to_buffer()
162 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
168 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
171 ch = ptr[j]; in hex_dump_to_buffer()
180 if (j) in hex_dump_to_buffer()
191 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
194 ch = ptr[j]; in hex_dump_to_buffer()