Searched refs:btv (Results 1 – 4 of 4) sorted by relevance
42 static struct timeval32 tv_subt(struct timeval32 atv, struct timeval32 btv);300 tv_subt(struct timeval32 atv, struct timeval32 btv) in tv_subt() argument302 if ((atv.tv_usec < btv.tv_usec) && atv.tv_sec) { in tv_subt()306 if (atv.tv_usec > btv.tv_usec) in tv_subt()307 atv.tv_usec -= btv.tv_usec; in tv_subt()310 if (atv.tv_sec > btv.tv_sec) in tv_subt()311 atv.tv_sec -= btv.tv_sec; in tv_subt()313 if (atv.tv_sec < btv.tv_sec) in tv_subt()
58 Matt Richards <v2matt@btv.ibm.com> - AIX patches
1729 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin
923 BtreeVector btv, in InMemoryEvaluator() argument926 attrLevelNot = btv; in InMemoryEvaluator()