Searched defs:usec (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/
H A Dgc1.c151 PRIntervalTime start, stop, usec; local
237 usec = stop = stop - start;
238 d = (double)usec;
240 if (debug_mode) printf("%40s: %6.2f usec\n", "GC allocation", d / (iterations * threads));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dskge.c129 static inline u32 skge_usecs2clk(const struct skge_hw *hw, u32 usec) argument
131 return hwkhz(hw) * usec / 1000;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c112 PRInt64 usec; local
117 * We first do the usec, sec, min, hour thing so that we do not
123 LL_MOD(usec, time, usecPerSec);
124 LL_L2I(gmt->tm_usec, usec);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.h593 * TSF is a 64bit value in usec (microseconds).
595 * time equal to 1024 usec", so it's roughly milliseconds (usec / 1024).
1196 * Translate usec to hw clock units
1199 static inline unsigned int ath5k_hw_htoclock(unsigned int usec, int turbo) argument
1201 return turbo ? (usec * 80) : (usec * 40);
1205 * Translate hw clock units to usec
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86str.h989 long usec; member in struct:__anon3079
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86str.h1105 long usec; member in struct:__anon7675
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86str.h1105 long usec; member in struct:__anon8037
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86str.h1097 long usec; member in struct:__anon8351
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86str.h1101 long usec; member in struct:__anon4828
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86str.h1075 long usec; member in struct:__anon4401

Completed in 83 milliseconds