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

/haiku/src/kits/storage/
H A DResourceFile.cpp754 uint32 resourceCount = _GetInt(header.rh_resource_count); local
755 if (resourceCount > kMaxResourceCount)
766 + kResourceIndexEntrySize * resourceCount;
776 parseInfo.resource_count = resourceCount;
783 int32& resourceCount = parseInfo.resource_count; local
802 + kResourceIndexEntrySize * resourceCount;
845 indexTableOffset, (i >= resourceCount));
850 if (actualResourceCount != resourceCount) {
851 if (actualResourceCount > resourceCount) {
855 // resourceCount);
914 int32& resourceCount = parseInfo.resource_count; local
1045 int32& resourceCount = parseInfo.resource_count; local
1095 int32 resourceCount = container.CountResources(); local
[all...]
/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp833 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
834 for (int32 i = 0; i < resourceCount; i++) {
853 CPPUNIT_ASSERT( resources.GetResourceInfo(resourceCount, &type, &id,
872 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
874 for (int32 i = 0; i < resourceCount; i++) {
891 CPPUNIT_ASSERT( resources.GetResourceInfo(type, resourceCount, &id,
1323 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
1324 AddResources(resources, resourceInfos, resourceCount);
1342 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
1343 for (int32 i = 0; i < resourceCount;
1368 int32 resourceCount = sizeof(resourceInfos) / sizeof(ResourceInfo*); local
[all...]
/haiku/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 129 milliseconds