Searched refs:DUMP_WIDTH_LESS_INDENT (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_dump.c18 #define DUMP_WIDTH_LESS_INDENT(i) (DUMP_WIDTH - ((i - (i > 6 ? 6 : i) + 3) / 4)) macro
43 dump_width = DUMP_WIDTH_LESS_INDENT(indent);

Completed in 104 milliseconds