HomeSort by relevance Sort by last modified time
    Searched refs:CLOCKS_PER_SEC (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /external/libpng/
pngtest.c     [all...]
  /external/srtp/crypto/test/
cipher_driver.c 454 return CLOCKS_PER_SEC * num_trials * 8 * octets_in_buffer / timer;
  /external/srtp/test/
srtp_driver.c 517 num_trials * CLOCKS_PER_SEC / timer;
556 return (double) num_trials * CLOCKS_PER_SEC / timer;
1133 return (double) num_trials * CLOCKS_PER_SEC / t;
    [all...]
  /external/pcre/dist/
pcretest.c     [all...]
  /bionic/tests/
time_test.cpp 533 ASSERT_LT(t1 - t0, CLOCKS_PER_SEC / 1000);
  /external/opencv3/apps/traincascade/
cascadeclassifier.cpp 269 float seconds = float( clock () - begin_time ) / CLOCKS_PER_SEC;
  /external/opencv3/samples/cpp/
calibration.cpp 491 (!capture.isOpened() || clock() - prevTimestamp > delay*1e-3*CLOCKS_PER_SEC) )
  /external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
camera_calibration.cpp 320 (!s.inputCapture.isOpened() || clock() - prevTimestamp > s.delay*1e-3*CLOCKS_PER_SEC) )
  /external/libxml2/
xmllint.c 478 #ifndef CLOCKS_PER_SEC
479 #define CLOCKS_PER_SEC 100
495 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
    [all...]
testlimits.c 55 if (((tnow - t0) / CLOCKS_PER_SEC) > MAX_TIME) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 379 return CLOCKS_PER_SEC;
    [all...]

Completed in 302 milliseconds

1 2 3 45