/vbox/src/VBox/Runtime/common/math/gcc/ |
H A D | quad.h | 95 u_int ul[2]; /* as two unsigned ints */ member in union:uu
|
/vbox/src/VBox/Runtime/common/string/ |
H A D | strformat.cpp | 177 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 D | uniread.cpp | 217 unsigned long ul = strtoul(psz, &pszEnd, 16); local 220 return (RTUNICP)ul;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | basetsd.h | 173 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 D | basetsd.h | 175 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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 30 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 28 #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 D | fbbits.h | 30 #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 D | fbbits.h | 30 #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 D | nrv2b.c | 80 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 D | Enquire.c | 1529 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 D | DisplayImpl.cpp | 605 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...] |