Searched defs:count (Results 401 - 425 of 1331) sorted by relevance

<<11121314151617181920>>

/haiku/src/preferences/media/
H A DMidiSettingsView.cpp109 int32 count = fListView->CountItems(); local
223 int32 count = fListView->CountItems(); local
/haiku/src/apps/mail/
H A DQueryList.cpp173 int32 count = fListeners.CountItems(); local
185 int32 count = fListeners.CountItems(); local
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp249 GetInterfaces(ppp_interface_id* interfaces, int32 count, ppp_interface_filter filter) argument
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp52 int32 count = 0; local
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.cpp211 TargetHostInterfaceRoster::Listener::TeamDebuggerCountChanged(int32 count) argument
/haiku/src/apps/packageinstaller/
H A DUninstallView.cpp180 int32 i, count = fAppList->CountItems(); local
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.h60 uint16 count; member in struct:StarWindow::__anon2046
/haiku/src/system/kernel/vm/
H A DVMPageQueue.h190 VMPageQueue::AppendUnlocked(PageList& pages, uint32 count) argument
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDevice.cpp188 status_t OpenSoundDevice::get_media_format_description_for(int fmt, media_format_description *desc, int count) argument
274 int i, count; local
[all...]
/haiku/src/kits/app/
H A DMessageRunner.cpp91 BMessageRunner::SetCount(int32 count) argument
22 BMessageRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count) argument
31 BMessageRunner(BMessenger target, const BMessage& message, bigtime_t interval, int32 count) argument
40 BMessageRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
49 BMessageRunner(BMessenger target, const BMessage& message, bigtime_t interval, int32 count, BMessenger replyTo) argument
141 StartSending(BMessenger target, const BMessage* message, bigtime_t interval, int32 count) argument
152 StartSending(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
207 _InitData(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
228 _RegisterRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, bool detach, BMessenger replyTo) argument
303 _SetParams(bool resetInterval, bigtime_t interval, bool resetCount, int32 count) argument
[all...]
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp335 int32 count = 0; local
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.h393 unsigned int i, j, bit, count = (nr_bits + 63) >> 6; local
/haiku/src/add-ons/accelerants/via/
H A DSetDisplayMode.c436 void SET_INDEXED_COLORS(uint count, uint8 first, uint8 *color_data, uint32 flags) { argument
/haiku/src/kits/media/
H A DBufferGroup.cpp40 BBufferGroup::BBufferGroup(size_t size, int32 count, uint32 placement, argument
106 BBufferGroup::BBufferGroup(int32 count, const media_buffer_id* buffers) argument
[all...]
H A DSharedBufferList.cpp277 int32 count = 1; local
/haiku/src/system/libroot/posix/unistd/
H A Dexec.cpp26 int count = 0; local
43 int count = 0; local
176 int count; local
200 int count; local
225 int count; local
[all...]
/haiku/src/tests/servers/registrar/
H A DRosterShell.cpp88 int32 count = teamList.CountItems(); local
166 int32 count = teamList.CountItems(); local
196 int32 count = teamList.CountItems(); local
227 int32 count = teamList.CountItems(); local
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu.cpp225 int count = of_getprop(package, "reg", regions, sizeof(regions)); local
255 int count = of_getprop(package, "reg", regions, sizeof(regions)); local
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A DAcceleration.c25 void SCREEN_TO_SCREEN_BLIT_DMA(engine_token *et, blit_params *list, uint32 count) argument
62 void SCREEN_TO_SCREEN_BLIT_PIO(engine_token *et, blit_params *list, uint32 count) argument
115 FILL_RECTANGLE_DMA(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) argument
159 FILL_RECTANGLE_PIO(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) argument
192 INVERT_RECTANGLE_DMA(engine_token *et, fill_rect_params *list, uint32 count) argument
242 INVERT_RECTANGLE_PIO(engine_token *et, fill_rect_params *list, uint32 count) argument
275 FILL_SPAN_DMA(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
320 FILL_SPAN_PIO(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
362 SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count) argument
370 FILL_RECTANGLE(engine_token *et, uint32 color, fill_rect_params *list, uint32 count) argument
378 INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count) argument
386 FILL_SPAN(engine_token *et, uint32 color, uint16 *list, uint32 count) argument
[all...]
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp81 int count = 0; local
283 _SetLCTimeEntries(const UnicodeString* strings, char* destination, int entrySize, int count, int maxCount) argument
[all...]
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp301 int32 count = catalog->CountItems(); local
/haiku/src/tools/locale/
H A Dcollectcatkeys.cpp305 int32 count = catalog->CountItems(); local
/haiku/src/system/boot/loader/
H A DFileMapDisk.cpp130 FileMapDisk::GetFileMap(struct file_map_run *runs, int32 *count) argument
/haiku/src/servers/app/
H A DCursorManager.cpp424 int32 count = fCursorList.CountItems(); local
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dvcache.cpp129 uint32 i, count = 0; local

Completed in 202 milliseconds

<<11121314151617181920>>