/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | rbtree.h | 45 struct wine_rb_entry *left; member in struct:wine_rb_entry 118 e->right = right->left; 119 right->left = e; 129 struct wine_rb_entry *left = e->left; local 131 e->left = left->right; 132 left->right = e; 133 left->flags &= ~WINE_RB_FLAG_RED; 134 left [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | rbtree.h | 39 struct wine_rb_entry *left; member in struct:wine_rb_entry 112 e->right = right->left; 113 right->left = e; 123 struct wine_rb_entry *left = e->left; local 125 e->left = left->right; 126 left->right = e; 127 left->flags &= ~WINE_RB_FLAG_RED; 128 left [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 45 struct wine_rb_entry *left; member in struct:wine_rb_entry 118 e->right = right->left; 119 right->left = e; 129 struct wine_rb_entry *left = e->left; local 131 e->left = left->right; 132 left->right = e; 133 left->flags &= ~WINE_RB_FLAG_RED; 134 left [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 39 struct wine_rb_entry *left; member in struct:wine_rb_entry 112 e->right = right->left; 113 right->left = e; 123 struct wine_rb_entry *left = e->left; local 125 e->left = left->right; 126 left->right = e; 127 left->flags &= ~WINE_RB_FLAG_RED; 128 left [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | rbtree.h | 39 struct wine_rb_entry *left; member in struct:wine_rb_entry 112 e->right = right->left; 113 right->left = e; 123 struct wine_rb_entry *left = e->left; local 125 e->left = left->right; 126 left->right = e; 127 left->flags &= ~WINE_RB_FLAG_RED; 128 left [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 45 struct wine_rb_entry *left; member in struct:wine_rb_entry 118 e->right = right->left; 119 right->left = e; 129 struct wine_rb_entry *left = e->left; local 131 e->left = left->right; 132 left->right = e; 133 left->flags &= ~WINE_RB_FLAG_RED; 134 left [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/blast/ |
H A D | blast.c | 40 unsigned left; /* available input at in */ member in struct:state 64 * bit buffer, using shift left. 73 if (s->left == 0) { 74 s->left = s->infun(s->inhow, &(s->in)); 75 if (s->left == 0) longjmp(s->env, 1); /* out of input */ 78 s->left--; 82 /* drop need bits and update buffer, always zero to seven bits left */ 131 int left; /* bits left in next or left t local 189 int left; /* number of possible codes left of current length */ local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | miwideline.h | 103 left_height = left->height; \ 104 left_x = left->x; \ 105 left_stepx = left->stepx; \ 106 left_signdx = left->signdx; \ 107 left_e = left->e; \ 108 left_dy = left->dy; \ 109 left_dx = left->dx; \ 111 ++left; \ 175 int xi, int yi, int left, PolyEdgePtr edge); 177 int count, int xi, int yi, PolyEdgePtr left, [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | miwideline.h | 103 left_height = left->height; \ 104 left_x = left->x; \ 105 left_stepx = left->stepx; \ 106 left_signdx = left->signdx; \ 107 left_e = left->e; \ 108 left_dy = left->dy; \ 109 left_dx = left->dx; \ 111 ++left; \ 175 int xi, int yi, int left, PolyEdgePtr edge); 177 int count, int xi, int yi, PolyEdgePtr left, [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | miwideline.h | 103 left_height = left->height; \ 104 left_x = left->x; \ 105 left_stepx = left->stepx; \ 106 left_signdx = left->signdx; \ 107 left_e = left->e; \ 108 left_dy = left->dy; \ 109 left_dx = left->dx; \ 111 ++left; \ 175 int xi, int yi, int left, PolyEdgePtr edge); 177 int count, int xi, int yi, PolyEdgePtr left, [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | miwideline.h | 103 left_height = left->height; \ 104 left_x = left->x; \ 105 left_stepx = left->stepx; \ 106 left_signdx = left->signdx; \ 107 left_e = left->e; \ 108 left_dy = left->dy; \ 109 left_dx = left->dx; \ 111 ++left; \ 175 int xi, int yi, int left, PolyEdgePtr edge); 177 int count, int xi, int yi, PolyEdgePtr left, [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | miwideline.h | 103 left_height = left->height; \ 104 left_x = left->x; \ 105 left_stepx = left->stepx; \ 106 left_signdx = left->signdx; \ 107 left_e = left->e; \ 108 left_dy = left->dy; \ 109 left_dx = left->dx; \ 111 ++left; \ 175 int xi, int yi, int left, PolyEdgePtr edge); 177 int count, int xi, int yi, PolyEdgePtr left, [all...] |
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | enough.c | 117 left: number of available bit patterns at length len 123 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6) 126 syms == 2 is not saved since that immediately leads to a single code. left 129 left ends at syms-1 since left == syms immediately results in a single code. 130 (left > sym is not allowed since that would result in an incomplete code.) 148 to the num[] array as described above for the (syms, left, len) triplet. 196 len through max inclusive, coding syms symbols, with left bit patterns of 200 local big_t count(int syms, int len, int left) argument 210 if (syms == left) 255 beenhere(int syms, int len, int left, int mem, int rem) argument 319 examine(int syms, int len, int left, int mem, int rem) argument 403 int left; /* number of unused bit patterns at this length */ local [all...] |
H A D | gzjoin.c | 80 unsigned left; /* bytes remaining at next */ member in struct:__anon17371 112 in->left = 0; 126 if (in->left != 0) 130 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left); 133 in->left += (unsigned)len; 134 } while (len != 0 && in->left < CHUNK); 139 #define bget(in) (in->left ? 0 : bload(in), \ 140 in->left ? (in->left 175 unsigned left; local [all...] |
H A D | gzappend.c | 120 /* rotate list[0..len-1] left by rot positions, in place */ 135 /* do simple left shift by one */ 161 *to = *from; /* shift left */ 171 unsigned left; /* bytes available at next */ member in struct:__anon17370 184 in->left = (unsigned)len; 196 #define read1(in) (in->left == 0 ? readmore(in) : 0, \ 197 in->left--, *(in->next)++) 204 if (n > in->left) { 205 n -= in->left; 213 if (n > in->left) 259 int ret, lastbit, left, full; local 389 unsigned left; local [all...] |
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/ |
H A D | tooltip.css | 37 padding-left: 2px; 63 margin-left: 0.2em; 67 padding-left: 0.2em; 74 margin-left: 0.8em; 82 padding-left: 0.2em; 110 padding-left: 2em;
|
H A D | graphwiz.css | 31 * and main sections so they start at the left border. 35 left: 0; 47 padding-left: 3px; 51 margin-left: 1px; 76 margin-left: 1em; 78 float: left; 82 margin-left: 2em; 104 text-align: left 141 margin-left: 0.2em; 145 padding-left [all...] |
H A D | common.css | 86 .left { 87 float: left; 109 left: 0; 124 left: 118px; 132 left: auto; 143 left: 0; 154 left: 118px; 166 left: 118px; 169 padding-left: 10px; 183 margin-left [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | miwideline.h | 103 left_height = left->height; \ 104 left_x = left->x; \ 105 left_stepx = left->stepx; \ 106 left_signdx = left->signdx; \ 107 left_e = left->e; \ 108 left_dy = left->dy; \ 109 left_dx = left->dx; \ 111 ++left; \ 163 PolyEdgePtr /*left*/, 217 int xi, int yi, int left, PolyEdgePt [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | miwideline.h | 105 left_height = left->height; \ 106 left_x = left->x; \ 107 left_stepx = left->stepx; \ 108 left_signdx = left->signdx; \ 109 left_e = left->e; \ 110 left_dy = left->dy; \ 111 left_dx = left->dx; \ 113 ++left; \ 165 PolyEdgePtr /*left*/, 219 int xi, int yi, int left, PolyEdgePt [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/ |
H A D | VBoxDispVBVA.cpp | 93 prclDest->left, prclDest->top, prclDest->right - prclDest->left, prclDest->bottom - prclDest->top, 122 pptlSrc->x += rclDest.left - prclDest->left; 127 if ( rclDest.right == rclDest.left 130 WARN(("empty dest rect: %d-%d, %d-%d", rclDest.left, rclDest.right, rclDest.top, rclDest.bottom)); 134 rclSrc.left = pptlSrc->x; 136 rclSrc.right = pptlSrc->x + (rclDest.right - rclDest.left); 140 if ( rclSrc.right == rclSrc.left 143 prclDest->right = prclDest->left; [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | miwideline.h | 105 left_height = left->height; \ 106 left_x = left->x; \ 107 left_stepx = left->stepx; \ 108 left_signdx = left->signdx; \ 109 left_e = left->e; \ 110 left_dy = left->dy; \ 111 left_dx = left->dx; \ 113 ++left; \ 165 PolyEdgePtr /*left*/, 219 int xi, int yi, int left, PolyEdgePt [all...] |
/vbox/src/libs/zlib-1.2.6/ |
H A D | inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 270 left = (int)(1 << curr); 272 left -= count[curr + drop]; 273 if (left <= 0) break; 275 left << [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | build.c | 42 ((Junction *)g.left)->jtype = t; \ 43 ((Junction *)g.left)->approx = approx; \ 44 ((Junction *)g.left)->pFirstSetSymbol = first_set_symbol; \ 45 ((Junction *)g.left)->end = (Junction *) g.right; \ 49 * g.left points to the sentinel node on a block. i.e. g.left->p1 points to 146 g.left = (Node *) j1; g.right = (Node *) j2; 181 g.left = (Node *) j1; g.right = (Node *) j2; 238 g.left = (Node *) j1; g.right = (Node *) j2; 291 g.left [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/ |
H A D | VBoxVideoTools.h | 132 pR->left = RT_MIN(pR->left, pR2Unite->left); 143 rect->left = RT_MAX(a->left, b->left); 147 return (rect->right>rect->left) && (rect->bottom>rect->top); 154 if (pRect1->left != pRect2->left) 169 if (pRect->left > pCovere [all...] |