Searched defs:logicalLength (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ | ||
H A D | nsFileSpec.cpp | 259 inline PRUint32 CalculateAllocLength(PRUint32 logicalLength) argument 263 return ((1 + (logicalLength >> 8)) << 8); |
Completed in 133 milliseconds