Searched refs:SIZE (Results 1 – 10 of 10) sorted by relevance
36 public final static int SIZE = 32; field in FatDirectoryEntry76 this(new byte[SIZE], false); in FatDirectoryEntry()95 assert (buff.remaining() >= SIZE); in read()103 final byte[] data = new byte[SIZE]; in read()109 for (int i=0; i < SIZE; i++) { in writeNullEntry()208 final byte[] data = new byte[SIZE]; in createVolumeLabel()
131 final long newCount = newSize / FatDirectoryEntry.SIZE; in sizeChanged()215 getCapacity() * FatDirectoryEntry.SIZE); in flush()246 getCapacity() * FatDirectoryEntry.SIZE); in read()
50 super((int)(chain.getLengthOnDisk() / FatDirectoryEntry.SIZE), in ClusterChainDirectory()127 final int size = entryCount * FatDirectoryEntry.SIZE; in changeSize()
67 public final static int SIZE = 512; field in BootSector70 super(device, 0, SIZE); in BootSector()
193 final long offset = getBootSectorCopySector() * SIZE; in writeCopy()
48 super(device, offset, BootSector.SIZE); in FsInfoSector()
317 final byte[] rawData = new byte[FatDirectoryEntry.SIZE]; in createPart()
76 SIZE = 18 variable in HvpmMeasurement162 MAX_PACKET_SIZE = FIRST_MEASUREMENT_OFFSET + HvpmMeasurement.SIZE * 3168 self.num_measurements = num_data_bytes // HvpmMeasurement.SIZE172 (str(HvpmMeasurement.SIZE) + 's') * self.num_measurements)
78 SIZE = 8 variable in LvpmMeasurement182 num_packets = num_data_bytes // LvpmMeasurement.SIZE184 sample_struct_format = (str(LvpmMeasurement.SIZE) + 's') * num_packets
620 backBufferSize += Long.SIZE / Byte.SIZE; in createVerityDigestBuffer()