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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_dump.c17 #define DUMP_WIDTH 16 macro
18 #define DUMP_WIDTH_LESS_INDENT(i) (DUMP_WIDTH - ((i - (i > 6 ? 6 : i) + 3) / 4))
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_dump.c17 #define DUMP_WIDTH 16 macro
18 #define DUMP_WIDTH_LESS_INDENT(i) (DUMP_WIDTH - ((i - (i > 6 ? 6 : i) + 3) / 4))
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_misc.c1590 #define DUMP_WIDTH 16 macro
1606 for (row = start; row <= last; row += DUMP_WIDTH) {
1609 for (col = row; col < row + DUMP_WIDTH; col++) {
1619 for (col = row; col < row + DUMP_WIDTH; col++) {

Completed in 130 milliseconds