/third_party/ltp/testcases/kernel/sched/tool/ |
D | time-schedule.c | 102 signed long overhead, total_diffs; in main() local 204 overhead = 1000000 * (after.tv_sec - before.tv_sec); in main() 205 overhead += after.tv_usec - before.tv_usec; in main() 250 (double)overhead / 20.0); in main() 255 (double)min_diff / 20.0, (double)(min_diff - overhead) / 20.0); in main() 258 (double)median / 20.0, (double)(median - overhead) / 20.0); in main() 261 (double)(total_diffs - overhead * MAX_ITERATIONS) / in main() 264 (double)max_diff / 20.0, (double)(max_diff - overhead) / 20.0); in main()
|
/third_party/openssl/ssl/record/ |
D | tls_pad.c | 78 const size_t overhead = 1 /* padding length byte */ + mac_size; in ssl3_cbc_remove_padding_and_mac() local 83 if (overhead > *reclen) in ssl3_cbc_remove_padding_and_mac() 87 good = constant_time_ge_s(*reclen, padding_length + overhead); in ssl3_cbc_remove_padding_and_mac() 124 size_t overhead = ((block_size == 1) ? 0 : 1) /* padding length byte */ in tls1_cbc_remove_padding_and_mac() local 131 if (overhead > *reclen) in tls1_cbc_remove_padding_and_mac() 144 good = constant_time_ge_s(*reclen, overhead + padding_length); in tls1_cbc_remove_padding_and_mac()
|
/third_party/skia/src/core/ |
D | SkArenaAlloc.cpp | 72 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() local 73 AssertRelease(size <= maxSize - overhead); in ensureSpace() 74 uint32_t objSizeAndOverhead = size + overhead; in ensureSpace()
|
D | SkArenaAlloc.h | 249 constexpr uint32_t overhead = sizeof(Footer) + sizeof(uint32_t); in allocUninitializedArray() local 250 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in allocUninitializedArray() 251 uint32_t totalSize = arraySize + overhead; in allocUninitializedArray()
|
/third_party/flutter/skia/bench/ |
D | nanobench.cpp | 295 double overhead = 0; in estimate_timer_overhead() local 298 overhead += now_ms() - start; in estimate_timer_overhead() 300 return overhead / FLAGS_overheadLoops; in estimate_timer_overhead() 358 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench() argument 364 while (bench_plus_overhead < overhead) { in setup_cpu_bench() 367 bench->getUniqueName(), HUMANIZE(bench_plus_overhead), HUMANIZE(overhead)); in setup_cpu_bench() 391 const double numer = overhead / FLAGS_overheadGoal - overhead; in setup_cpu_bench() 392 const double denom = bench_plus_overhead - overhead; in setup_cpu_bench() 1196 const double overhead = estimate_timer_overhead(); in main() local 1197 SkDebugf("Timer overhead: %s\n", HUMANIZE(overhead)); in main() [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkArenaAlloc.cpp | 104 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() local 105 AssertRelease(size <= maxSize - overhead); in ensureSpace() 106 uint32_t objSizeAndOverhead = size + overhead; in ensureSpace()
|
D | SkArenaAlloc.h | 184 constexpr uint32_t overhead = sizeof(Footer) + sizeof(uint32_t); in commonArrayAlloc() local 185 AssertRelease(arraySize <= std::numeric_limits<uint32_t>::max() - overhead); in commonArrayAlloc() 186 uint32_t totalSize = arraySize + overhead; in commonArrayAlloc()
|
/third_party/skia/bench/ |
D | nanobench.cpp | 300 double overhead = 0; in estimate_timer_overhead() local 303 overhead += now_ms() - start; in estimate_timer_overhead() 305 return overhead / FLAGS_overheadLoops; in estimate_timer_overhead() 363 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench() argument 369 while (bench_plus_overhead < overhead) { in setup_cpu_bench() 372 bench->getUniqueName(), HUMANIZE(bench_plus_overhead), HUMANIZE(overhead)); in setup_cpu_bench() 396 const double numer = overhead / FLAGS_overheadGoal - overhead; in setup_cpu_bench() 397 const double denom = bench_plus_overhead - overhead; in setup_cpu_bench() 1231 const double overhead = estimate_timer_overhead(); in main() local 1232 SkDebugf("Timer overhead: %s\n", HUMANIZE(overhead)); in main() [all …]
|
/third_party/libwebsockets/lib/misc/lwsac/ |
D | README.md | 12 matches the platform pointer alignment, there is zero overhead to sub-allocate 56 overhead for individual sub-allocations (unless their size is not 124 ## optimizations to minimize overhead 127 the memory needed as overhead. Overhead is created 129 - once per chunk... in addition to the malloc overhead, there's an lwsac 141 You can measure the overhead in an lwsac using `lwsac_total_overhead()`.
|
D | lwsac.c | 239 uint64_t overhead = 0; in lwsac_total_overhead() local 242 overhead += (head->alloc_size - head->ofs) + sizeof(*head); in lwsac_total_overhead() 247 return overhead; in lwsac_total_overhead()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_multi_draw.adoc | 24 Processing multiple draw commands in sequence incurs measurable overhead 27 driver in order to avoid any such overhead, using an array of
|
D | VK_EXT_multi_draw.txt | 24 Processing multiple draw commands in sequence incurs measurable overhead 27 driver in order to avoid any such overhead, using an array of
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawbaseparse.c | 571 frame->overhead = in gst_raw_base_parse_handle_frame() 575 g_assert (out_size >= (guint) (frame->overhead)); in gst_raw_base_parse_handle_frame() 576 out_size -= frame->overhead; in gst_raw_base_parse_handle_frame() 581 num_out_frames, frame->overhead); in gst_raw_base_parse_handle_frame() 644 gst_base_parse_finish_frame (parse, frame, out_size + frame->overhead); in gst_raw_base_parse_handle_frame()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_strtab.c | 112 size_t overhead = offsetof (struct memoryblock, memory); in morememory() local 113 len += overhead + MALLOC_OVERHEAD; in morememory() 125 st->left = len - overhead; in morememory()
|
/third_party/libffi/src/ |
D | closures.c | 49 static const size_t overhead = variable 73 rounded_size = (size + overhead + page_size - 1) & ~(page_size - 1); in ffi_closure_alloc() 96 *code = ADD_TO_POINTER(codeseg, overhead); in ffi_closure_alloc() 97 return ADD_TO_POINTER(dataseg, overhead); in ffi_closure_alloc() 106 dataseg = ADD_TO_POINTER(ptr, -overhead); in ffi_closure_free()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | nanobenchmark.cc | 745 const Ticks overhead = Overhead(arg, &full, p); in MeasureImpl() local 747 if (overhead < overhead_skip) { in MeasureImpl() 748 ABSL_RAW_LOG(WARNING, "Measurement failed: overhead %u < %u\n", overhead, in MeasureImpl() 755 subset.size(), overhead, overhead_skip); in MeasureImpl() 771 const Ticks duration = (total - overhead) - (total_skip - overhead_skip); in MeasureImpl()
|
/third_party/node/deps/npm/node_modules/performance-now/ |
D | README.md | 25 …overhead, I think it's best to assume that the precision of intervals computed with this method is…
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbaseparse.h | 142 gint overhead; member 304 gint overhead);
|
/third_party/rust/crates/nix/ |
D | CONVENTIONS.md | 4 constructs with minimal performance overhead, we follow the following 80 allows us to avoid the overhead incurred by zeroing or otherwise initializing
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | README.md | 15 …oints directly from the driver which can increase performance by skipping loader dispatch overhead. 52 …evice objects in the same application, but comes at a price of dispatch overhead which can be as h… 70 …pointers pointing directly at the driver functions, minimizing the call overhead. When layers are …
|
D | README.chromium | 16 dispatch overhead.
|
/third_party/ltp/testcases/realtime/func/sched_jitter/ |
D | README | 10 and goes back to sleep. This tries to measure how much overhead the scheduler
|
/third_party/node/deps/npm/node_modules/lockfile/test/ |
D | basic.js | 34 var overhead = 200 35 var wait = N * overhead + delay
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_driver_control.txt | 45 but all the driver software overhead would still happen thus 46 enabling developers to analyze driver overhead separate from GPU
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_driver_control.txt | 45 but all the driver software overhead would still happen thus 46 enabling developers to analyze driver overhead separate from GPU
|