HomeSort by relevance Sort by last modified time
    Searched refs:startClock (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
timesoftfloat.c 108 clock_t startClock, endClock;
114 startClock = clock();
121 } while ( clock() - startClock < CLOCKS_PER_SEC );
123 startClock = clock();
129 reportTime( count, endClock - startClock );
135 clock_t startClock, endClock;
141 startClock = clock();
148 } while ( clock() - startClock < CLOCKS_PER_SEC );
150 startClock = clock();
156 reportTime( count, endClock - startClock );
    [all...]
  /external/lz4/tests/
frametest.c 572 clock_t const startClock = clock();
594 for ( ; (testNb < nbTests) || (clockDuration > FUZ_GetClockSpan(startClock)) ; testNb++) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 671 milliseconds