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

123

/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp194 int32* _columns, syntax_highlight_type* _types, int32 maxCount)
212 if (count == maxCount - 1)
193 GetLineHighlightRanges(int32 line, int32* _columns, syntax_highlight_type* _types, int32 maxCount) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp273 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
296 while (framePointer != 0 && count < maxCount) {
/haiku/src/servers/registrar/
H A DRecentEntries.cpp145 /*! \brief Returns the first \a maxCount recent apps in the \c BMessage
151 If there are fewer than \a maxCount items in the list, the entire
158 the \a maxCount number of entries to return.
161 to by \a list is simply cleared if maxCount is invalid (i.e. <= 0).
167 RecentEntries::Get(int32 maxCount, const char *fileTypes[], argument
183 error == B_OK && count < maxCount && item != fEntryList.end();
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 DTRoster.cpp990 int32 maxCount; local
993 status_t error = request->FindInt32("max count", &maxCount);
995 error = fRecentApps.Get(maxCount, &reply);
1771 int32 maxCount; local
1777 status_t error = request->FindInt32("max count", &maxCount);
1816 error = fRecentDocuments.Get(maxCount, (const char**)fileTypes,
1822 error = fRecentFolders.Get(maxCount, (const char**)fileTypes,
/haiku/src/system/kernel/fs/
H A Dfd.cpp891 uint32 maxCount)
894 "%" B_PRIu32 ")\n", fd, userBuffer, bufferSize, maxCount));
896 if (maxCount == 0)
920 uint32 count = maxCount;
926 ASSERT(count <= maxCount);
1202 uint32 maxCount)
1205 "%" B_PRIu32 ")\n",fd, buffer, bufferSize, maxCount));
1214 uint32 count = maxCount;
890 _user_read_dir(int fd, struct dirent* userBuffer, size_t bufferSize, uint32 maxCount) argument
1201 _kern_read_dir(int fd, struct dirent* buffer, size_t bufferSize, uint32 maxCount) argument
/haiku/src/tools/fs_shell/
H A Dsyscalls.h96 fssh_size_t bufferSize, uint32_t maxCount);
H A Dfd.cpp668 _kern_read_dir(int fd, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t maxCount) argument
673 TRACE(("sys_read_dir(fd = %d, buffer = %p, bufferSize = %ld, count = %lu)\n",fd, buffer, bufferSize, maxCount));
680 uint32_t count = maxCount;
/haiku/headers/build/private/kernel/
H A Dsyscalls.h92 size_t bufferSize, uint32 maxCount);
/haiku/src/system/kernel/slab/
H A DObjectDepot.cpp201 object_depot_init(object_depot* depot, size_t capacity, size_t maxCount, argument
208 depot->max_count = maxCount;
/haiku/src/kits/tracker/
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/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/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/headers/os/media/
H A DBufferProducer.h222 int16* data, int maxCount, int* _count);
/haiku/headers/private/kernel/
H A Dtracing.h283 struct tracing_stack_trace* capture_tracing_stack_trace(int32 maxCount,
/haiku/headers/os/game/
H A DGameSound.h51 static int32 SetMaxSoundCount(int32 maxCount);
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp284 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
/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/xfs/
H A Dkernel_interface.cpp420 uint32 maxCount = *_num; local
423 while (count < maxCount && (bufferSize > sizeof(struct dirent))) {
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp390 uint32 maxCount = *_num; local
393 while (count < maxCount
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp411 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
/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;
/haiku/src/system/kernel/debug/
H A Dtracing.cpp1658 capture_tracing_stack_trace(int32 maxCount, int32 skipFrames, bool kernelOnly)
1671 sizeof(tracing_stack_trace) + maxCount * sizeof(addr_t));
1675 stackTrace->return_addresses, maxCount, 0, skipFrames + 1,
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp471 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument

Completed in 129 milliseconds

123