HomeSort by relevance Sort by last modified time
    Searched full:sectors (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/mtd/
nftl.h 32 unsigned char sectors; member in struct:NFTLrecord
  /external/kernel-headers/original/linux/
efs_fs_sb.h 26 __be32 fs_size; /* size of filesystem, in sectors */
30 __be16 fs_sectors; /* sectors per track */
msdos_fs.h 118 __u8 sec_per_clus; /* sectors/cluster */
119 __le16 reserved; /* reserved sectors */
122 __u8 sectors[2]; /* number of sectors */ member in struct:fat_boot_sector
124 __le16 fat_length; /* sectors/FAT */
125 __le16 secs_track; /* sectors per track */
127 __le32 hidden; /* hidden sectors (unused) */
128 __le32 total_sect; /* number of sectors (if sectors == 0) */
131 __le32 fat32_length; /* sectors/FAT *
    [all...]
hdreg.h 19 #define HD_NSECTOR 0x1f2 /* nr of sectors to read/write */
228 #define CFA_WRITE_SECT_WO_ERASE 0x38 /* CFA Write Sectors without erase */
237 #define WIN_VERIFY 0x40 /* 28-Bit - Read Verify Sectors */
270 #define WIN_MULTREAD 0xC4 /* read sectors using multiple mode*/
271 #define WIN_MULTWRITE 0xC5 /* write sectors using multiple mode */
273 #define WIN_READDMA_QUEUED 0xC7 /* read sectors using Queued DMA transfers */
274 #define WIN_READDMA 0xC8 /* read sectors using DMA transfers */
276 #define WIN_WRITEDMA 0xCA /* write sectors using DMA transfers */
278 #define WIN_WRITEDMA_QUEUED 0xCC /* write sectors using Queued DMA transfers */
377 unsigned char sectors; member in struct:hd_geometry
454 unsigned short sectors; \/* Obsolete, "physical" sectors per track *\/ member in struct:hd_driveid
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
efs_fs_sb.h 25 __be32 fs_size; /* size of filesystem, in sectors */
29 __be16 fs_sectors; /* sectors per track */
virtio_blk.h 15 /* The capacity (in 512-byte sectors). */
  /system/core/toolbox/
newfs_msdos.c 67 #define MAXSPC 128 /* maximum sectors per cluster */
113 u_int8_t spc; /* sectors per cluster */
114 u_int8_t res[2]; /* reserved sectors */
117 u_int8_t sec[2]; /* total sectors */
119 u_int8_t spf[2]; /* sectors per FAT */
120 u_int8_t spt[2]; /* sectors per track */
122 u_int8_t hid[4]; /* hidden sectors */
123 u_int8_t bsec[4]; /* big total sectors */
127 u_int8_t bspf[4]; /* big sectors per FAT */
157 u_int spc; /* sectors per cluster *
    [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...]
  /build/target/board/vbox_x86/
disk_layout.conf 3 # 63 sectors/track
  /external/kernel-headers/original/linux/mtd/
nftl.h 28 unsigned char sectors; member in struct:NFTLrecord
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 35 * <p>MIFARE Classic tags are divided into sectors, and each sector is sub-divided into
38 * <li>MIFARE Classic Mini are 320 bytes ({@link #SIZE_MINI}), with 5 sectors each of 4 blocks.
39 * <li>MIFARE Classic 1k are 1024 bytes ({@link #SIZE_1K}), with 16 sectors each of 4 blocks.
40 * <li>MIFARE Classic 2k are 2048 bytes ({@link #SIZE_2K}), with 32 sectors each of 4 blocks.
41 * <li>MIFARE Classic 4k} are 4096 bytes ({@link #SIZE_4K}). The first 32 sectors contain 4 blocks
42 * and the last 8 sectors contain 16 blocks.
103 /** Tag contains 16 sectors, each with 4 blocks. */
105 /** Tag contains 32 sectors, each with 4 blocks. */
108 * Tag contains 40 sectors. The first 32 sectors contain 4 blocks and the last 8 sector
    [all...]
  /external/grub/stage1/
stage1.S 71 sectors: label
185 /* save the total number of sectors */
213 * BIOS call "INT 0x13 Function 0x42" to read sectors from disk into memory
250 movw $ABS(sectors), %si
275 /* save number of sectors */
285 /* divide by number of sectors */
314 incb %cl /* normalize sector (sectors go
326 * BIOS call "INT 0x13 Function 0x2" to read sectors from disk into memory
328 * %al = number of sectors
467 /* if number of sectors is 0, display error and die *
    [all...]

Completed in 705 milliseconds

12 3 4 5 6 7 8