Lines Matching refs:j
114 int j, lx = 0; in hex_dump_to_buffer() local
140 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
142 "%s%16.16llx", j ? " " : "", in hex_dump_to_buffer()
143 get_unaligned(ptr8 + j)); in hex_dump_to_buffer()
151 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
153 "%s%8.8x", j ? " " : "", in hex_dump_to_buffer()
154 get_unaligned(ptr4 + j)); in hex_dump_to_buffer()
162 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
164 "%s%4.4x", j ? " " : "", in hex_dump_to_buffer()
165 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
171 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
174 ch = ptr[j]; in hex_dump_to_buffer()
183 if (j) in hex_dump_to_buffer()
194 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
197 ch = ptr[j]; in hex_dump_to_buffer()