Home
last modified time | relevance | path

Searched defs:ts1 (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dtime.h56 inline uint32 TimeMax(uint32 ts1, uint32 ts2) { in TimeMax()
61 inline uint32 TimeMin(uint32 ts1, uint32 ts2) { in TimeMin()
/external/libffi/testsuite/libffi.call/
Dstruct5.c15 static test_structure_5 struct5(test_structure_5 ts1, test_structure_5 ts2) in struct5()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DTimeLineGraphItem.java64 long ts1=((TimeLineGraphItem)o1).timestamp; in compare() local