Searched refs:zeroes (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dibft.h69 uint16_t zeroes[5]; member in struct:ibft_ipaddr
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfwprintf.c695 static CHAR_T zeroes[PADSIZE] = local
1243 * trim trailing zeroes if no # flag.
1462 * After any left-hand padding and prefixing, emit zeroes
1464 * string proper, then emit zeroes required by any leftover
1497 PAD(width - realsz, zeroes);
1499 /* leading zeroes from decimal precision */
1500 PAD(dprec - size, zeroes);
1509 PRINT(zeroes, 1);
1512 PAD(-expt, zeroes);
1517 lead, zeroes);
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dexample.pas287 (* At this point, uncompr is still mostly zeroes, so it should compress

Completed in 47 milliseconds