Searched defs:v (Results 1 – 12 of 12) sorted by relevance
135 public abstract void setSectorsPerFat(long v); in setSectorsPerFat()238 int v = get8(0x3 + i); in getOemName() local282 public void setBytesPerSector(int v) { in setBytesPerSector()324 public void setSectorsPerCluster(int v) { in setSectorsPerCluster()346 public void setNrReservedSectors(int v) { in setNrReservedSectors()367 public final void setNrFats(int v) { in setNrFats()387 protected void setNrLogicalSectors(int v) { in setNrLogicalSectors()393 protected void setNrTotalSectors(long v) { in setNrTotalSectors()415 public void setMediumDescriptor(int v) { in setMediumDescriptor()433 public void setSectorsPerTrack(int v) { in setSectorsPerTrack()[all …]
151 public void setSectorsPerFat(long v) { in setSectorsPerFat()208 public void setRootDirEntryCount(int v) throws IllegalArgumentException { in setRootDirEntryCount()
139 public void setSectorsPerFat(long v) { in setSectorsPerFat()
41 final int v = (b2 << 8) | b1; in readEntry() local
36 const char *v = (const char *) glGetString(s); in printGLString() local156 for (auto& v : state.velocities) { in initDisplay() local185 Vec2& v = state.velocities[i]; in update() local
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
113 size_t Push(const std::vector<T>& v) { in Push()
124 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument
179 static void writeIntLE(OutputStream stream, int v) throws IOException { in writeIntLE()