/third_party/boost/libs/fiber/performance/ |
D | clock.hpp | 35 std::vector< std::uint64_t > overhead( iterations, 0); in overhead_clock() local 38 overhead.begin(), overhead.end(), in overhead_clock() 40 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_clock() 41 return duration_type( std::accumulate( overhead.begin(), overhead.end(), 0) / iterations); in overhead_clock()
|
/third_party/boost/libs/coroutine/performance/ |
D | clock.hpp | 35 std::vector< boost::uint64_t > overhead( iterations, 0); in overhead_clock() local 38 overhead.begin(), overhead.end(), in overhead_clock() 40 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_clock() 41 return duration_type( std::accumulate( overhead.begin(), overhead.end(), 0) / iterations); in overhead_clock()
|
D | cycle_x86-64.hpp | 70 std::vector< cycle_type > overhead( iterations, 0); in overhead_cycle() local 73 overhead.begin(), overhead.end(), in overhead_cycle() 75 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_cycle() 76 return std::accumulate( overhead.begin(), overhead.end(), 0) / iterations; in overhead_cycle()
|
D | cycle_i386.hpp | 74 std::vector< cycle_type > overhead( iterations, 0); in overhead_cycle() local 77 overhead.begin(), overhead.end(), in overhead_cycle() 79 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_cycle() 80 return std::accumulate( overhead.begin(), overhead.end(), 0) / iterations; in overhead_cycle()
|
/third_party/boost/libs/coroutine2/performance/ |
D | clock.hpp | 36 std::vector< boost::uint64_t > overhead( iterations, 0); in overhead_clock() local 39 overhead.begin(), overhead.end(), in overhead_clock() 41 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_clock() 42 return duration_type( std::accumulate( overhead.begin(), overhead.end(), 0) / iterations); in overhead_clock()
|
D | cycle_x86-64.hpp | 70 std::vector< cycle_type > overhead( iterations, 0); in overhead_cycle() local 73 overhead.begin(), overhead.end(), in overhead_cycle() 75 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_cycle() 76 return std::accumulate( overhead.begin(), overhead.end(), 0) / iterations; in overhead_cycle()
|
D | cycle_i386.hpp | 74 std::vector< cycle_type > overhead( iterations, 0); in overhead_cycle() local 77 overhead.begin(), overhead.end(), in overhead_cycle() 79 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_cycle() 80 return std::accumulate( overhead.begin(), overhead.end(), 0) / iterations; in overhead_cycle()
|
D | performance.cpp | 29 duration_type measure_time_void( duration_type overhead) { in measure_time_void() argument 44 cycle_type measure_cycles_void( cycle_type overhead) { in measure_cycles_void() argument 51 total -= overhead; // overhead of measurement in measure_cycles_void()
|
/third_party/boost/libs/context/performance/ |
D | clock.hpp | 36 std::vector< boost::uint64_t > overhead( iterations, 0); in overhead_clock() local 39 overhead.begin(), overhead.end(), in overhead_clock() 41 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_clock() 42 return duration_type( std::accumulate( overhead.begin(), overhead.end(), 0) / iterations); in overhead_clock()
|
D | cycle_x86-64.hpp | 70 std::vector< cycle_type > overhead( iterations, 0); in overhead_cycle() local 73 overhead.begin(), overhead.end(), in overhead_cycle() 75 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_cycle() 76 return std::accumulate( overhead.begin(), overhead.end(), 0) / iterations; in overhead_cycle()
|
D | cycle_i386.hpp | 74 std::vector< cycle_type > overhead( iterations, 0); in overhead_cycle() local 77 overhead.begin(), overhead.end(), in overhead_cycle() 79 BOOST_ASSERT( overhead.begin() != overhead.end() ); in overhead_cycle() 80 return std::accumulate( overhead.begin(), overhead.end(), 0) / iterations; in overhead_cycle()
|
/third_party/e2fsprogs/tests/f_badsymlinks2/ |
D | mkimage.sh | 41 local overhead=0 45 overhead=2 63 symlink $((59 - overhead)) $dir/fast_max > /dev/null 65 symlink $((60 - overhead)) $dir/slow_min > /dev/null 73 symlink $((BLOCKSIZE - 1 - overhead)) $dir/slow_max > /dev/null 75 ino=$(symlink $((BLOCKSIZE - 1 - overhead)) $dir/one_too_long) 79 set_encrypted_symlink_len $ino $((BLOCKSIZE - overhead)) 82 ino=$(symlink $((BLOCKSIZE - 1 - overhead)) $dir/too_long) 86 set_encrypted_symlink_len $ino $((BLOCKSIZE + 1000 - overhead))
|
/third_party/boost/libs/coroutine2/performance/segmented/ |
D | performance_switch.cpp | 45 duration_type measure_time_void( duration_type overhead) in measure_time_void() argument 62 duration_type measure_time_int( duration_type overhead) in measure_time_int() argument 79 duration_type measure_time_x( duration_type overhead) in measure_time_x() argument 97 cycle_type measure_cycles_void( cycle_type overhead) in measure_cycles_void() argument 107 total -= overhead; // overhead of measurement in measure_cycles_void() 114 cycle_type measure_cycles_int( cycle_type overhead) in measure_cycles_int() argument 124 total -= overhead; // overhead of measurement in measure_cycles_int() 131 cycle_type measure_cycles_x( cycle_type overhead) in measure_cycles_x() argument 141 total -= overhead; // overhead of measurement in measure_cycles_x()
|
/third_party/boost/libs/coroutine/performance/asymmetric/ |
D | performance_switch.cpp | 46 duration_type measure_time_void( duration_type overhead) in measure_time_void() argument 63 duration_type measure_time_int( duration_type overhead) in measure_time_int() argument 80 duration_type measure_time_x( duration_type overhead) in measure_time_x() argument 98 cycle_type measure_cycles_void( cycle_type overhead) in measure_cycles_void() argument 108 total -= overhead; // overhead of measurement in measure_cycles_void() 115 cycle_type measure_cycles_int( cycle_type overhead) in measure_cycles_int() argument 125 total -= overhead; // overhead of measurement in measure_cycles_int() 132 cycle_type measure_cycles_x( cycle_type overhead) in measure_cycles_x() argument 142 total -= overhead; // overhead of measurement in measure_cycles_x()
|
/third_party/boost/libs/coroutine/performance/symmetric/ |
D | performance_switch.cpp | 45 duration_type measure_time_void( duration_type overhead) in measure_time_void() argument 63 duration_type measure_time_int( duration_type overhead) in measure_time_int() argument 80 duration_type measure_time_x( duration_type overhead) in measure_time_x() argument 99 cycle_type measure_cycles_void( cycle_type overhead) in measure_cycles_void() argument 109 total -= overhead; // overhead of measurement in measure_cycles_void() 116 cycle_type measure_cycles_int( cycle_type overhead) in measure_cycles_int() argument 126 total -= overhead; // overhead of measurement in measure_cycles_int() 133 cycle_type measure_cycles_x( cycle_type overhead) in measure_cycles_x() argument 144 total -= overhead; // overhead of measurement in measure_cycles_x()
|
D | performance_create_protected.cpp | 29 duration_type measure_time( duration_type overhead) in measure_time() argument 39 total -= overhead; // overhead of measurement in measure_time() 46 cycle_type measure_cycles( cycle_type overhead) in measure_cycles() argument 56 total -= overhead; // overhead of measurement in measure_cycles()
|
D | performance_create_prealloc.cpp | 30 duration_type measure_time( duration_type overhead) in measure_time() argument 40 total -= overhead; // overhead of measurement in measure_time() 47 cycle_type measure_cycles( cycle_type overhead) in measure_cycles() argument 58 total -= overhead; // overhead of measurement in measure_cycles()
|
D | performance_create_standard.cpp | 29 duration_type measure_time( duration_type overhead) in measure_time() argument 39 total -= overhead; // overhead of measurement in measure_time() 46 cycle_type measure_cycles( cycle_type overhead) in measure_cycles() argument 56 total -= overhead; // overhead of measurement in measure_cycles()
|
/third_party/boost/libs/endian/test/ |
D | benchmark.cpp | 48 nanosecond_t overhead = 0) in benchmark() argument 70 cpu_time = (times.system + times.user) - overhead; in benchmark() 218 nanosecond_t overhead; in main() local 221 overhead = benchmark(modify_noop, "modify no-op"); in main() 227 overhead = benchmark(non_modify_assign, "non_modify_assign "); in main() 228 benchmark(non_modify_two_operand, "non_modify_two_operand", overhead); in main() 229 benchmark(non_modify_by_return, "non_modify_by_return ", overhead); in main()
|
/third_party/boost/tools/build/src/engine/ |
D | debug.cpp | 66 frame->overhead = 0; in profile_enter() 71 frame->caller->overhead += frame->entry_time - start; in profile_enter() 89 double t = profile_clock() - frame->entry_time - frame->overhead; in profile_exit() 102 frame->caller->overhead += frame->overhead; in profile_exit()
|
/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/boost/libs/coroutine/performance/symmetric/segmented/ |
D | performance_create_segmented.cpp | 26 duration_type measure_time( duration_type overhead) in measure_time() argument 34 total -= overhead; // overhead of measurement in measure_time() 41 cycle_type measure_cycles( cycle_type overhead) in measure_cycles() argument 49 total -= overhead; // overhead of measurement in measure_cycles()
|
/third_party/boost/libs/ptr_container/doc/ |
D | faq.rst | 40 No. This is a distinct property of ``shared_ptr`` which implies some overhead. 64 do so; the overhead is one heap-allocation which is relatively small 81 fact, they are the only way to obtain the zero-overhead hallmark of C++. 82 Smart pointers usually have one word or more of memory overhead per 84 reference count must be maintained, there is also a runtime-overhead. If 85 your objects are big, then the memory overhead is often negligible, but if
|
/third_party/mindspore/third_party/patch/openssl/ |
D | CVE-2021-3711.patch | 15 - size_t overhead; 28 - overhead = 10 + 2 * field_size + (size_t)md_size; 29 - if (msg_len <= overhead) { 35 - *pt_size = msg_len - overhead;
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 96 unsigned int overhead = 0; in ext2fs_initialize() local 406 overhead = (int) (3 + fs->inode_blocks_per_group + in ext2fs_initialize() 410 overhead++; in ext2fs_initialize() 412 overhead += fs->desc_blocks; in ext2fs_initialize() 415 if (overhead > super->s_blocks_per_group) { in ext2fs_initialize() 427 overhead = (int) (2 + fs->inode_blocks_per_group); in ext2fs_initialize() 441 overhead += 1 + fs->desc_blocks + super->s_reserved_gdt_blocks; in ext2fs_initialize() 444 if ((fs->group_desc_count == 1) && rem && (rem < overhead)) { in ext2fs_initialize() 448 if (rem && (rem < overhead+50)) { in ext2fs_initialize()
|