Searched refs:clusterCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp167 uint32 clusterCount = 0; local
170 while (clusterCount <= index) {
177 clusterCount++;
182 if (clusterCount > index) {
189 while (clusterCount <= index) {
195 if (clusterCount == 0)
202 clusterCount++;

Completed in 28 milliseconds