Home
last modified time | relevance | path

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

/dports/chinese/tin/tin-2.4.5/include/
H A Dstpwatch.h59 # define EndStopWatch() {ftime (&end_tb);} macro
81 # define EndStopWatch() {(void) gettimeofday (&end_tb, NULL); \ macro
98 # define EndStopWatch() macro
/dports/news/tin/tin-2.4.5/include/
H A Dstpwatch.h59 # define EndStopWatch() {ftime (&end_tb);} macro
81 # define EndStopWatch() {(void) gettimeofday (&end_tb, NULL); \ macro
98 # define EndStopWatch() macro
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/parser/
H A Dparser.cpp684 void Parser::EndStopWatch() in EndStopWatch() function in Parser