Home
last modified time | relevance | path

Searched refs:top_time (Results 1 – 25 of 87) sorted by relevance

1234

/dports/sysutils/lnav/lnav-0.10.1/src/scripts/
H A Dlnav-pop-view.lnav12 ;SELECT top_time as last_top_time FROM lnav_views WHERE name = $last_view_name;
15 ;SELECT top_time AS old_top_time FROM lnav_views WHERE name = $new_top_view_name;
16 ;UPDATE lnav_views SET top_time = $last_top_time WHERE
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dhist.c459 double top_time, time; in hist_print() local
501 top_time = 0.0; in hist_print()
511 if (time > top_time) in hist_print()
514 top_time = time; in hist_print()
519 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
521 top_time /= hz; in hist_print()
525 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dhist.c459 double top_time, time; in hist_print() local
501 top_time = 0.0; in hist_print()
511 if (time > top_time) in hist_print()
514 top_time = time; in hist_print()
519 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
521 top_time /= hz; in hist_print()
525 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dstate-extension-functions.cc62 auto top_time = lnav_data.ld_log_source.time_for_row(lnav_data.ld_views[LNV_LOG].get_top()); in sql_log_top_datetime() local
63 if (!top_time) { in sql_log_top_datetime()
69 sql_strftime(buffer, sizeof(buffer), top_time.value()); in sql_log_top_datetime()
H A Dviews_vtab.cc224 const char *top_time, in update_row()
234 } else if (top_time != nullptr && time_source != nullptr) { in update_row()
238 if (dts.convert_to_timeval(top_time, -1, nullptr, tv)) { in update_row()
250 tab->zErrMsg = sqlite3_mprintf("Invalid time: %s", top_time); in update_row()
/dports/games/d2x/d2x-0.2.5/main/
H A Dfuelcen.c388 fix top_time; in robotmaker_proc() local
451 top_time = ROBOT_GEN_TIME; in robotmaker_proc()
456 top_time = dist_to_player/64 + d_rand() * 2 + F1_0*2; in robotmaker_proc()
457 if ( top_time > ROBOT_GEN_TIME ) in robotmaker_proc()
458 top_time = ROBOT_GEN_TIME + d_rand(); in robotmaker_proc()
459 if ( top_time < F1_0*2 ) in robotmaker_proc()
460 top_time = F1_0*3/2 + d_rand()*2; in robotmaker_proc()
465 if (robotcen->Timer > top_time ) { in robotmaker_proc()
493 robotcen->Timer = top_time/2; in robotmaker_proc()
497 robotcen->Timer = top_time/2; in robotmaker_proc()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dhist.c467 double top_time, time; in hist_print() local
509 top_time = 0.0; in hist_print()
519 if (time > top_time) in hist_print()
522 top_time = time; in hist_print()
527 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
529 top_time /= hz; in hist_print()
533 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dhist.c467 double top_time, time; in hist_print() local
509 top_time = 0.0; in hist_print()
519 if (time > top_time) in hist_print()
522 top_time = time; in hist_print()
527 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
529 top_time /= hz; in hist_print()
533 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dthr_timer.c277 struct timespec *top_time; in timer_handler() local
282 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
284 if (cmp_timespec((*top_time), now) <= 0) in timer_handler()
287 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
290 abstime= *top_time; in timer_handler()
291 next_timer_expire_time= *top_time; in timer_handler()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dthr_timer.c277 struct timespec *top_time; in timer_handler() local
282 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
284 if (cmp_timespec((*top_time), now) <= 0) in timer_handler()
287 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
290 abstime= *top_time; in timer_handler()
291 next_timer_expire_time= *top_time; in timer_handler()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dthr_timer.c277 struct timespec *top_time; in timer_handler() local
282 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
284 if (cmp_timespec((*top_time), now) <= 0) in timer_handler()
287 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
290 abstime= *top_time; in timer_handler()
291 next_timer_expire_time= *top_time; in timer_handler()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dthr_timer.c277 struct timespec *top_time; in timer_handler() local
282 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
284 if (cmp_timespec((*top_time), now) <= 0) in timer_handler()
287 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
290 abstime= *top_time; in timer_handler()
291 next_timer_expire_time= *top_time; in timer_handler()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dthr_timer.c306 struct timespec *top_time; in timer_handler() local
311 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
313 if (cmp_timespec((*top_time), now) <= 0) in timer_handler()
316 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
319 abstime= *top_time; in timer_handler()
320 next_timer_expire_time= *top_time; in timer_handler()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dthr_timer.c306 struct timespec *top_time; in timer_handler() local
311 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
313 if (cmp_timespec((*top_time), now) <= 0) in timer_handler()
316 top_time= &(((thr_timer_t*) queue_top(&timer_queue))->expire_time); in timer_handler()
319 abstime= *top_time; in timer_handler()
320 next_timer_expire_time= *top_time; in timer_handler()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dfuelcen.cpp361 fix top_time; in robotmaker_proc() local
414 top_time = ROBOT_GEN_TIME; in robotmaker_proc()
420 top_time = dist_to_player/64 + d_rand() * 2 + F1_0*2; in robotmaker_proc()
421 if ( top_time > ROBOT_GEN_TIME ) in robotmaker_proc()
422 top_time = ROBOT_GEN_TIME + d_rand(); in robotmaker_proc()
423 if ( top_time < F1_0*2 ) in robotmaker_proc()
424 top_time = F1_0*3/2 + d_rand()*2; in robotmaker_proc()
427 if (robotcen->Timer > top_time ) { in robotmaker_proc()
457 robotcen->Timer = top_time/2; in robotmaker_proc()
461 robotcen->Timer = top_time/2; in robotmaker_proc()
/dports/devel/binutils/binutils-2.37/gprof/
H A Dhist.c570 double top_time; in hist_print() local
612 top_time = 0.0; in hist_print()
624 if (call_time > top_time) in hist_print()
627 top_time = call_time; in hist_print()
632 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
634 top_time /= hz; in hist_print()
638 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dhist.c570 double top_time; in hist_print() local
612 top_time = 0.0; in hist_print()
624 if (call_time > top_time) in hist_print()
627 top_time = call_time; in hist_print()
632 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
634 top_time /= hz; in hist_print()
638 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dhist.c570 double top_time; in hist_print() local
612 top_time = 0.0; in hist_print()
624 if (call_time > top_time) in hist_print()
627 top_time = call_time; in hist_print()
632 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
634 top_time /= hz; in hist_print()
638 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dhist.c570 double top_time; in hist_print() local
612 top_time = 0.0; in hist_print()
624 if (call_time > top_time) in hist_print()
627 top_time = call_time; in hist_print()
632 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
634 top_time /= hz; in hist_print()
638 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dhist.c570 double top_time; in hist_print() local
612 top_time = 0.0; in hist_print()
624 if (call_time > top_time) in hist_print()
627 top_time = call_time; in hist_print()
632 if (top_dog && top_dog->ncalls != 0 && top_time > 0.0) in hist_print()
634 top_time /= hz; in hist_print()
638 double scaled_value = SItab[log_scale].scale * top_time; in hist_print()
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/tlm_utils/
H A Dpeq_with_cb_and_phase.h128 sc_core::sc_time top_time() in top_time() function
274 sc_core::sc_time top=m_ppq.top_time(); in fec()
280 top=m_ppq.top_time(); in fec()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/stats/transfer/impl/
H A DLongTermStatsGenericImpl.java970 long top_time;
976 top_time = bottom_time + HOUR_IN_MILLIS - 1;
981 top_time = now;
986 top_time = now;
991 top_time = now;
1003 top_time = calendar.getTimeInMillis() + DAY_IN_MILLIS - 1;
1052 return( getTotalUsageInPeriod( new Date( bottom_time ), new Date( top_time ), accepter ));
H A DLongTermStatsImpl.java1118 long top_time;
1124 top_time = bottom_time + HOUR_IN_MILLIS - 1;
1129 top_time = now;
1134 top_time = now;
1139 top_time = now;
1151 top_time = calendar.getTimeInMillis() + DAY_IN_MILLIS - 1;
1200 return( getTotalUsageInPeriod( new Date( bottom_time ), new Date( top_time ), accepter ));
/dports/www/kannel/gateway-1.4.4/wap/
H A Dtimers.c535 long top_time; in watch_timers() local
560 top_time = set->heap->tab[0]->elapses; in watch_timers()
562 gwthread_sleep(top_time - now); in watch_timers()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dtop.cc319 if ((top_cpu == 0) && (top_mem == 0) && (top_time == 0) in process_find_top()
361 if (top_time != 0) { insert_prio_elem(time_queue, cur_proc); } in process_find_top()
375 if (top_time != 0) { in process_find_top()
581 top_time = 1; in parse_top_args()

1234