Searched refs:timestamp_cmp (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | make.cpp | 592 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()
|
D | timestamp.cpp | 98 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()
|
D | timestamp.h | 30 int timestamp_cmp( timestamp const * const lhs, timestamp const * const rhs );
|
D | hcache.cpp | 452 if ( !timestamp_cmp( &c->time, &t->time ) ) in hcache()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_kgsl.c | 289 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()
|