Searched defs:div_t (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h23 div_t Type of the value returned by the div function.
44 div_t div (int numer, int denom);
137 } div_t; typedef in typeref:struct:__anon13002
333 @return Returns a structure of type div_t, comprising both the
336 div_t div(int numer, int denom);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h56 } div_t; typedef in typeref:struct:_div_t
189 div_t __cdecl div(int,int);
277 static inline div_t __wine_msvcrt_div(int num, int denom)
280 div_t ret;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdlib.h64 } div_t; typedef in typeref:struct:_div_t
183 div_t __cdecl div(int,int);
256 static inline div_t __wine_msvcrt_div(int num, int denom)
259 div_t ret;

Completed in 46 milliseconds