Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/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()
/third_party/cups-filters/backend/
H A Dparallel.c65 ssize_t tbytes; /* Total number of bytes written */ in main() local
244 tbytes = 0; in main()
246 while (copies > 0 && tbytes >= 0) in main()
256 tbytes = run_loop(print_fd, device_fd, use_bc, 1); in main()
258 if (print_fd != 0 && tbytes >= 0) in main()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
215 /* Ensure that tbytes and xbytes*num_states cannot overflow, and that in tre_tnfa_run_parallel()
229 tbytes = sizeof(*tmp_tags) * num_tags; in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
244 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
215 /* Ensure that tbytes and xbytes*num_states cannot overflow, and that in tre_tnfa_run_parallel()
229 tbytes = sizeof(*tmp_tags) * num_tags; in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
244 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
215 /* Ensure that tbytes and xbytes*num_states cannot overflow, and that in tre_tnfa_run_parallel()
229 tbytes = sizeof(*tmp_tags) * num_tags; in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
244 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()
/third_party/musl/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
215 /* Ensure that tbytes and xbytes*num_states cannot overflow, and that in tre_tnfa_run_parallel()
229 tbytes = sizeof(*tmp_tags) * num_tags; in tre_tnfa_run_parallel()
235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel()
244 tmp_buf = buf + tbytes; in tre_tnfa_run_parallel()

Completed in 8 milliseconds