Searched refs:crlf (Results 1 – 1 of 1) sorted by relevance
| /system/uapp/ihda/ |
| A D | intel_hda_controller.cpp | 20 static int ihda_dump_sdctl(const char* name, const void* base, size_t offset, bool crlf = true) { in ihda_dump_sdctl() argument 24 offset, name, val, val, crlf ? "\n" : ""); in ihda_dump_sdctl() 27 static int ihda_dump32(const char* name, const void* base, size_t offset, bool crlf = true) { in ihda_dump32() argument 30 offset, name, val, val, crlf ? "\n" : ""); in ihda_dump32() 33 static int ihda_dump16(const char* name, const void* base, size_t offset, bool crlf = true) { in ihda_dump16() argument 36 offset, name, val, val, crlf ? "\n" : ""); in ihda_dump16() 39 static int ihda_dump8(const char* name, const void* base, size_t offset, bool crlf = true) { in ihda_dump8() argument 42 offset, name, val, val, crlf ? "\n" : ""); in ihda_dump8()
|
Completed in 3 milliseconds