Searched refs:kEntryCount (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp1363 static const int32 kEntryCount = 8; local
1364 physical_entry entries[kEntryCount];
1366 uint32 count = kEntryCount;
1416 static const int32 kEntryCount = 8; local
1417 physical_entry entries[kEntryCount];
1419 uint32 count = kEntryCount;
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DTimeComputer.cpp88 fLastEntry = (fLastEntry + 1) % kEntryCount;
94 fFirstEntry = (fFirstEntry + 1) % kEntryCount;
H A DTimeComputer.h26 static const int32 kEntryCount = 32; member in struct:TimeComputer
46 Entry fEntries[kEntryCount];
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp162 const size_t kEntryCount = 20; local
167 CPPUNIT_ASSERT_EQUAL(table.Init(kEntryCount * 2), B_OK);
169 for (uint32_t i = 0; i < kEntryCount; ++i) {
184 CPPUNIT_ASSERT_EQUAL(map, (1 << kEntryCount) - 1);
185 CPPUNIT_ASSERT_EQUAL(kEntryCount, table.CountElements());
193 const size_t kEntryCount = 20; local
201 for (uint32_t i = 0; i < kEntryCount; ++i) {
217 CPPUNIT_ASSERT_EQUAL(map, (1 << kEntryCount) - 1);
218 CPPUNIT_ASSERT_EQUAL(kEntryCount, table.CountElements());
342 const size_t kEntryCount local
370 const size_t kEntryCount = 3; local
[all...]

Completed in 47 milliseconds