Searched refs:zeros (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A DMakefile10 puff zeros.raw
18 @puft -w zeros.raw 2>&1 | cat > /dev/null
32 @puft -f zeros.raw 2>&1 | cat > /dev/null
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dasn1_dec.c109 u8_t zeros; local
113 zeros = 0;
114 while (zeros != 2)
137 zeros++;
138 if (zeros == 2)
146 zeros = 0;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dasn1_dec.c110 u8_t zeros; local
114 zeros = 0;
115 while (zeros != 2)
138 zeros++;
139 if (zeros == 2)
147 zeros = 0;
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/
H A DFlat32ToFlat64.asm40 ; Macro for filling in page table entries with zeros.
90 ; the PTPDs we created above and the remainder as zeros.
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector-shutdown.asm70 ; Padd the remainder of the sector with zeros and
H A Dbootsector-pae.asm156 ; Padd the remainder of the sector with zeros and
/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp585 uint32_t zeros:4; /**< 0000b */ member in struct:RMD::__anon14874
631 (R)->rmd2.zeros))
864 #define IS_RMD_BAD(rmd) ((rmd).rmd1.ones != 15 || (rmd).rmd2.zeros != 0)
4074 rmd.rmd1.ones, rmd.rmd2.zeros);
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm381 mov cx, 60h ; leave the rest as zeros
387 ;; 60h-67h range must contain zeros for certain programs

Completed in 83 milliseconds