Home
last modified time | relevance | path

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

/system/uapp/ihda/
A Dintel_hda_controller.cpp20 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