Lines Matching refs:j

71 	u32 j;  in acpi_ut_dump_buffer()  local
94 for (j = 0; j < 16;) { in acpi_ut_dump_buffer()
95 if (i + j >= count) { in acpi_ut_dump_buffer()
100 j += display; in acpi_ut_dump_buffer()
109 buffer[(acpi_size) i + j]); in acpi_ut_dump_buffer()
115 &buffer[(acpi_size) i + j]); in acpi_ut_dump_buffer()
122 &buffer[(acpi_size) i + j]); in acpi_ut_dump_buffer()
129 &buffer[(acpi_size) i + j]); in acpi_ut_dump_buffer()
133 &buffer[(acpi_size) i + j + in acpi_ut_dump_buffer()
139 j += display; in acpi_ut_dump_buffer()
147 for (j = 0; j < 16; j++) { in acpi_ut_dump_buffer()
148 if (i + j >= count) { in acpi_ut_dump_buffer()
157 if (j == 0) { in acpi_ut_dump_buffer()
161 buf_char = buffer[(acpi_size) i + j]; in acpi_ut_dump_buffer()
237 u32 j; in acpi_ut_dump_buffer_to_file() local
261 for (j = 0; j < 16;) { in acpi_ut_dump_buffer_to_file()
262 if (i + j >= count) { in acpi_ut_dump_buffer_to_file()
268 j += display; in acpi_ut_dump_buffer_to_file()
277 buffer[(acpi_size) i + j]); in acpi_ut_dump_buffer_to_file()
283 &buffer[(acpi_size) i + j]); in acpi_ut_dump_buffer_to_file()
290 &buffer[(acpi_size) i + j]); in acpi_ut_dump_buffer_to_file()
297 &buffer[(acpi_size) i + j]); in acpi_ut_dump_buffer_to_file()
301 &buffer[(acpi_size) i + j + in acpi_ut_dump_buffer_to_file()
307 j += display; in acpi_ut_dump_buffer_to_file()
315 for (j = 0; j < 16; j++) { in acpi_ut_dump_buffer_to_file()
316 if (i + j >= count) { in acpi_ut_dump_buffer_to_file()
321 buf_char = buffer[(acpi_size) i + j]; in acpi_ut_dump_buffer_to_file()