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

/haiku/src/tools/restest/
H A DResourceFile.cpp318 uint32 infoTableSize = 0; local
324 infoTableSize += kResourceInfoSeparatorSize;
326 infoTableSize += kMinResourceInfoBlockSize;
328 infoTableSize += kMinResourceInfoSize;
331 infoTableSize += nameLen + 1;
333 infoTableSize += kResourceInfoSeparatorSize + kResourceInfoTableEndSize;
334 size += infoTableSize;
366 uint32 infoTableSize = 0; local
372 infoTableSize += kResourceInfoSeparatorSize;
374 infoTableSize
919 uint32 infoTableSize = _GetUInt32(header.rish_info_table_size); local
[all...]
/haiku/src/kits/storage/
H A DResourceFile.cpp829 uint32 infoTableSize = _GetInt(header.rish_info_table_size); local
830 if (infoTableOffset + infoTableSize > fileSize)
833 parseInfo.info_table_size = infoTableSize;
1128 uint32 infoTableSize = 0; local
1134 infoTableSize += kResourceInfoSeparatorSize;
1136 infoTableSize += kMinResourceInfoBlockSize;
1138 infoTableSize += kMinResourceInfoSize;
1142 infoTableSize += strlen(name) + 1;
1144 infoTableSize += kResourceInfoSeparatorSize
1146 size += infoTableSize;
[all...]

Completed in 41 milliseconds