Home
last modified time | relevance | path

Searched refs:COLUMNS (Results 1 – 1 of 1) sorted by relevance

/system/uapp/ihda/
A Dintel_hda_controller.cpp71 static const size_t COLUMNS = 4; in ihda_dump_stream_regs() local
75 for (size_t i = 0; i < count; i += COLUMNS) { in ihda_dump_stream_regs()
77 if (todo > COLUMNS) in ihda_dump_stream_regs()
78 todo = COLUMNS; in ihda_dump_stream_regs()

Completed in 3 milliseconds