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

/haiku-fatelf/src/kits/storage/
H A DResourceFile.cpp796 uint32 resourceCount = _GetInt(header.rh_resource_count); local
797 if (resourceCount > kMaxResourceCount)
808 + kResourceIndexEntrySize * resourceCount;
818 parseInfo.resource_count = resourceCount;
825 int32& resourceCount = parseInfo.resource_count; local
842 + kResourceIndexEntrySize * resourceCount;
883 (i >= resourceCount));
888 if (actualResourceCount != resourceCount) {
889 if (actualResourceCount > resourceCount) {
893 // resourceCount);
954 int32& resourceCount = parseInfo.resource_count; local
1085 int32& resourceCount = parseInfo.resource_count; local
1134 int32 resourceCount = container.CountResources(); local
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DResourcesTest.cpp829 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
830 for (int32 i = 0; i < resourceCount; i++) {
849 CPPUNIT_ASSERT( resources.GetResourceInfo(resourceCount, &type, &id,
868 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
870 for (int32 i = 0; i < resourceCount; i++) {
887 CPPUNIT_ASSERT( resources.GetResourceInfo(type, resourceCount, &id,
1319 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
1320 AddResources(resources, resourceInfos, resourceCount);
1338 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
1339 for (int32 i = 0; i < resourceCount;
1364 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
[all...]
/haiku-fatelf/src/tools/restest/
H A DResourceFile.cpp849 uint32 resourceCount = _GetUInt32(header.rh_resource_count); local
850 if (resourceCount > kMaxResourceCount)
861 + kResourceIndexEntrySize * resourceCount;
871 fResourceCount = resourceCount;

Completed in 112 milliseconds