Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_conv.c54 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local
69 tbytes = num + 3; /* negative and terminator and one spare? */ in BN_bn2dec()
72 buf = OPENSSL_malloc(tbytes); in BN_bn2dec()
103 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
109 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_print.c55 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local
70 tbytes = num + 3; /* negative and terminator and one spare? */ in BN_bn2dec()
73 buf = OPENSSL_malloc(tbytes); in BN_bn2dec()
104 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); in BN_bn2dec()
110 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); in BN_bn2dec()
/netbsd-src/external/bsd/tre/dist/lib/
H A Dtre-match-parallel.c143 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
160 tbytes = sizeof(*tmp_tags) * num_tags; in tre_tnfa_run_parallel()
166 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
180 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
/netbsd-src/lib/librpcsvc/
H A Dnfs_prot.x1017 size3 tbytes; member
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_xdr_func.h591 am_size3 tbytes; member
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c1709 ok->tbytes = 1024; in am_nfs3_fsstat_3_svc()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxdr_func.c2150 if (!xdr_am_size3(xdrs, &objp->tbytes)) in xdr_am_FSSTAT3resok()