Searched refs:timestamp_init (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | timestamp.cpp | 86 timestamp_init( t, (time_t)( ( in / 10000000 ) - secs_between_epochs ), in timestamp_from_filetime() 132 timestamp_init( t, ts.tv_sec, ts.tv_nsec ); in timestamp_current() 134 timestamp_init( t, time( 0 ), 0 ); in timestamp_current() 160 void timestamp_init( timestamp * const time, time_t const secs, int const nsecs in timestamp_init() function
|
D | filesys.cpp | 286 timestamp_init( &ff->time, 1, 0 ); in file_query() 336 timestamp_init( &info->time, statbuf.st_mtimespec.tv_sec, statbuf.st_mtimespec.tv_nsec ); in file_query_posix_() 338 timestamp_init( &info->time, statbuf.st_mtim.tv_sec, statbuf.st_mtim.tv_nsec ); in file_query_posix_() 341 timestamp_init( &info->time, statbuf.st_mtime, 0 ); in file_query_posix_() 362 timestamp_init( t, 0, 1 ); in file_supported_fmt_resolution() 367 timestamp_init( t, 1, 0 ); in file_supported_fmt_resolution()
|
D | timestamp.h | 35 void timestamp_init( timestamp * const, time_t const secs, int const nsecs );
|
D | fileunix.cpp | 362 timestamp_init( &member->time, (time_t)lar_date, 0 ); in file_collect_archive_content_() 427 timestamp_init( &member->time, (time_t)lar_date, 0 ); in collect_archive_content_small() 482 timestamp_init( &member->time, (time_t)lar_date, 0 ); in collect_archive_content_big()
|
D | filent.cpp | 324 timestamp_init( t, 0, 0 ); in file_supported_fmt_resolution() 505 timestamp_init( &member->time, (time_t)lar_date, 0 ); in file_collect_archive_content_()
|
D | filevms.cpp | 321 timestamp_init( &member->time, (time_t)library_date, 0 ); in set_archive_member()
|
D | hcache.cpp | 260 timestamp_init( &cachedata.time, atoi( object_str( time_secs_str ) ), in hcache_init()
|
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/arch-coreboot/ |
D | timestamp.h | 36 void timestamp_init(void);
|
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/coreboot/ |
D | coreboot.c | 28 timestamp_init(); in arch_cpu_init()
|
D | timestamp.c | 27 void timestamp_init(void) in timestamp_init() function
|