Lines Matching refs:j
37 u32 j; in acpi_ut_dump_buffer() local
60 for (j = 0; j < 16;) { in acpi_ut_dump_buffer()
61 if (i + j >= count) { in acpi_ut_dump_buffer()
66 j += display; in acpi_ut_dump_buffer()
75 buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer()
81 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer()
88 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer()
95 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer()
99 &buffer[(acpi_size)i + j + in acpi_ut_dump_buffer()
105 j += display; in acpi_ut_dump_buffer()
113 for (j = 0; j < 16; j++) { in acpi_ut_dump_buffer()
114 if (i + j >= count) { in acpi_ut_dump_buffer()
123 if (j == 0) { in acpi_ut_dump_buffer()
127 buf_char = buffer[(acpi_size)i + j]; in acpi_ut_dump_buffer()
203 u32 j; in acpi_ut_dump_buffer_to_file() local
226 for (j = 0; j < 16;) { in acpi_ut_dump_buffer_to_file()
227 if (i + j >= count) { in acpi_ut_dump_buffer_to_file()
232 j += display; in acpi_ut_dump_buffer_to_file()
241 buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer_to_file()
247 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer_to_file()
254 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer_to_file()
261 &buffer[(acpi_size)i + j]); in acpi_ut_dump_buffer_to_file()
265 &buffer[(acpi_size)i + j + in acpi_ut_dump_buffer_to_file()
271 j += display; in acpi_ut_dump_buffer_to_file()
279 for (j = 0; j < 16; j++) { in acpi_ut_dump_buffer_to_file()
280 if (i + j >= count) { in acpi_ut_dump_buffer_to_file()
285 buf_char = buffer[(acpi_size)i + j]; in acpi_ut_dump_buffer_to_file()