Searched refs:count (Results 451 - 475 of 1781) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/icon-o-matic/shape/commands/
H A DInsertPointCommand.cpp30 int32 count)
34 fOldSelectionCount(count)
42 fOldSelection = new (nothrow) int32[count];
43 memcpy(fOldSelection, selected, count * sizeof(int32));
27 InsertPointCommand(VectorPath* path, int32 index, const int32* selected, int32 count) argument
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp49 int count = header->len / sizeof(file_descriptor*); local
53 for (int i = 0; i < count; i++) {
198 unix_listen(net_protocol *_protocol, int count) argument
200 return ((UnixEndpoint*)_protocol)->Listen(count);
304 int count = (header->cmsg_len - CMSG_ALIGN(sizeof(cmsghdr))) / sizeof(int); local
305 if (count == 0)
308 file_descriptor** descriptors = new(std::nothrow) file_descriptor*[count];
312 memset(descriptors, 0, sizeof(file_descriptor*) * count);
318 for (int i = 0; i < count; i++) {
331 header.len = count * sizeo
367 int count = header->len / sizeof(file_descriptor*); local
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp231 int32 count = CountSelectedItems(); local
232 for (int32 i = 0; i < count; i++) {
277 int32 count = transformers.CountItems(); local
278 if (count == 0)
282 fShape->Transformers(), (Transformer**)transformers.Items(), count, dropIndex);
284 for (int32 i = 0; i < count; i++)
304 int32 count = items.CountItems();
305 Transformer** transformers = new (nothrow) Transformer*[count];
309 for (int32 i = 0; i < count; i++) {
317 fShape->Transformers(), transformers, count, toInde
489 int32 count = fShape->Transformers()->CountItems(); local
[all...]
/haiku/src/servers/media/
H A DDefaultManager.cpp436 int32 count; local
466 count = MAX_NODE_INFOS;
467 rv = fRoster->GetLiveNodes(&info[0], &count,
471 if (rv != B_OK || count < 1) {
476 for (int i = 0; i < count; i++)
479 for (int i = 0; i < count; i++) {
538 int32 count; local
566 count = MAX_NODE_INFOS;
567 rv = fRoster->GetLiveNodes(&info[0], &count, &input, NULL, NULL,
569 if (rv == B_OK && count >
601 int32 count; local
633 int32 count; local
[all...]
H A DMediaFilesManager.h32 area_id GetTypesArea(int32& count);
33 area_id GetItemsArea(const char* type, int32& count);
/haiku/src/apps/tv/
H A DController.cpp142 int count = fWeb->CountParameters(); local
143 for (int i = 0; i < count; i++) {
286 int32 count; local
290 err = gMediaRoster->GetFreeOutputsFor(dvb_node, &output, 1, &count, B_MEDIA_RAW_AUDIO);
292 if (count < 1)
295 err = gMediaRoster->GetFreeInputsFor(audio_mixer_node, &input, 1, &count, B_MEDIA_RAW_AUDIO);
297 if (count < 1)
305 err = gMediaRoster->GetFreeOutputsFor(dvb_node, &output, 1, &count, B_MEDIA_RAW_VIDEO);
307 if (count < 1)
310 err = gMediaRoster->GetFreeInputsFor(video_window_node, &input, 1, &count, B_MEDIA_RAW_VIDE
[all...]
/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
191 for (i = 0; i < count; i++)
193 if (count < 1)
205 if (count < 2)
210 if (count < 3)
229 if (count < 2)
233 if (count < 3)
241 if (count < 2)
274 int i, count; local
281 err = count
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp63 uint32 count = size / sizeof(uint32); local
66 MakeSpace(count);
68 for (uint32 i = 0; i < count; i++) {
296 uint32 count)
300 for (uint32 i = 0; i < count; i++) {
316 fill_rect_params* params, uint32 count)
320 for (uint32 i = 0; i < count; i++) {
335 uint32 count)
339 for (uint32 i = 0; i < count; i++) {
354 uint32 count)
295 intel_screen_to_screen_blit(engine_token* token, blit_params* params, uint32 count) argument
315 intel_fill_rectangle(engine_token* token, uint32 color, fill_rect_params* params, uint32 count) argument
334 intel_invert_rectangle(engine_token* token, fill_rect_params* params, uint32 count) argument
353 intel_fill_span(engine_token* token, uint32 color, uint16* _params, uint32 count) argument
[all...]
/haiku/src/kits/tracker/
H A DTracker.cpp370 int32 count = fWindowList.CountItems(); local
371 for (int32 i = 0; i < count; i++) {
445 for (int32 count = 0; count < 50; count++) {
631 int32 count = fWindowList.CountItems(); local
632 for (int32 index = 0; index < count; index++) {
678 int32 count = 0; local
680 message->GetInfo("refs", &type, &count);
682 if (count <
713 int32 count; local
749 int32 count = 0; local
948 int32 count; local
1001 int32 count; local
1162 int32 count; local
1178 int32 count; local
1210 int32 count = fWindowList.CountItems(); local
1228 int32 count = fWindowList.CountItems(); local
1249 int32 count = fWindowList.CountItems(); local
1287 int32 count = fWindowList.CountItems(); local
1304 int32 count = fWindowList.CountItems(); local
1320 int32 count = fWindowList.CountItems(); local
1455 int32 count = CountWindows(); local
[all...]
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp100 // Simulate a status text with two digit queue count
331 int16 count; local
332 status_t result1 = message->FindInt16(key_count, &count);
336 _TaskStarted(rowItem, count);
350 int16 count; local
351 status_t result1 = message->FindInt16(key_count, &count);
355 _TaskCompleted(rowItem, count, repoName);
368 int16 count; local
369 status_t result1 = message->FindInt16(key_count, &count);
373 _TaskCompleted(rowItem, count, repoNam
385 int16 count; local
433 _TaskStarted(RepoRow* rowItem, int16 count) argument
446 _TaskCompleted(RepoRow* rowItem, int16 count, BString& newName) argument
463 _TaskCanceled(RepoRow* rowItem, int16 count) argument
602 int16 index, count = repositoryNames.CountStrings(); local
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp170 int32 count = paragraph.CountTextSpans(); local
172 for (index = 0; index < count; index++) {
191 int32 count = paragraph.CountTextSpans(); local
193 for (index = 0; index < count; index++) {
212 int32 count = paragraph.CountTextSpans(); local
214 for (index = 0; index < count; index++) {
257 int32 count = fParagraphs.size(); local
258 for (int32 i = 0; i < count; i++) {
263 || (i == count - 1 && textLength == textOffset)) {
313 int32 count local
337 int32 count = fParagraphs.size(); local
379 int32 count = fParagraphs.size(); local
771 int32 count = listeners.size(); local
789 int32 count = listeners.size(); local
805 int32 count = listeners.size(); local
[all...]
/haiku/src/kits/media/
H A DParameterWeb.cpp403 // The "groups" list is used as count stack
406 int32 count = 0; local
412 count += group->CountParameters();
418 return count;
436 int32 count = group->CountParameters(); local
437 if (index < count)
440 index -= count;
448 B_PRId32 " (count = %" B_PRId32 ")\n", index, CountParameters());
522 int32 count = fGroups->CountItems(); local
523 write_to_buffer<int32>(&buffer, count);
611 int32 count = read_from_buffer_swap32<int32>(&buffer, isSwapped); local
954 int32 count = fControls->CountItems(); local
1077 int32 count = read_from_buffer_swap32<int32>(&buffer, isSwapped); local
1416 SetChannelCount(int32 count) argument
1584 ssize_t count = fInputs->CountItems(); local
1776 int32 count = fInputs->CountItems(); local
2060 int32 count = fInputs->CountItems(); local
2075 int32 count = fOutputs->CountItems(); local
2110 int32 count = fValues->CountItems(); local
2150 int32 count = fValues->CountItems(); local
2204 int32 count = read_from_buffer_swap32<int32>(&buffer, SwapOnUnflatten()); local
[all...]
/haiku/headers/private/audio/
H A Daudio_driver.h63 int32 count; member in struct:audio_routing_cmd
117 int32 count; member in struct:audio_level_cmd
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_draw.cpp119 Mach64_FillRectangle(engine_token *et, uint32 color, fill_rect_params *pList, uint32 count) argument
129 while (count--) {
145 Mach64_FillSpan(engine_token *et, uint32 color, uint16 *pList, uint32 count) argument
155 while (count--) {
171 Mach64_InvertRectangle(engine_token *et, fill_rect_params *pList, uint32 count) argument
180 while (count--) {
196 Mach64_ScreenToScreenBlit(engine_token *et, blit_params *pList, uint32 count) argument
204 while (count--) {
H A Drage128_draw.cpp130 Rage128_FillRectangle(engine_token *et, uint32 color, fill_rect_params *pList, uint32 count) argument
143 while (count--) {
159 Rage128_FillSpan(engine_token *et, uint32 color, uint16 *pList, uint32 count) argument
171 while (count--) {
187 Rage128_InvertRectangle(engine_token *et, fill_rect_params *pList, uint32 count) argument
200 while (count--) {
216 Rage128_ScreenToScreenBlit(engine_token *et, blit_params *pList, uint32 count) argument
227 while (count--) {
/haiku/src/add-ons/accelerants/et6x00/
H A Dgeneric.h35 void SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count);
36 void FILL_RECTANGLE(engine_token *et, uint32 color, fill_rect_params *list, uint32 count);
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAHelper.cpp73 size_t count = size / 2; local
74 while (count--) {
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmux.c153 int count)
161 for (ix=0; ix<count; ix++) {
209 int count)
217 for (ix=0; ix<count; ix++) {
244 ((cmedia_pci_routing_cmd *)data)->count =
246 ((cmedia_pci_routing_cmd *)data)->count);
249 ((cmedia_pci_routing_cmd *)data)->count =
251 ((cmedia_pci_routing_cmd *)data)->count);
150 gather_info( mux_dev * mux, cmedia_pci_routing * data, int count) argument
206 disperse_info( mux_dev * mux, cmedia_pci_routing * data, int count) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.h43 * When lcn == -1 this means that the count vcns starting at vcn are not
58 const s64 pos, s64 count, void *b);
60 s64 ofs, const s64 pos, s64 count, void *b);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h79 inline static void _MoveItems(item_t* items, int32 offset, int32 count);
80 bool _Resize(size_t count);
138 List<ITEM, DEFAULT_ITEM_SUPPLIER>::_MoveItems(item_t* items, int32 offset, int32 count) argument
140 if (count > 0 && offset != 0)
141 memmove(items + offset, items, count * sizeof(item_t));
183 int32 count = list->fItemCount;
184 result = _Resize(fItemCount + count);
186 _MoveItems(fItems + index, count, fItemCount - index - count);
202 int32 count
316 _Resize(size_t count) argument
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h51 uint32 count);
55 uint32 count);
/haiku/src/apps/installer/
H A DProgressReporter.cpp60 ProgressReporter::AddItems(uint64 count, off_t bytes) argument
63 fItemsToWrite += count;
/haiku/src/apps/terminal/
H A DHistoryBuffer.h35 void AddEmptyLines(int32 count);
36 void DropLines(int32 count);
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.h36 bool CheckMessages(bigtime_t startTime, bigtime_t interval, int32 count);
38 int32 count);
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DAccelerantHWInterface.h39 uint32 *count);
58 uint32 count,
86 uint32* count) const;

Completed in 207 milliseconds

<<11121314151617181920>>