Searched refs:CLOCKS_PER_SEC (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtclock.c42 #ifdef CLOCKS_PER_SEC
43 clk_tck = CLOCKS_PER_SEC;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_limits.h37 #ifndef CLOCKS_PER_SEC
38 #define CLOCKS_PER_SEC 1000000 macro
H A Dast_time.h100 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
101 #define CLOCKS_PER_SEC CLK_TCK macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_limits.h16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000 macro
H A Dast_time.h79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
80 #define CLOCKS_PER_SEC CLK_TCK macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_limits.h37 #ifndef CLOCKS_PER_SEC
38 #define CLOCKS_PER_SEC 1000000 macro
H A Dast_time.h100 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
101 #define CLOCKS_PER_SEC CLK_TCK macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_limits.h16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000 macro
H A Dast_time.h79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
80 #define CLOCKS_PER_SEC CLK_TCK macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_limits.h37 #ifndef CLOCKS_PER_SEC
38 #define CLOCKS_PER_SEC 1000000 macro
H A Dast_time.h100 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
101 #define CLOCKS_PER_SEC CLK_TCK macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_limits.h16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000 macro
H A Dast_time.h79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
80 #define CLOCKS_PER_SEC CLK_TCK macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_limits.h37 #ifndef CLOCKS_PER_SEC
38 #define CLOCKS_PER_SEC 1000000 macro
H A Dast_time.h100 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
101 #define CLOCKS_PER_SEC CLK_TCK macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_limits.h16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000 macro
H A Dast_time.h79 #if !defined(CLOCKS_PER_SEC) && defined(CLK_TCK)
80 #define CLOCKS_PER_SEC CLK_TCK macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dclock.c57 return ((TIMES(buffer) - first) * (CLOCKS_PER_SEC/Hz));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dlimits16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dlimits16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dlimits16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dlimits16 #ifndef CLOCKS_PER_SEC
17 #define CLOCKS_PER_SEC 1000000
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DMakefile.PL42 CLK_TCK CLOCAL CLOCKS_PER_SEC CREAD CS5 CS6 CS7 CS8 CSIZE CSTOPB E2BIG
H A DPOSIX.pm870 time_h => [qw(CLK_TCK CLOCKS_PER_SEC NULL asctime clock ctime
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c1031 printf ("elapsed time: %.1f s.\n", (float) timer / CLOCKS_PER_SEC);

Completed in 75 milliseconds

12