Searched defs:quot (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/libgcc/
H A D__udivmoddi4.c5 uint64_t quot = 0, qbit = 1; local
22 quot += qbit;
31 return quot;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h135 int quot; /**< quotient */ member in struct:__anon13002
141 long quot; member in struct:__anon13003
147 long long quot; member in struct:__anon13004
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h54 int quot; member in struct:_div_t
59 __msvcrt_long quot; member in struct:_ldiv_t
282 ret.quot = (int)res;
291 ret.quot = (__msvcrt_long)res;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdlib.h62 int quot; member in struct:_div_t
67 __msvcrt_long quot; member in struct:_ldiv_t
261 ret.quot = (int)res;
270 ret.quot = (__msvcrt_long)res;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprprf.c310 PRInt64 quot, rem; local
311 LL_UDIVMOD(&quot, &rem, num, rad);
315 num = quot;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp441 PRInt64 quot, rem; local
442 LL_UDIVMOD(&quot, &rem, num, rad);
446 num = quot;

Completed in 51 milliseconds