Searched refs:maxCount (Results 26 - 50 of 65) sorted by path

123

/haiku/headers/private/libroot/locale/
H A DICUTimeData.h47 int count, int maxCount);
/haiku/headers/private/system/
H A Dsyscalls.h341 size_t bufferSize, uint32 maxCount);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp225 uint32 maxCount = (blockSize - sizeof(run_array)) / sizeof(block_run); local
226 if (maxCount < 128)
227 return maxCount;
H A Dkernel_interface.cpp1739 uint32 maxCount = *_num; local
1742 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp824 uint32 maxCount = *_num; local
827 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp589 uint32 maxCount = *_num; local
592 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1464 uint32 maxCount = *_num; local
1467 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp1231 uint32 maxCount = *_num; local
1233 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp583 uint32 maxCount = *_count; local
591 if (count >= maxCount)
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp390 uint32 maxCount = *_num; local
393 while (count < maxCount
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp420 uint32 maxCount = *_num; local
423 while (count < maxCount && (bufferSize > sizeof(struct dirent))) {
/haiku/src/build/libroot/
H A Dfs.cpp607 uint32 maxCount)
609 if (maxCount <= 0)
606 _kern_read_dir(int fd, struct dirent *buffer, size_t bufferSize, uint32 maxCount) argument
/haiku/src/kits/app/
H A DRoster.cpp1028 BRoster::GetRecentDocuments(BMessage* refList, int32 maxCount, argument
1034 status_t error = maxCount > 0 ? B_OK : B_BAD_VALUE;
1044 error = message.AddInt32("max count", maxCount);
1074 BRoster::GetRecentDocuments(BMessage* refList, int32 maxCount, argument
1081 status_t error = maxCount > 0 ? B_OK : B_BAD_VALUE;
1091 error = message.AddInt32("max count", maxCount);
1121 BRoster::GetRecentFolders(BMessage* refList, int32 maxCount, argument
1127 status_t error = maxCount > 0 ? B_OK : B_BAD_VALUE;
1137 error = message.AddInt32("max count", maxCount);
1164 BRoster::GetRecentApps(BMessage* refList, int32 maxCount) cons
[all...]
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.h33 int32 maxCount);
/haiku/src/kits/interface/
H A DView.cpp4166 fCommArray->maxCount = 0;
4169 fCommArray->maxCount = count;
4185 if (arrayCount < fCommArray->maxCount) {
/haiku/src/kits/media/
H A DAddOnManager.cpp175 int32 maxCount)
199 _GetReaders(path, outRefs, outCount, maxCount);
208 int32 maxCount)
216 if (count == maxCount)
657 int32* outCount, int32 maxCount)
668 && *outCount < maxCount;) {
174 GetReaders(entry_ref* outRefs, int32* outCount, int32 maxCount) argument
207 GetStreamers(entry_ref* outRefs, int32* outCount, int32 maxCount) argument
656 _GetReaders(const BPath& path, entry_ref* outRefs, int32* outCount, int32 maxCount) argument
H A DMediaRoster.cpp3284 media_node_attribute* _array, size_t maxCount)
3296 size_t totalSize = maxCount*sizeof(media_node_attribute);
3308 request.count = maxCount;
3283 GetNodeAttributesFor(const media_node& node, media_node_attribute* _array, size_t maxCount) argument
/haiku/src/kits/tracker/
H A DFindPanel.cpp140 int32 maxCount = 5);
3251 int32 maxCount)
3256 fCount(maxCount)
3250 MostUsedNames(const char* fileName, const char* directory, int32 maxCount) argument
H A DUtilities.cpp1153 void* passThru, int32 maxCount)
1159 if (maxCount >= 0 && count > maxCount)
1160 count = maxCount;
1209 void* passThru, int32 maxCount)
1211 return EachEntryRefCommon(message, func, passThru, maxCount);
1218 int32 maxCount)
1221 (EachEntryIteratee)func, passThru, maxCount);
1152 EachEntryRefCommon(BMessage* message, entry_ref *(*func)(entry_ref*, void*), void* passThru, int32 maxCount) argument
1208 EachEntryRef(BMessage* message, entry_ref* (*func)(entry_ref*, void*), void* passThru, int32 maxCount) argument
1216 EachEntryRef(const BMessage* message, const entry_ref *(*func)(const entry_ref *, void *), void* passThru, int32 maxCount) argument
H A DUtilities.h374 void* passThru, int32 maxCount);
377 int32 maxCount);
/haiku/src/servers/app/
H A DDesktop.cpp2475 int32 maxCount = fApplications.CountItems(); local
2491 team_id* teams = (team_id*)malloc(maxCount * sizeof(team_id));
2517 ASSERT(count < maxCount);
/haiku/src/servers/media/
H A DNodeManager.cpp633 media_node_id* ids, int32* _count, int32 maxCount)
639 for (; iterator != fNodeMap.end() && count < maxCount; iterator++) {
655 NodeManager::GetLiveNodes(LiveNodeList& liveNodes, int32 maxCount, argument
659 TRACE("NodeManager::GetLiveNodes: maxCount %" B_PRId32 ", in-format %p, "
660 "out-format %p, name %s, require kinds 0x%" B_PRIx64 "\n", maxCount,
676 for (; iterator != fNodeMap.end() && count < maxCount; iterator++) {
1037 int32 maxCount = *_count; local
1041 iterator != fDormantFlavors.end() && count < maxCount; iterator++) {
632 GetInstances(media_addon_id addOnID, int32 flavorID, media_node_id* ids, int32* _count, int32 maxCount) argument
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp643 int32 GetUserGroups(const char* name, gid_t* groups, int maxCount) argument
651 if (count < maxCount)
971 int32 maxCount; local
973 || message.FindInt32("max count", &maxCount) != B_OK
974 || maxCount <= 0) {
982 maxCount = min_c(maxCount, NGROUPS_MAX + 1);
983 count = fGroupDB->GetUserGroups(name, groups, maxCount);
991 groups, min_c(maxCount, count) * sizeof(gid_t),
H A DRecentApps.cpp146 /*! \brief Returns the first \a maxCount recent apps in the \c BMessage
152 If there are fewer than \a maxCount items in the list, the entire
156 to by \a list is simply cleared if maxCount is invalid (i.e. <= 0).
159 RecentApps::Get(int32 maxCount, BMessage *list) argument
172 status == B_OK && counter < maxCount && item != fAppList.end();
H A DRecentApps.h51 status_t Get(int32 maxCount, BMessage *list);

Completed in 260 milliseconds

123