Home
last modified time | relevance | path

Searched refs:Overhead (Results 1 – 25 of 35) sorted by relevance

12

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go243 func (f *fixedNonceAEAD) Overhead() int { return f.aead.Overhead() } func
293 func (x *xorNonceAEAD) Overhead() int { return x.aead.Overhead() } func
Dconn.go458 n := len(payload) - c.Overhead()
612 b.resize(len(b.data) + c.Overhead())
/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_generator.cc174 return ((Overhead() - CurrentParams().fec_rate) < kMaxExcessOverhead); in ExcessOverheadBelowMax()
252 int UlpfecGenerator::Overhead() const { in Overhead() function in webrtc::UlpfecGenerator
Dulpfec_generator.h78 int Overhead() const;
/external/autotest/client/tests/unixbench/
Dcontrol20 - System Call Overhead - estimates the cost of entering and leaving the
/external/autotest/client/tests/unixbench5/
Dcontrol19 - System Call Overhead - estimates the cost of entering and leaving the
/external/blktrace/btt/doc/
Dsample-btt-output.tex18 ==================== Device Overhead ====================
/external/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc679 Ticks Overhead(const void* arg, const InputVec* inputs, const Params& p) { in Overhead() function
745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl()
746 const Ticks overhead_skip = Overhead(arg, &subset, p); in MeasureImpl()
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc679 Ticks Overhead(const void* arg, const InputVec* inputs, const Params& p) { in Overhead() function
745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl()
746 const Ticks overhead_skip = Overhead(arg, &subset, p); in MeasureImpl()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc679 Ticks Overhead(const void* arg, const InputVec* inputs, const Params& p) { in Overhead() function
745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl()
746 const Ticks overhead_skip = Overhead(arg, &subset, p); in MeasureImpl()
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dnanobenchmark.cc679 Ticks Overhead(const void* arg, const InputVec* inputs, const Params& p) { in Overhead() function
745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl()
746 const Ticks overhead_skip = Overhead(arg, &subset, p); in MeasureImpl()
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dnanobenchmark.cc679 Ticks Overhead(const void* arg, const InputVec* inputs, const Params& p) { in Overhead() function
745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl()
746 const Ticks overhead_skip = Overhead(arg, &subset, p); in MeasureImpl()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.h122 Overhead = 8, enumerator
Dcupti_collector.cc46 if (event.type != CuptiTracerEventType::Overhead) { in IsHostEvent()
298 if (event_types.count(CuptiTracerEventType::Overhead)) in GetDeviceXLineName()
Dcupti_tracer.cc644 event.type = CuptiTracerEventType::Overhead; in AddCuptiOverheadActivityEvent()
1580 case CuptiTracerEventType::Overhead: in GetTraceEventTypeName()
/external/skia/src/gpu/
DGrBlockAllocator.h198 static constexpr size_t Overhead();
520 constexpr size_t GrBlockAllocator::Overhead() { in Overhead() function
DGrTBlockList.h232 GrBlockAllocator::Overhead<alignof(T)>() + StartingItems * sizeof(T);
/external/kotlinx.coroutines/docs/
Ddebugging.md30 Overhead of this feature is negligible and it can be safely turned on by default to simplify loggin…
/external/libwebsockets/lib/misc/lwsac/
DREADME.md127 the memory needed as overhead. Overhead is created
/external/llvm-project/llvm/test/CodeGen/ARM/
DO3-pipeline.ll182 ; CHECK-NEXT: ARM Low Overhead Loops pass
/external/toolchain-utils/crosperf/perf_files/
Dperf.data.report.010 # Overhead Samples Command Shared Object Symbol
234 # Overhead Samples Command Shared Object Symbol
/external/llvm-project/clang/docs/
DDriverInternals.rst50 Low Overhead
/external/perfetto/docs/design-docs/
Dprotozero.md26 Overhead here is not just defined as CPU time (or instructions retired) it
/external/clang/docs/
DDriverInternals.rst50 Low Overhead
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterInfo.td291 // GPRlr - Only LR is legal. Used by ARMv8.1-M Low Overhead Loop instructions

12