Searched refs:count (Results 476 - 500 of 1781) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.cpp78 int32 count = observers.CountItems(); local
79 for (int32 i = 0; i < count; i++)
/haiku/src/apps/mediaplayer/support/
H A DNotifier.cpp78 int32 count = observers.CountItems(); local
79 for (int32 i = 0; i < count; i++)
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIHelper.cpp74 size_t count = size / 2; local
75 while (count--) {
/haiku/src/kits/storage/mime/
H A DDatabaseDirectory.cpp46 int32 count = directories.CountStrings(); local
47 for (int32 i = 0; i < count; i++) {
/haiku/src/kits/shared/
H A DThread.cpp135 int32 count = list->CountItems(); local
136 for (int32 index = 0; index < count; index++)
/haiku/src/add-ons/translators/psd/
H A DPSDWriter.h48 uint8 val, size_t count);
50 uint8 *block, size_t count);
/haiku/headers/os/support/
H A DObjectList.h262 int32 count = list->CountItems(); local
264 for (int32 index = 0; index < count; index++) {
279 int32 count = list->CountItems(); local
281 for (int32 index = 0; index < count; index++) {
296 int32 count = list->CountItems(); local
298 for (int32 index = 0; index < count; index++) {
313 int32 count = list->CountItems(); local
315 for (int32 index = 0; index < count; index++) {
332 int32 count = list->CountItems(); local
334 for (int32 index = 0; index < count; inde
347 int32 count = list->CountItems(); local
357 int32 count = list->CountItems(); local
368 int32 count = list->CountItems(); local
379 int32 count = list->CountItems(); local
390 int32 count = list->CountItems(); local
402 int32 count = list->CountItems(); local
434 int32 count = list.CountItems(); local
463 int32 count = list.CountItems(); local
628 int32 count = CountItems(); local
657 int32 count = CountItems(); local
669 int32 count = CountItems(); local
[all...]
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp123 int32 count = fSelected.CountItems(); local
124 for (int32 i = 0; i < count; i++) {
/haiku/src/apps/text_search/
H A DGrepListView.cpp31 int32 count = FullListCountItems(); local
32 for (int32 i = 0; i < count; i++) {
/haiku/src/servers/app/
H A DSimpleTransform.h83 int32 count = region->CountRects(); local
84 for (int32 i = 0; i < count; i++) {
187 void Apply(BPoint* destination, const BPoint* source, int32 count) const
190 while (count--) {
198 void Apply(BRect* destination, const BRect* source, int32 count) const
201 while (count--) {
209 void Apply(BRegion* destination, const BRegion* source, int32 count) const
212 while (count--) {
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPManager.h39 ppp_interface_id *Interfaces(int32 *count,
42 int32 GetInterfaces(ppp_interface_id *interfaces, int32 count,
44 // make sure interfaces has enough space for count items
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h66 size_t count = sscanf(addr, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", local
69 if (count == 6)
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp210 int32 count = 0;
211 for (; count < info->CountPairs(); count++) {
212 if (count == maxCount - 1)
215 SyntaxPair* pair = info->PairAt(count);
219 _columns[count] = pair->column;
220 _types[count] = pair->type;
223 return count;
/haiku/src/kits/debugger/types/
H A DArrayIndexPath.cpp76 int32 count = CountIndices(); local
77 for (int32 i = 0; i < count; i++) {
/haiku/headers/os/media/
H A DBufferGroup.h20 BBufferGroup(size_t size, int32 count = 3,
24 BBufferGroup(int32 count,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.h33 const s64 count, MFT_RECORD *b);
68 const s64 count, MFT_RECORD *b);
H A Dunix_io.c254 * @count:
261 s64 count)
263 return read(DEV_FD(dev), buf, count);
270 * @count:
277 s64 count)
284 return write(DEV_FD(dev), buf, count);
291 * @count:
299 s64 count, s64 offset)
301 return pread(DEV_FD(dev), buf, count, offset);
308 * @count
260 ntfs_device_unix_io_read(struct ntfs_device *dev, void *buf, s64 count) argument
276 ntfs_device_unix_io_write(struct ntfs_device *dev, const void *buf, s64 count) argument
298 ntfs_device_unix_io_pread(struct ntfs_device *dev, void *buf, s64 count, s64 offset) argument
315 ntfs_device_unix_io_pwrite(struct ntfs_device *dev, const void *buf, s64 count, s64 offset) argument
[all...]
/haiku/src/kits/media/
H A DSoundFile.cpp234 BSoundFile::SetFrameCount(off_t count) argument
236 fFrameCount = count;
243 size_t count)
246 int64 frames = count;
247 while (count > 0) {
250 count -= frames;
265 size_t count)
268 reinterpret_cast<void *>(buf), count);
242 ReadFrames(char *buf, size_t count) argument
264 WriteFrames(char *buf, size_t count) argument
/haiku/src/tests/kits/shared/
H A DNaturalCompareTest.cpp82 NaturalCompareTest::_RunTests(const Sample* samples, int count) argument
84 for (int i = 0; i < count; i++) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.h27 void AddAreaAllocation(size_t size, size_t count = 1);
30 void AddOtherAllocation(size_t size, size_t count = 1);
/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.h33 size_t count,uint32 flags,
36 size_t count, uint32 flags,
/haiku/src/kits/locale/
H A DMutableLocaleRoster.cpp149 int32 count = fData->fCatalogAddOnInfos.CountItems();
150 for (int32 i = 0; i < count; ++i) {
185 int32 count = fData->fCatalogAddOnInfos.CountItems();
186 for (int32 i = 0; i < count; ++i) {
272 int32 count = fData->fCatalogAddOnInfos.CountItems(); local
274 for (int32 i = 0; i < count; ++i) {
364 int32 count = fData->fCatalogAddOnInfos.CountItems(); local
365 for (int32 i = 0; i < count; ++i) {
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDWriter.h18 status_t DefineInputPadding(uint8 count,
20 status_t DefineInputData(uint8 count, uint8 bitLength,
/haiku/src/kits/storage/
H A DMergedDirectory.cpp136 int32 count = fDirectories.ItemAt(fDirectoryIndex)->GetNextDirents( local
138 if (count < 0)
139 return count;
140 if (count == 0) {
152 return count;
197 int32 count = 0; local
200 count++;
201 return count;
/haiku/src/apps/webpositive/
H A DBookmarkBar.cpp143 int32 count = CountItems(); local
145 // Account for the "more" menu, in terms of item count and space occupied
148 count--;
157 while (i < count) {
166 if (i == count) {
192 for (int j = count - 1; j >= i; j--)
254 int32 count = CountItems(); local
256 count--;
258 BMenuBar::AddItem(item, count);

Completed in 385 milliseconds

<<11121314151617181920>>