Lines Matching refs:j
58 int j, lx = 0; in hex_dump_to_buffer() local
84 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
86 "%s%16.16llx", j ? " " : "", in hex_dump_to_buffer()
87 get_unaligned(ptr8 + j)); in hex_dump_to_buffer()
95 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
97 "%s%8.8x", j ? " " : "", in hex_dump_to_buffer()
98 get_unaligned(ptr4 + j)); in hex_dump_to_buffer()
106 for (j = 0; j < ngroups; j++) { in hex_dump_to_buffer()
108 "%s%4.4x", j ? " " : "", in hex_dump_to_buffer()
109 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
115 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
118 ch = ptr[j]; in hex_dump_to_buffer()
127 if (j) in hex_dump_to_buffer()
138 for (j = 0; j < len; j++) { in hex_dump_to_buffer()
141 ch = ptr[j]; in hex_dump_to_buffer()