HomeSort by relevance Sort by last modified time
    Searched defs:Sector (Results 1 - 3 of 3) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 30 class Sector {
35 * The buffer holding the contents of this {@code Sector}.
41 protected Sector(BlockDevice device, long offset, int size) {
50 * Reads the contents of this {@code Sector} from the device into the
72 * Returns the {@code BlockDevice} where this {@code Sector} is stored.
74 * @return this {@code Sector}'s device
122 * Returns the device offset to this {@code Sector}.
124 * @return the {@code Sector}'s device offset
  /external/valgrind/main/coregrind/
m_transtab.c 63 /* Number of TC entries in each sector. This needs to be a prime
70 /* Because each sector contains a hash table of TTEntries, we need to
71 specify the maximum allowable loading, after which the sector is
75 /* The sector is deemed full when this many entries are in it. */
96 UInt from_sNo; /* sector number */
97 UInt from_tteNo; /* TTE number in given sector */
107 UInt to_sNo; /* sector number */
108 UInt to_tteNo; /* TTE number in given sector */
152 the corresponding host code (must be in the same sector!)
153 This is a pointer into the sector's tc (code) area. *
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 599 milliseconds