Searched refs:ItemCount (Results 1 - 9 of 9) sorted by path

/haiku/headers/private/interface/
H A DTextViewSupportBuffer.h27 int32 ItemCount() const;
117 _BTextViewSupportBuffer_<T>::ItemCount() const function in class:_BTextViewSupportBuffer_
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp220 if (fValidNullStyle || fStyleRunDesc.ItemCount() < 1)
234 if (fValidNullStyle || fStyleRunDesc.ItemCount() < 1) {
288 if (fStyleRunDesc.ItemCount() < 1) {
303 if (runIndex < fStyleRunDesc.ItemCount() - 1)
343 if (offset == toOffset && runIndex < fStyleRunDesc.ItemCount()
354 if (fStyleRunDesc.ItemCount() < 1) {
417 if (toIndex == fromIndex && toIndex < fStyleRunDesc.ItemCount() - 1) {
422 if (fromIndex < fStyleRunDesc.ItemCount() - 1) {
430 if (fromIndex >= 0 && fromIndex < fStyleRunDesc.ItemCount() - 1) {
455 int32 numRuns = fStyleRunDesc.ItemCount();
[all...]
H A DStyleBuffer.h162 return fStyleRunDesc.ItemCount();
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsmisc.c196 UINT16 ItemCount = 0; local
290 ItemCount = ACPI_GET8 (Source);
291 ACPI_SET8 (Destination, ItemCount);
294 (Info->Value * (ItemCount - 1));
299 ItemCount = AmlResourceLength;
300 ACPI_SET16 (Destination, ItemCount);
303 (Info->Value * (ItemCount - 1));
309 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
311 Resource->Length = Resource->Length + ItemCount;
312 ItemCount
600 UINT16 ItemCount = 0; local
[all...]
H A Drsutils.c246 * ItemCount - How many items to move
261 UINT16 ItemCount,
272 for (i = 0; i < ItemCount; i++)
285 memcpy (Destination, Source, ItemCount);
258 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacresrc.h428 UINT16 ItemCount,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp98 int high = ItemCount();
138 if (to < from || to >= ItemCount())
161 return _CalculateSpace(0, ItemCount() - 1, 3);
162 return _CalculateSpace(0, ItemCount() - 1, 0);
227 if (end + 1 < origin->ItemCount()) {
231 _Copy(origin, start, end + 1, origin->ItemCount() - 1, length);
237 if (start < origin->ItemCount()) {
239 _Copy(origin, end + 1, start, origin->ItemCount() - 1, length);
276 if (end >= ItemCount())
279 int dataSize = _CalculateSpace(end, ItemCount()
[all...]
H A DBTree.h148 uint32 ItemCount() const function in class:BTree::Node
149 { return fNode->header.ItemCount(); }
H A Dbtrfs.h116 uint32 ItemCount() const function in struct:btrfs_header

Completed in 85 milliseconds