Lines Matching refs:j
37 u32 j; in acpi_ut_dump_buffer() local
64 for (j = 0; j < 16;) { in acpi_ut_dump_buffer()
65 if (i + j >= count) { in acpi_ut_dump_buffer()
70 j += display; in acpi_ut_dump_buffer()
79 buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer()
85 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer()
92 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer()
99 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer()
103 &buffer[(acpi_size)i + j + in acpi_ut_dump_buffer()
109 j += display; in acpi_ut_dump_buffer()
118 for (j = 0; j < 16; j++) { in acpi_ut_dump_buffer()
119 if (i + j >= count) { in acpi_ut_dump_buffer()
128 if (j == 0) { in acpi_ut_dump_buffer()
132 buf_char = buffer[(acpi_size)i + j]; in acpi_ut_dump_buffer()
209 u32 j; in acpi_ut_dump_buffer_to_file() local
232 for (j = 0; j < 16;) { in acpi_ut_dump_buffer_to_file()
233 if (i + j >= count) { in acpi_ut_dump_buffer_to_file()
238 j += display; in acpi_ut_dump_buffer_to_file()
247 buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer_to_file()
253 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer_to_file()
260 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer_to_file()
267 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer_to_file()
271 &buffer[(acpi_size)i + j + in acpi_ut_dump_buffer_to_file()
277 j += display; in acpi_ut_dump_buffer_to_file()
285 for (j = 0; j < 16; j++) { in acpi_ut_dump_buffer_to_file()
286 if (i + j >= count) { in acpi_ut_dump_buffer_to_file()
291 buf_char = buffer[(acpi_size)i + j]; in acpi_ut_dump_buffer_to_file()