Home
last modified time | relevance | path

Searched refs:timestamp_cmp (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dmake.cpp592 else if ( t->binding == T_BIND_EXISTS && timestamp_cmp( &last, &t->time ) > in make0()
600 else if ( t->binding == T_BIND_PARENTS && timestamp_cmp( &last, &p->time ) > in make0()
608 else if ( t->binding == T_BIND_PARENTS && timestamp_cmp( &hlast, &p->time ) in make0()
626 && timestamp_cmp( &t->time, &p->time ) > 0 ) in make0()
758 else if ( t->binding == T_BIND_EXISTS && p && timestamp_cmp( &t->time, in make0()
868 if ( !timestamp_cmp( &c->target->time, &t->time ) ) in dependGraphOutput()
904 while ( s && timestamp_cmp( &s->target->time, &c->target->time ) > 0 ) in make0sort()
Dtimestamp.cpp98 int timestamp_cmp( timestamp const * const lhs, timestamp const * const rhs ) in timestamp_cmp() function
171 if ( timestamp_cmp( lhs, rhs ) > 0 ) in timestamp_max()
Dtimestamp.h30 int timestamp_cmp( timestamp const * const lhs, timestamp const * const rhs );
Dhcache.cpp452 if ( !timestamp_cmp( &c->time, &t->time ) ) in hcache()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c289 timestamp_cmp(uint32_t a, uint32_t b) in timestamp_cmp() function
297 return timestamp_cmp(a, b) ? a : b; in max_ts()
303 return timestamp_cmp(a, b) ? b : a; in min_ts()