Home
last modified time | relevance | path

Searched refs:timestamp_max (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dmake.cpp491 timestamp_max( &c->target->leaf, &c->target->leaf, in make0()
493 timestamp_max( &c->target->time, &c->target->time, in make0()
502 timestamp_max( &leaf, &leaf, &c->target->leaf ); in make0()
508 timestamp_max( &last, &last, &c->target->time ); in make0()
678 timestamp_max( &t->time, &t->time, &last ); in make0()
Dtimestamp.h36 void timestamp_max( timestamp * const max, timestamp const * const lhs,
Dtimestamp.cpp168 void timestamp_max( timestamp * const max, timestamp const * const lhs, in timestamp_max() function