Home
last modified time | relevance | path

Searched refs:count (Results 1 – 4 of 4) sorted by relevance

/bootloader/build/
A Dmkdiskimg.sh14 dd if=/dev/zero of="$1" bs=512 count=93750
/bootloader/lib/
A Dprintf.c122 size_t count = 0; in _vsnprintf_output() local
123 while (count < len) { in _vsnprintf_output()
129 count++; in _vsnprintf_output()
132 return count; in _vsnprintf_output()
/bootloader/src/
A Ddiskio.c104 size_t count; in disk_find_boot() local
129 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()
A Dframebuffer.c169 unsigned count = *iptr++; in draw_logo() local
176 while (count-- > 0) { in draw_logo()

Completed in 8 milliseconds