Searched defs:ul (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Runtime/common/math/gcc/
H A Dquad.h95 u_int ul[2]; /* as two unsigned ints */ member in union:uu
/vbox/src/VBox/Runtime/common/string/
H A Dstrformat.cpp177 unsigned long ul; local
211 ul = (fFlags & RTSTR_F_VALSIGNED) && (ullValue.ulLo & 0x80000000) ? -(int32_t)ullValue.ulLo : ullValue.ulLo;
215 ul /= uiBase;
216 } while (ul);
315 ul = (fFlags & RTSTR_F_VALSIGNED) && (ullValue.ulLo & 0x80000000) ? -(int32_t)ullValue.ulLo : ullValue.ulLo;
322 psz[i--] = pachDigits[ul % uiBase];
323 ul /= uiBase;
324 } while (ul);
330 psz[i--] = pachDigits[ul % uiBase];
331 ul /
[all...]
H A Duniread.cpp217 unsigned long ul = strtoul(psz, &pszEnd, 16); local
220 return (RTUNICP)ul;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbasetsd.h173 static inline void *ULongToHandle(ULONG32 ul) argument
175 return (void *)(ULONG_PTR)ul;
228 static inline void *ULongToPtr(ULONG32 ul) argument
230 return (void *)(ULONG_PTR)ul;
252 #define ULongToHandle(ul) ((HANDLE)(ULONG_PTR)(ul))
263 #define ULongToPtr(ul) ((void *)(ULONG_PTR)((ULONG)ul))
268 #define UlongToHandle(ul) ULongToHandle(ul)
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbasetsd.h175 static inline void *ULongToHandle(ULONG32 ul) argument
177 return (void *)(ULONG_PTR)ul;
230 static inline void *ULongToPtr(ULONG32 ul) argument
232 return (void *)(ULONG_PTR)ul;
254 #define ULongToHandle(ul) ((HANDLE)(ULONG_PTR)(ul))
265 #define ULongToPtr(ul) ((void *)(ULONG_PTR)((ULONG)ul))
270 #define UlongToHandle(ul) ULongToHandle(ul)
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, l
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, l
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbbits.h30 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
290 INT32 ul, lr; local
293 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
303 if (!isClipped(pt,ul,lr))
315 if (!isClipped(pt,ul,lr))
684 INT32 ul, lr; local
697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
706 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
818 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
295 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
699 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, l
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, l
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
260 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
630 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, l
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfbbits.h30 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
290 INT32 ul, lr; local
293 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
303 if (!isClipped(pt,ul,lr))
315 if (!isClipped(pt,ul,lr))
684 INT32 ul, lr; local
697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
706 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
818 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfbbits.h30 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
290 INT32 ul, lr; local
293 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg);
303 if (!isClipped(pt,ul,lr))
315 if (!isClipped(pt,ul,lr))
684 INT32 ul, lr; local
697 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff);
706 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, l
818 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c80 static unsigned long __attribute__ (( unused )) i86ul_to_host(unsigned long ul) argument
87 unsigned long ul; member in union:__anon15811
90 u.ul = ul;
96 static unsigned long host_to_i86ul(unsigned long ul) argument
102 unsigned long ul; member in union:__anon15812
107 u.c[i] = ul & 0xff;
108 ul >>= 8;
110 return u.ul;
135 #define N (65536ul) /* siz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c1529 unsigned long ul; /* if this fails, define NO_UI */ local
1532 ul=0; us=0;
1555 if (sizeof(Promoted(ul)) != sizeof(long))
1557 if (is_signed(ul))
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp605 ULONG ul; local
606 mParent->i_machine()->COMGETTER(MonitorCount)(&ul);
607 mcMonitors = ul;
613 for (ul = 0; ul < mcMonitors; ul++)
615 maFramebuffers[ul].u32Offset = 0;
616 maFramebuffers[ul].u32MaxFramebufferSize = 0;
617 maFramebuffers[ul].u32InformationSize = 0;
619 maFramebuffers[ul]
[all...]

Completed in 2112 milliseconds

12