/third_party/ltp/testcases/realtime/func/gtod_latency/ |
D | gtod_infinite.c | 107 nsec_t max_time = START_MAX; in main() local 177 ((diff_time > max_time) || (diff_time > REPORT_MIN))) { in main() 178 if (diff_time > max_time) in main() 179 max_time = diff_time; in main() 184 max_time, ctime(&tt)); in main() 188 max_time = 0; in main()
|
/third_party/musl/src/select/ |
D | select.c | 15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local 18 if (us/1000000 > max_time - s) { in select() 19 s = max_time; in select()
|
/third_party/musl/porting/liteos_a/user/src/select/ |
D | select.c | 15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local 18 if (us/1000000 > max_time - s) { in select() 19 s = max_time; in select()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | urisourcebin.c | 32 guint64 min_time, max_time, avg_time; in GST_START_TEST() local 58 "maximum-time-level", &max_time)); in GST_START_TEST() 59 fail_unless_equals_int (0, max_time); in GST_START_TEST()
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/ivybridge/ |
D | model_206ax.c | 164 unsigned tdp, min_power, max_power, max_time; in set_power_limits() local 182 max_time = (msr.hi >> 16) & 0x7f; in set_power_limits() 186 if (power_limit_time_msr_to_sec[max_time] > power_limit_1_time) in set_power_limits() 187 power_limit_1_time = power_limit_time_msr_to_sec[max_time]; in set_power_limits()
|
/third_party/lwip/src/core/ipv4/ |
D | igmp.c | 102 static void igmp_start_timer(struct igmp_group *group, u8_t max_time); 692 igmp_start_timer(struct igmp_group *group, u8_t max_time) in igmp_start_timer() argument 695 group->timer = (u16_t)(max_time > 2 ? (LWIP_RAND() % max_time) : 1); in igmp_start_timer() 698 group->timer = max_time / 2; in igmp_start_timer()
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/broadwell/ |
D | cpu_full.c | 559 uint tdp, min_power, max_power, max_time; in cpu_set_power_limits() local 578 max_time = (msr.hi >> 16) & 0x7f; in cpu_set_power_limits() 582 if (power_limit_time_msr_to_sec[max_time] > power_limit_1_time) in cpu_set_power_limits() 583 power_limit_1_time = power_limit_time_msr_to_sec[max_time]; in cpu_set_power_limits()
|
/third_party/boost/boost/math/special_functions/ |
D | hypergeometric_pFq.hpp | 33 …timed_iteration_terminator(boost::uintmax_t i, double t) : max_iter(i), max_time(t), start_time(st… in timed_iteration_terminator() 39 …f (std::chrono::duration<double>(std::chrono::system_clock::now() - start_time).count() > max_time) in operator ()() 45 double max_time; member
|
/third_party/boost/libs/compute/perf/ |
D | perf.hpp | 90 nanosecond_type max_time() const in max_time() function in perf_timer
|
/third_party/grpc/tools/run_tests/python_utils/ |
D | jobset.py | 419 quiet_success, max_time): argument 432 self._max_time = max_time 563 max_time=-1): argument 576 quiet_success, max_time)
|
/third_party/tzdata/ |
D | zic.c | 613 static zic_t const max_time = MAXVAL(zic_t, TIME_T_BITS_IN_FILE); variable 631 intmax_t lo = min_time, hi = max_time; in timerange_option() 647 if (*hi_end || hi < lo || max_time < lo || hi < min_time) in timerange_option() 650 hi_time = max_time < hi ? max_time : hi; in timerange_option() 1486 z.z_untiltime < max_time && in inzsub() 1488 zones[nzones - 1].z_untiltime < max_time && in inzsub() 1566 if (dayoff > max_time / SECSPERDAY) { in getleapdatetime() 2046 hicut = hi_time < max_time; in writezone() 2485 if (hi_time < max_time) in stringzone() 2799 jtime == max_time) in outzone() [all …]
|
/third_party/grpc/tools/internal_ci/linux/pull_request/ |
D | grpc_basictests_multilang.cfg | 29 value: "-f basictests linux multilang --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_cpp_dbg.cfg | 29 value: "-f basictests linux c++ dbg --inner_jobs 16 -j 1 --internal_ci --max_time=3600"
|
D | grpc_basictests_c_opt.cfg | 29 value: "-f basictests linux c opt --inner_jobs 16 -j 1 --internal_ci --max_time=3600"
|
D | grpc_basictests_node.cfg | 29 value: "-f basictests linux grpc-node --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_python.cfg | 29 value: "-f basictests linux python --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_cpp_opt.cfg | 29 value: "-f basictests linux c++ opt --inner_jobs 16 -j 1 --internal_ci --max_time=3600"
|
D | grpc_basictests_csharp.cfg | 29 value: "-f basictests linux csharp --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
D | grpc_basictests_c_dbg.cfg | 29 value: "-f basictests linux c dbg --inner_jobs 16 -j 1 --internal_ci --max_time=3600"
|
D | grpc_basictests_ruby.cfg | 29 value: "-f basictests linux ruby --inner_jobs 16 -j 2 --internal_ci --max_time=3600"
|
/third_party/grpc/tools/internal_ci/windows/pull_request/ |
D | grpc_basictests_csharp.cfg | 29 value: "-f basictests windows csharp -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|
D | grpc_basictests.cfg | 29 value: "-f basictests windows -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|
D | grpc_basictests_opt.cfg | 29 value: "-f basictests windows opt -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|
D | grpc_basictests_c.cfg | 29 value: "-f basictests windows c -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|
D | grpc_basictests_python.cfg | 29 value: "-f basictests windows python -j 1 --inner_jobs 8 --internal_ci --max_time=3600"
|