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

/external/kernel-headers/original/asm-arm/
H A Dparam.h16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/external/kernel-headers/original/asm-mips/
H A Dparam.h16 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/external/kernel-headers/original/asm-x86/
H A Dparam.h7 # define CLOCKS_PER_SEC (USER_HZ) /* like times() */ macro
/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/libxml2/
H A Dxmllint.c477 #ifndef CLOCKS_PER_SEC
478 #define CLOCKS_PER_SEC 100 macro
494 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;

Completed in 1010 milliseconds