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

/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c86 to exceed the capacity of an eight-byte integer with a large number of
87 symbols and a large maximum code length, so multiple-precision arithmetic
169 local int large; /* largest code table so far */ variable
317 the current sub-table is rem. Uses the globals max, code, root, large, and
339 if (mem > large) {
340 large = mem;
411 large = 1 << root; /* base table */
430 printf("done: maximum of %d table entries\n", large);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_priv.h269 large nstops and 2 for dynamic generate. */
388 * Considering large pixmap is not a normal case, to keep
390 * When deal with a large pixmap, it split the working
397 * to aware of it's large pixmap.
411 (priv)->large.base.fbo = priv->large.fbo_array[idx]; \
412 (priv)->large.box = priv->large.box_array[idx]; \
441 * @block_w: block width of this large pixmap.
442 * @block_h: block height of this large pixma
480 glamor_pixmap_private_large_t large; member in union:glamor_pixmap_private::__anon6791
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_priv.h305 large nstops and 2 for dynamic generate. */
420 * Considering large pixmap is not a normal case, to keep
422 * When deal with a large pixmap, it split the working
429 * to aware of it's large pixmap.
468 * @block_w: block width of this large pixmap.
469 * @block_h: block height of this large pixmap.
507 glamor_pixmap_private_large_t large; member in union:glamor_pixmap_private::__anon7109
516 priv->large.base.fbo = priv->large.fbo_array[idx];
517 priv->large
[all...]

Completed in 145 milliseconds