HomeSort by relevance Sort by last modified time
    Searched refs:sectors (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/grub/stage2/
bios.c 35 unsigned long *sectors);
40 unsigned long *sectors);
45 /* Read/write NSEC sectors starting from SECTOR in DRIVE disk with GEOMETRY
68 BIOSes don't return the number of total sectors correctly,
97 * geometry->sectors);
110 sector_offset = sector % geometry->sectors + 1;
111 head = sector / geometry->sectors;
143 unsigned char sectors;
160 geometry->sectors = 15;
170 + (((unsigned int) (cdrp.sectors & 0xC0)) << 2))
141 unsigned char sectors; member in struct:iso_spec_packet
214 unsigned long sectors; member in struct:drive_parameters
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 58 * The default number of sectors per track.
377 final long sectors = size / sectorSize; local
379 if (sectors <= 66600) throw new IllegalArgumentException(
383 sectors > 67108864 ? 64 :
384 sectors > 33554432 ? 32 :
385 sectors > 16777216 ? 16 :
386 sectors > 532480 ? 8 : 1;
391 "number of reserved sectors must be 32");
396 final long sectors = device.getSize() / device.getSectorSize(); local
398 if (sectors <= 66600) throw new IllegalArgumentException
407 final long sectors = size \/ sectorSize; local
457 final long sectors = size \/ sectorSize; local
    [all...]
  /external/grub/util/
mkbimage 42 sectors=
294 sectors=63;
302 sectors=15;
307 sectors=18;
312 sectors=20;
318 sectors=21;
323 sectors=21;
328 sectors=36;
346 sfdisk -C $cylinders -H $heads -S $sectors -D $image<<EOT
351 offset="$(($sectors * $block_size))"
    [all...]
  /external/qemu/block/
dmg.c 31 /* each chunk contains a certain number of sectors,
34 * sectors[i] is the sector beginning at offsets[i],
35 * sectorcounts[i] is the number of sectors in that chunk,
36 * the sectors array is ordered
43 uint64_t* sectors; member in struct:BDRVDMGState
85 s->offsets = s->lengths = s->sectors = s->sectorcounts = NULL;
133 s->sectors = qemu_realloc(s->sectors, new_size);
142 last_out_offset = s->sectors[i-1]+s->sectorcounts[i-1];
151 s->sectors[i] = last_out_offset+read_off(bs, offset)
    [all...]
vpc.c 254 // We must ensure that we don't write to any sectors which are marked as
326 * Returns the sectors' offset in the image file on success and < 0 on error
378 int64_t sectors, sectors_per_block; local
384 sectors = sectors_per_block - (sector_num % sectors_per_block);
385 if (sectors > nb_sectors) {
386 sectors = nb_sectors;
390 memset(buf, 0, sectors * BDRV_SECTOR_SIZE);
393 sectors * BDRV_SECTOR_SIZE);
394 if (ret != sectors * BDRV_SECTOR_SIZE) {
399 nb_sectors -= sectors;
411 int64_t sectors, sectors_per_block; local
    [all...]
  /external/valgrind/main/coregrind/
m_transtab.c 58 /* Number of sectors the TC is divided into. If you need a larger
339 /* The root data structure is an array of sectors. The index of the
351 static Sector sectors[N_SECTORS]; variable
444 Sector* s = &sectors[sNo];
646 return False; /* run out of sectors to search */
648 Sector* sec = &sectors[sno];
695 break; /* run out of sectors to search */
696 if ((UChar*)hcode >= (UChar*)sectors[sno].tc
697 && (UChar*)hcode <= (UChar*)sectors[sno].tc_next
727 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc )
    [all...]
  /external/blktrace/btt/
seek.c 26 long long sectors; member in struct:seek_bkt
62 static void __insert(struct rb_root *root, long long sectors)
71 if (sectors < sbp->sectors)
73 else if (sectors > sbp->sectors)
83 sbp->sectors = sectors;
145 *rvp = sbp->sectors;
181 mp->modes[mp->nmds++] = sbp->sectors;
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nftl.h 39 unsigned char sectors; member in struct:NFTLrecord
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /external/kernel-headers/original/linux/mtd/
nftl.h 28 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord

Completed in 2984 milliseconds

1 2 3 4 5 6 7 8