Home
last modified time | relevance | path

Searched refs:_CLOCKS_PER_SEC_ (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dtime.h5 #define _CLOCKS_PER_SEC_ sysconf(_SC_CLK_TCK) macro
7 #define _CLOCKS_PER_SEC_ 100 macro
9 #define _CLOCKS_PER_SEC_ 1000000 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dtime.h20 #ifndef _CLOCKS_PER_SEC_
21 #define _CLOCKS_PER_SEC_ 1000 macro
24 #define CLOCKS_PER_SEC _CLOCKS_PER_SEC_