Searched defs:CLOCKS_PER_SEC (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c37 #define CLOCKS_PER_SEC 1000 macro
300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
677 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c37 #define CLOCKS_PER_SEC 1000 macro
300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
672 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc35 #define CLOCKS_PER_SEC 1000 /* Runtime statistics */ macro
472 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
1022 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c20 #define CLOCKS_PER_SEC 1000 macro
251 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */
544 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c142 #ifndef CLOCKS_PER_SEC
143 #define CLOCKS_PER_SEC 100 macro
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
H A Dxmllint.c473 #ifndef CLOCKS_PER_SEC
474 #define CLOCKS_PER_SEC 100 macro
490 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/external/libxml2/
H A Dxmllint.c478 #ifndef CLOCKS_PER_SEC
479 #define CLOCKS_PER_SEC 100 macro
495 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
/external/pcre/dist/
H A Dpcretest.c1015 #ifndef CLOCKS_PER_SEC
1017 #define CLOCKS_PER_SEC CLK_TCK macro
1019 #define CLOCKS_PER_SEC 100 macro
4020 (double)CLOCKS_PER_SEC);
4112 (double)CLOCKS_PER_SEC);
5141 (double)CLOCKS_PER_SEC);
5670 (double)CLOCKS_PER_SEC);
5673 (double)CLOCKS_PER_SEC);
5677 (double)CLOCKS_PER_SEC);

Completed in 541 milliseconds