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

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dblockdev.h24 unsigned int max_count; member in struct:block_device_capacity
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Data.c98 unsigned int max_count; member in struct:ata_device
392 capacity.max_count = atadev->max_count;
654 * @v max_count Maximum number of blocks per single transfer
658 unsigned int device, unsigned int max_count ) {
669 atadev->max_count = max_count;
/vbox/src/libs/zlib-1.2.6/
H A Dtrees.c715 int max_count = 7; /* max repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
723 if (++count < max_count && curlen == nextlen) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
760 int max_count = 7; /* max repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
768 if (++count < max_count && curlen == nextlen) {
788 max_count
[all...]

Completed in 36 milliseconds