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

/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.c50 unsigned fill; /* index for replicating entries */ local
144 Create and fill in decoding tables. In this loop, the table being
149 fill the table with replicated entries.
197 next = *table; /* current table to fill in */
228 fill = 1U << curr;
230 fill -= incr;
231 next[(huff >> drop) + fill] = this;
232 } while (fill != 0);
290 drops back to the root table to fill in any remaining entries there.
/vbox/src/libs/zlib-1.2.6/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
203 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = here;
239 } while (fill != 0);
292 /* fill i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Objects/stringlib/
H A Dlocaleutil.h55 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, function
95 * Output will be zero-padded on the left to fill.
160 fill(&digits_end, &buffer_end, n_chars, n_zeros,
187 fill(&digits_end, &buffer_end, n_chars, n_zeros,
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
H A Dlocaleutil.h66 fill(STRINGLIB_CHAR **digits_end, STRINGLIB_CHAR **buffer_end, function
106 * Output will be zero-padded on the left to fill.
171 fill(&digits_end, &buffer_end, n_chars, n_zeros,
198 fill(&digits_end, &buffer_end, n_chars, n_zeros,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dinfiniband.h113 unsigned int fill; member in struct:ib_work_queue
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/internal/
H A Dglcore.h288 void (*fill)(__GLdrawableBuffer *buf, __GLdrawablePrivate *glPriv, member in struct:__GLdrawableBufferRec
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-private.h438 pixman_fill_func_t fill; member in struct:pixman_implementation_t
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c1412 fill(char *p, int size) function
1422 printf("%s%s ", co, mode); fill((char *)&x, sizeof(x)); \
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c3205 Pixmap fill; local
3218 fill = (Pixmap) ui_create_glyph(8, 8,
3223 XSetStipple(g_display, g_gc, fill);
3228 ui_destroy_glyph((RD_HGLYPH) fill);
3236 fill = (Pixmap) ui_create_glyph(8, 8, ipattern);
3240 XSetStipple(g_display, g_gc, fill);
3245 ui_destroy_glyph((RD_HGLYPH) fill);
3249 fill = (Pixmap) ui_create_bitmap(8, 8, brush->bd->data);
3251 XSetTile(g_display, g_gc, fill);
3256 ui_destroy_bitmap((RD_HBITMAP) fill);
3390 Pixmap fill; local
3507 Pixmap fill; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h1071 UINT16 fill; member in struct:tdTPM_KEY12
1145 UINT8 fill; member in struct:tdTPM_CERTIFY_INFO2
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 132 milliseconds