Searched defs:bound (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dnouveau_grobj.h37 } bound; member in struct:nouveau_grobj
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dtexmem.h73 unsigned bound; /**< Bitmask indicating which tex units member in struct:dri_texture_object
74 * this texture object is bound to.
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dudpsrv.c159 PRBool bound = PR_FALSE; local
184 while ( !bound )
208 bound = PR_TRUE;
292 PRBool bound = PR_FALSE; local
325 while ( !bound )
351 bound = PR_TRUE;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c38 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
39 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
40 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
68 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
69 #define UPDATE_0_CHECK range = bound;
70 #define UPDATE_1_CHECK range -= bound; code -= bound;
181 UInt32 bound; local
525 UInt32 bound; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c19 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
20 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
21 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
49 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
50 #define UPDATE_0_CHECK range = bound;
51 #define UPDATE_1_CHECK range -= bound; code -= bound;
162 UInt32 bound; local
506 UInt32 bound; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_utils.h780 glamor_calculate_boxes_bound(BoxPtr bound, BoxPtr boxes, int nbox) argument
799 bound->x1 = x_min;
800 bound->y1 = y_min;
801 bound->x2 = x_max;
802 bound->y2 = y_max;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_utils.h702 glamor_calculate_boxes_bound(BoxPtr bound, BoxPtr boxes, int nbox) argument
721 bound->x1 = x_min;
722 bound->y1 = y_min;
723 bound->x2 = x_max;
724 bound->y2 = y_max;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_snapshot.c400 GLint bound = 0; local
431 if (!bound)
435 bound = 1;
469 crWarning("texture not bound properly: expected %d, but was %d. Texture state data: target(0x%x), id(%d), w(%d), h(%d)",
475 bound = -1;
500 if (bound > 0)
/vbox/src/VBox/Additions/solaris/DRM/include/
H A DdrmP.h428 unsigned long bound; /* address */ member in struct:drm_agp_mem
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 64 milliseconds