Home
last modified time | relevance | path

Searched refs:clock_t (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/sys/sys/
H A Dtimes.h48 typedef __clock_t clock_t; typedef
52 clock_t tms_utime; /* User CPU time */
53 clock_t tms_stime; /* System CPU time */
54 clock_t tms_cutime; /* User CPU time of terminated child procs */
55 clock_t tms_cstime; /* System CPU time of terminated child procs */
60 clock_t times(struct tms *);
H A Dsiginfo.h147 clock_t _utime;
148 clock_t _stime;
H A Dtypes.h158 typedef __clock_t clock_t; typedef
/openbsd/lib/libc/gen/
H A Dtimes.c41 clock_t
48 return ((clock_t)-1); in times()
52 return ((clock_t)-1); in times()
56 return ((clock_t)-1); in times()
H A Dclock.c41 clock_t
47 return ((clock_t) -1); in clock()
48 return((clock_t)((CONVTCK(ru.ru_utime) + CONVTCK(ru.ru_stime)))); in clock()
/openbsd/lib/libc/softfloat/
H A Dtimesoftfloat.c104 clock_t startClock, endClock; in time_a_int32_z_float32()
131 clock_t startClock, endClock; in time_a_int32_z_float64()
160 clock_t startClock, endClock; in time_a_int32_z_floatx80()
191 clock_t startClock, endClock; in time_a_int32_z_float128()
259 clock_t startClock, endClock; in time_a_int64_z_float32()
286 clock_t startClock, endClock; in time_a_int64_z_float64()
315 clock_t startClock, endClock; in time_a_int64_z_floatx80()
346 clock_t startClock, endClock; in time_a_int64_z_float128()
390 clock_t startClock, endClock; in time_a_float32_z_int32()
417 clock_t startClock, endClock; in time_a_float32_z_int64()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dtimevar.c37 typedef int clock_t; typedef
43 clock_t tms_utime;
44 clock_t tms_stime;
45 clock_t tms_cutime;
46 clock_t tms_cstime;
74 extern clock_t times (struct tms *);
91 extern clock_t clock (void);
H A Dscan-types.sh39 for TYPE in dev_t clock_t fpos_t gid_t ino_t mode_t nlink_t off_t pid_t size_t ssize_t time_t uid_t…
H A Dsys-types.h105 typedef int clock_t; typedef
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtimevar.c35 typedef int clock_t; typedef
41 clock_t tms_utime;
42 clock_t tms_stime;
43 clock_t tms_cutime;
44 clock_t tms_cstime;
52 extern clock_t times PARAMS ((struct tms *));
55 extern clock_t clock PARAMS ((void));
H A Dscan-types.sh39 for TYPE in dev_t clock_t fpos_t gid_t ino_t mode_t nlink_t off_t pid_t size_t ssize_t time_t uid_t…
H A Dsys-types.h105 typedef int clock_t; typedef
/openbsd/gnu/llvm/libcxx/include/
H A Dctime27 clock_t
33 clock_t clock();
65 using ::clock_t _LIBCPP_USING_IF_EXISTS;
/openbsd/include/
H A Dtime.h51 typedef __clock_t clock_t; typedef
114 clock_t clock(void);
/openbsd/regress/lib/libssl/ssl/
H A Dssltest.c318 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
319 clock_t *c_time);
435 clock_t s_time = 0, c_time = 0; in main()
774 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, in doit_biopair()
775 clock_t *c_time) in doit_biopair()
852 clock_t c_clock = clock(); in doit_biopair()
925 clock_t s_clock = clock(); in doit_biopair()
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dtime.h28 __DEVICE__ clock_t clock() { return __nvvm_read_ptx_sreg_clock(); } in clock()
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_ctime.h66 using ::clock_t;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_ctime.h66 using ::clock_t;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dtime.h46 using std::clock_t;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dtime.h46 using std::clock_t;
/openbsd/lib/libexpat/tests/benchmark/
H A Dbenchmark.c70 clock_t tstart, tend; in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C1166 typedef long clock_t;
1938 clock_t tms_utime;
1939 clock_t tms_stime;
1940 clock_t tms_cutime;
1941 clock_t tms_cstime;
1945 clock_t times(tms * );
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DMakefile.PL295 clock_t tictoc;
296 clock_t ret = clock();
297 ret == (clock_t)-1 ? exit(errno ? errno : -1) : exit(0);
H A DHiRes.xs1489 clock_t clocks;
1492 RETVAL = clocks == (clock_t) -1 ? (clock_t) -1 : (NV)clocks / (NV)CLOCKS_PER_SEC;
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp315 CHECK_TYPE_SIZE(clock_t);

12