Searched refs:tbytes (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_conv.c | 54 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/ |
D | parallel.c | 65 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/ |
D | regexec.c | 212 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/ |
D | regexec.c | 212 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/ |
D | regexec.c | 212 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/ |
D | regexec.c | 212 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/ |
D | cups-uri-compat.patch | 6 ssize_t tbytes; /* Total number of bytes written */
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 15341 __u64 tbytes; member
|