Searched refs:tableCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DSparablePartition.cpp13 uint16 packetLength, uint8 tableCount, uint32 *tableLocations)
19 fTableCount(tableCount),
12 SparablePartition(uint16 number, uint32 start, uint32 length, uint16 packetLength, uint8 tableCount, uint32 *tableLocations) argument
H A DSparablePartition.h35 uint8 tableCount, uint32 *tableLocations);
/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp215 table.tableCount = kTableCount;
239 uint32 hashed = Hash(value) & (table.tableCount - 1);
246 if (++hashed >= (uint32)table.tableCount)
311 uint32 hashed = Hash(value) & (table.tableCount - 1);
316 if (++hashed >= (uint32)table.tableCount)
329 if (table.tableCount * 2 / 3 <= table.hashCount) {
330 const int32 newSize = table.tableCount * 2;
336 for (uint32 oldPos = 0; oldPos < (uint32)table.tableCount;
352 table.tableCount = newSize;
/haiku/headers/private/interface/
H A DWidthBuffer.h27 int32 tableCount; // size of table member in struct:BPrivate::_width_table_

Completed in 166 milliseconds