Searched refs:count (Results 1 – 4 of 4) sorted by relevance
14 dd if=/dev/zero of="$1" bs=512 count=93750
122 size_t count = 0; in _vsnprintf_output() local123 while (count < len) { in _vsnprintf_output()129 count++; in _vsnprintf_output()132 return count; in _vsnprintf_output()
104 size_t count; in disk_find_boot() local129 status = bs->LocateHandleBuffer(ByProtocol, &BlockIoProtocol, NULL, &count, &list); in disk_find_boot()135 for (size_t n = 0; n < count; n++) { in disk_find_boot()
169 unsigned count = *iptr++; in draw_logo() local176 while (count-- > 0) { in draw_logo()
Completed in 8 milliseconds