Home
last modified time | relevance | path

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

12

/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/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/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h142 gint overhead; member
Dgstbaseparse.c783 gint overhead) in gst_base_parse_frame_new()
1907 gint overhead; in gst_base_parse_update_bitrates() local
/third_party/mbedtls/library/
Dbignum_core.c233 size_t overhead = (X_limbs * ciL) - input_length; in mbedtls_mpi_core_read_be() local
559 const size_t overhead = (limbs * ciL) - n_bytes; in mbedtls_mpi_core_fill_random() local
/third_party/libffi/src/
Dclosures.c49 static const size_t overhead = variable
/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.c2042 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.c1617 size_t overhead, const char *skip, size_t skiplen) in slist_size()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c451 sctp_log_rwnd(uint8_t from, uint32_t peers_rwnd, uint32_t snd_size, uint32_t overhead) in sctp_log_rwnd()
471 sctp_log_rwnd_set(uint8_t from, uint32_t peers_rwnd, uint32_t flight_size, uint32_t overhead, uint3… in sctp_log_rwnd_set()
Dsctp_usrreq.c202 uint16_t overhead; in sctp_pathmtu_adjustment() 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/node/deps/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

12