Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
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/
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/src/regex/
Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
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/
Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
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/kernel/src/regex/
Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
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/
Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
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/cups/
Dcups-uri-compat.patch6 ssize_t tbytes; /* Total number of bytes written */
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h15341 __u64 tbytes; member