Home
last modified time | relevance | path

Searched defs:overhead (Results 1 – 21 of 21) sorted by relevance

/third_party/openssl/ssl/record/
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
Dssl3_record.c105 int early_data_count_ok(SSL *s, size_t length, size_t overhead, int send) in early_data_count_ok()
/third_party/node/deps/openssl/openssl/ssl/record/
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
Dssl3_record.c105 int early_data_count_ok(SSL *s, size_t length, size_t overhead, int send) in early_data_count_ok()
/third_party/skia/src/core/
DSkArenaAlloc.cpp72 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() local
DSkArenaAlloc.h249 constexpr uint32_t overhead = sizeof(Footer) + sizeof(uint32_t); in allocUninitializedArray() local
/third_party/libwebsockets/lib/misc/lwsac/
Dlwsac.c239 uint64_t overhead = 0; in lwsac_total_overhead() local
/third_party/skia/bench/
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()
1231 const double overhead = estimate_timer_overhead(); in main() local
/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c102 signed long overhead, total_diffs; in main() local
/third_party/elfutils/libdwelf/
Ddwelf_strtab.c112 size_t overhead = offsetof (struct memoryblock, memory); in morememory() local
/third_party/mbedtls/library/
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
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/
Dnanobenchmark.cc745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1736 const unsigned overhead = v->grf_used && has_bank_conflict(isa, inst) ? in issue_time() local
/third_party/libcoap/src/
Dcoap_oscore.c2043 size_t overhead = 0; in coap_oscore_overhead() local
Dcoap_openssl.c3222 unsigned int overhead = 37; in coap_dtls_get_overhead() local
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc589 size_t overhead = RoundUp<kCodeAlignment>( in OverheadPerCodeSpace() local
610 size_t overhead = OverheadPerCodeSpace(num_declared_functions); in ReservationSize() local
/third_party/curl/lib/
Dmime.c1613 size_t overhead, const char *skip, size_t skiplen) in slist_size()
/third_party/node/deps/brotli/c/enc/
Dencode.c1429 size_t overhead = 2 + (4 * num_large_blocks) + 3 + 1; in BrotliEncoderMaxCompressedSize() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dencode.c1429 size_t overhead = 2 + (4 * num_large_blocks) + 3 + 1; in BrotliEncoderMaxCompressedSize() local
/third_party/libbpf/include/uapi/linux/
Dpkt_sched.h93 unsigned short overhead; member
105 int overhead; member