/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | tls_pad.c | 78 const size_t overhead = 1 /* padding length byte */ + mac_size; in ssl3_cbc_remove_padding_and_mac() local 124 size_t overhead = ((block_size == 1) ? 0 : 1) /* padding length byte */ in tls1_cbc_remove_padding_and_mac() local
|
H A D | ssl3_record.c | 105 int early_data_count_ok(SSL *s, size_t length, size_t overhead, int send) in early_data_count_ok() argument
|
/third_party/skia/src/core/ |
H A D | SkArenaAlloc.cpp | 72 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() local
|
/third_party/openssl/ssl/record/ |
H A D | tls_pad.c | 78 const size_t overhead = 1 /* padding length byte */ + mac_size; in ssl3_cbc_remove_padding_and_mac() local 124 size_t overhead = ((block_size == 1) ? 0 : 1) /* padding length byte */ in tls1_cbc_remove_padding_and_mac() local
|
H A D | ssl3_record.c | 105 int early_data_count_ok(SSL *s, size_t length, size_t overhead, int send) in early_data_count_ok() argument
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_strtab.c | 112 size_t overhead = offsetof (struct memoryblock, memory); in morememory() local
|
/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | lwsac.c | 239 uint64_t overhead = 0; in lwsac_total_overhead() local
|
/third_party/ltp/testcases/kernel/sched/tool/ |
H A D | time-schedule.c | 102 signed long overhead, total_diffs; in main() local [all...] |
/third_party/mbedtls/library/ |
H A D | bignum_core.c | 247 size_t overhead = (X_limbs * ciL) - input_length; in mbedtls_mpi_core_read_be() local 622 const size_t overhead = (limbs * ciL) - n_bytes; in mbedtls_mpi_core_fill_random() local 630 MBEDTLS_MPI_CHK(f_rng(p_rng, (unsigned char *) X + overhead, n_bytes)); in mbedtls_mpi_core_fill_random() local
|
H A D | ssl_tls.c | 3286 const size_t overhead = (size_t) ret; in mbedtls_ssl_get_max_out_record_payload() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | nanobenchmark.cc | 745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl() local [all...] |
/third_party/skia/bench/ |
H A D | nanobench.cpp | 300 double overhead = 0; in estimate_timer_overhead() local 363 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_oscore.c | 2043 size_t overhead = 0; in coap_oscore_overhead() local
|
H A D | coap_openssl.c | 3222 unsigned int overhead = 37; in coap_dtls_get_overhead() local
|
/third_party/curl/lib/ |
H A D | mime.c | 1612 slist_size(struct curl_slist *s, size_t overhead, const char *skip, size_t skiplen) slist_size() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree.h | 1433 double overhead() const { in overhead() function in absl::container_internal::btree
|
/third_party/node/deps/brotli/c/enc/ |
H A D | encode.c | 1429 size_t overhead = 2 + (4 * num_large_blocks) + 3 + 1; in BrotliEncoderMaxCompressedSize() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | encode.c | 1429 size_t overhead = 2 + (4 * num_large_blocks) + 3 + 1; in BrotliEncoderMaxCompressedSize() local
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 589 size_t overhead = RoundUp<kCodeAlignment>( in OverheadPerCodeSpace() local 610 size_t overhead = OverheadPerCodeSpace(num_declared_functions); in ReservationSize() local [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | pkt_sched.h | 93 unsigned short overhead; member 105 int overhead; member
|