Home
last modified time | relevance | path

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

12

/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/flutter/skia/src/core/
DSkArenaAlloc.h184 constexpr uint32_t overhead = sizeof(Footer) + sizeof(uint32_t); in commonArrayAlloc() local
DSkArenaAlloc.cpp104 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() 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/flutter/skia/bench/
Dnanobench.cpp295 double overhead = 0; in estimate_timer_overhead() local
358 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench()
1196 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/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/mbedtls/library/
Dbignum.c819 size_t const overhead = ( limbs * ciL ) - buflen; in mbedtls_mpi_read_binary() local
2368 const size_t overhead = ( limbs * ciL ) - n_bytes; in mpi_fill_random_internal() local
Dssl_tls.c4499 const size_t overhead = (size_t) ret; in mbedtls_ssl_get_max_out_record_payload() local
/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
Dsctp_uio.h852 uint32_t overhead; member
/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
/third_party/libcoap/src/
Dcoap_openssl.c3112 unsigned int overhead = 37; in coap_dtls_get_overhead() local

12