Home
last modified time | relevance | path

Searched defs:overhead (Results 1 - 20 of 20) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/record/
H A Dtls_pad.c78 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 Dssl3_record.c105 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 DSkArenaAlloc.cpp72 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() local
/third_party/openssl/ssl/record/
H A Dtls_pad.c78 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 Dssl3_record.c105 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 Ddwelf_strtab.c112 size_t overhead = offsetof (struct memoryblock, memory); in morememory() local
/third_party/libwebsockets/lib/misc/lwsac/
H A Dlwsac.c239 uint64_t overhead = 0; in lwsac_total_overhead() local
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c102 signed long overhead, total_diffs; in main() local
[all...]
/third_party/mbedtls/library/
H A Dbignum_core.c247 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 Dssl_tls.c3286 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 Dnanobenchmark.cc745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl() local
[all...]
/third_party/skia/bench/
H A Dnanobench.cpp300 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 Dcoap_oscore.c2043 size_t overhead = 0; in coap_oscore_overhead() local
H A Dcoap_openssl.c3222 unsigned int overhead = 37; in coap_dtls_get_overhead() local
/third_party/curl/lib/
H A Dmime.c1612 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 Dbtree.h1433 double overhead() const { in overhead() function in absl::container_internal::btree
/third_party/node/deps/brotli/c/enc/
H A Dencode.c1429 size_t overhead = 2 + (4 * num_large_blocks) + 3 + 1; in BrotliEncoderMaxCompressedSize() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c1429 size_t overhead = 2 + (4 * num_large_blocks) + 3 + 1; in BrotliEncoderMaxCompressedSize() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc589 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 Dpkt_sched.h93 unsigned short overhead; member
105 int overhead; member

Completed in 45 milliseconds