HomeSort by relevance Sort by last modified time
    Searched refs:num_sectors (Results 1 - 5 of 5) sorted by null

  /external/stressapptest/src/
disk_blocks.cc 186 int num_sectors; local
199 num_sectors = write_block_size_ / sector_size_;
209 device_sectors_ / num_sectors);
210 sector *= num_sectors;
213 segment_size_ / num_sectors);
214 sector *= num_sectors;
218 if (sector + num_sectors > (segment + 1) * segment_size_) {
224 if (sector + num_sectors > device_sectors_) {
245 // No contiguous sequence of num_sectors sectors was found within
  /external/qemu/hw/android/goldfish/
mmc.c 193 int num_sectors)
197 while (num_sectors > 0) {
204 num_sectors -= 1;
213 int num_sectors)
217 while (num_sectors > 0) {
225 num_sectors -= 1;
  /bootable/recovery/
roots.cpp 245 char *num_sectors; local
246 if (asprintf(&num_sectors, "%zd", length / 512) <= 0) {
251 const char* const f2fs_argv[] = {"mkfs.f2fs", "-t", "-d1", v->blk_device, num_sectors, NULL};
254 free(num_sectors);
  /bootable/recovery/updater/
install.c 346 char *num_sectors; local
347 if (asprintf(&num_sectors, "%lld", atoll(fs_size) / 512) <= 0) {
353 const char* const f2fs_argv[] = {"mkfs.f2fs", "-t", "-d1", location, num_sectors, NULL};
355 free(num_sectors);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 6305 Bit8u drive, num_sectors, sector, head, status, mod; local
7150 Bit8u drive, num_sectors, track, sector, head, status; local
    [all...]

Completed in 251 milliseconds