Searched refs:clock_t (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dtime.h11 expression with type clock_t (described below) that is the number per second
14 The types declared are size_t along with clock_t and time_t which are
18 The range and precision of times representable in clock_t and time_t are
45 clock_t Arithmetic type capable of representing a time from the clock function.
53 clock_t clock (void);
93 typedef _EFI_CLOCK_T clock_t; typedef
167 returns the value (clock_t)(-1).
169 clock_t clock(void);
432 clock_t __getCPS(void);
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A DMainData.h80 clock_t AppStartTime; // Set in Main.c and used for time.h
81 clock_t ClocksPerSecond; // Set in Main.c and used for time.h
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthread-r0drv-solaris.c54 clock_t cTicks;
64 cTicks = drv_usectohz((clock_t)(cMillies * 1000L));
H A Dsemmutex-r0drv-solaris.c173 clock_t cTicks = drv_usectohz((clock_t)(cMillies * 1000L));
174 clock_t cTimeout = ddi_get_lbolt();
H A Dsemeventwait-r0drv-solaris.h63 clock_t lTimeout;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h38 typedef __msvcrt_long clock_t; typedef
106 clock_t __cdecl clock(void);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2rng.c66 clock_t val = 0;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h38 typedef __msvcrt_long clock_t; typedef
108 clock_t __cdecl clock(void);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c55 static clock_t y2kOffs = 730485;
84 clock_t
575 returns the value (clock_t)(-1).
577 clock_t
580 clock_t retval;
584 retval = ((clock_t)((UINT32)temp)) - gMD->AppStartTime;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtypes.h241 typedef _EFI_CLOCK_T clock_t; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A DMain.c154 gMD->AppStartTime = (clock_t)((UINT32)time(NULL));
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h85 typedef unsigned long clock_t; typedef
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ipf/
H A Dpyconfig.h1193 #undef clock_t macro
/vbox/src/libs/libxml2-2.6.31/
H A DtestSAX.c146 static clock_t begin, end;
H A Dxmllint.c471 static clock_t begin, end;
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h133 clock_t start,stop;
/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.c410 clock_t now = drv_hztousec(ddi_get_lbolt());

Completed in 134 milliseconds