Home
last modified time | relevance | path

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

/external/epid-sdk/example/util/src/
Dbufutil.c241 opts.show_hex = true; in PrintBuffer()
260 if (opts.show_hex) { in PrintBufferOpt()
271 if (opts.show_hex && opts.show_ascii) { in PrintBufferOpt()
290 if (opts.show_hex) { in PrintBufferOpt()
301 if (opts.show_hex && opts.show_ascii) { in PrintBufferOpt()
323 if (opts.show_hex) { in PrintBufferOpt()
339 if (opts.show_hex && opts.show_ascii) { in PrintBufferOpt()
/external/epid-sdk/example/util/
Dbuffutil.h31 bool show_hex; member