/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | timevar.c | 170 static void get_time (struct timevar_time_def *); 180 get_time (struct timevar_time_def *now) in get_time() function 267 get_time (&now); in timevar_push_1() 309 get_time (&now); in timevar_pop_1() 347 get_time (&tv->start_time); in timevar_start() 366 get_time (&now); in timevar_stop() 395 get_time (&tv->start_time); in timevar_cond_start() 419 get_time (&now); in timevar_cond_stop() 446 get_time (&now); in timevar_print()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | timer.cc | 51 this->get_time(&this->start_time_); in start() 60 this->get_time(&thispass); in stamp() 93 Timer::get_time(TimeStats *now) in get_time() function in gold::Timer 112 this->get_time(&now); in get_elapsed_time()
|
H A D | timer.h | 70 get_time(TimeStats* now);
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | timer.cc | 51 this->get_time(&this->start_time_); in start() 60 this->get_time(&thispass); in stamp() 93 Timer::get_time(TimeStats *now) in get_time() function in gold::Timer 112 this->get_time(&now); in get_elapsed_time()
|
H A D | timer.h | 70 get_time(TimeStats* now);
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | timevar.c | 120 static void get_time (struct timevar_time_def *); 217 get_time (struct timevar_time_def *now) in get_time() function 348 get_time (&now); in push_internal() 399 get_time (&now); in pop_internal() 458 get_time (&tv->start_time); in start() 485 get_time (&now); in stop() 522 get_time (&tv->start_time); in cond_start() 554 get_time (&now); in cond_stop() 704 get_time (&now); in print()
|
/dflybsd-src/contrib/less/ |
H A D | linenum.c | 226 dmsg->startime = get_time(); in start_delayed_msg() 236 if (get_time() >= dmsg->startime + LONGTIME) in delayed_msg()
|
H A D | jump.c | 192 time_type now = get_time(); in after_header_message()
|
H A D | forwback.c | 57 time_type now = get_time(); in eof_bell()
|
H A D | os.c | 327 public time_type get_time(void) in get_time() function
|
H A D | funcs.h | 334 public time_type get_time(void);
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | cxx11-shim_facets.cc | 700 return g->get_time(beg, end, io, err, t); in __time_get()
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar.c | 413 static time_t get_time(int); 1448 rar->mtime = get_time(ttime); in read_header() 1806 get_time(int ttime) in get_time() function 1853 t = get_time(ttime); in read_exttime()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
H A D | iomanip | 413 get_time(std::tm* __tmb, const _CharT* __fmt)
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | locale_facets_nonio.h | 430 get_time(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | locale_facets_nonio.h | 431 get_time(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY()
|