Lines Matching refs:j
115 int j, lx = 0; in hex_dump_to_buffer() local
141 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
143 "%s%16.16llx", j ? " " : "", in hex_dump_to_buffer()
144 get_unaligned(ptr8 + j)); in hex_dump_to_buffer()
152 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
154 "%s%8.8x", j ? " " : "", in hex_dump_to_buffer()
155 get_unaligned(ptr4 + j)); in hex_dump_to_buffer()
163 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
165 "%s%4.4x", j ? " " : "", in hex_dump_to_buffer()
166 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
172 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
175 ch = ptr[j]; in hex_dump_to_buffer()
184 if (j) in hex_dump_to_buffer()
195 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
198 ch = ptr[j]; in hex_dump_to_buffer()