Lines Matching refs:j
112 int j, lx = 0; in hex_dump_to_buffer() local
138 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
140 "%s%16.16llx", j ? " " : "", in hex_dump_to_buffer()
141 get_unaligned(ptr8 + j)); in hex_dump_to_buffer()
149 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
151 "%s%8.8x", j ? " " : "", in hex_dump_to_buffer()
152 get_unaligned(ptr4 + j)); in hex_dump_to_buffer()
160 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
162 "%s%4.4x", j ? " " : "", in hex_dump_to_buffer()
163 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
169 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
172 ch = ptr[j]; in hex_dump_to_buffer()
181 if (j) in hex_dump_to_buffer()
192 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
195 ch = ptr[j]; in hex_dump_to_buffer()