Searched refs:count (Results 101 - 125 of 1780) sorted by relevance

1234567891011>>

/haiku/headers/private/graphics/radeon_hd/
H A Dlock.h17 int32 count; member in struct:lock
25 lock->count = 0;
41 if (atomic_add(&lock->count, 1) > 0)
51 if (atomic_add(&lock->count, -1) > 1)
/haiku/src/kits/debugger/model/
H A DSemaphoreInfo.cpp33 const BString& name, int32 count, thread_id latestHolder)
38 fCount(count),
46 int32 count, thread_id latestHolder)
51 fCount = count;
32 SemaphoreInfo(team_id team, sem_id semaphore, const BString& name, int32 count, thread_id latestHolder) argument
45 SetTo(team_id team, sem_id semaphore, const BString& name, int32 count, thread_id latestHolder) argument
/haiku/src/kits/app/
H A DMessageRunner.cpp23 bigtime_t interval, int32 count)
27 _InitData(target, message, interval, count, be_app_messenger);
32 bigtime_t interval, int32 count)
36 _InitData(target, &message, interval, count, be_app_messenger);
41 bigtime_t interval, int32 count, BMessenger replyTo)
45 _InitData(target, message, interval, count, replyTo);
50 bigtime_t interval, int32 count, BMessenger replyTo)
54 _InitData(target, &message, interval, count, replyTo);
91 BMessageRunner::SetCount(int32 count) argument
93 return _SetParams(false, 0, true, count);
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/add-ons/kernel/drivers/network/ether/wb840/
H A Dinterface.h10 extern void wb_read_eeprom(wb_device *, void* dest, int offset, int count, bool swap);
/haiku/headers/private/graphics/intel_extreme/
H A Dlock.h17 int32 count; member in struct:lock
25 lock->count = 0;
41 if (atomic_add(&lock->count, 1) > 0)
51 if (atomic_add(&lock->count, -1) > 1)
/haiku/src/system/kernel/util/
H A Dqueue.cpp20 int count; member in struct:queue_typed
28 q->count = 0;
50 q->count--;
75 q->count++;
93 q->count--;
121 q->count = 0;
138 if (q->count == q->size)
144 q->count++;
155 if (q->count <= 0)
161 q->count
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A DAcceleration.c24 // count - number of rectangles
25 void SCREEN_TO_SCREEN_BLIT_DMA(engine_token *et, blit_params *list, uint32 count) argument
33 while( count > 0 ) {
38 WRITE_IB_PACKET3_HEAD( RADEON_CP_PACKET3_CNTL_BITBLT_MULTI, count,
56 ++ai->si->engine.count;
62 void SCREEN_TO_SCREEN_BLIT_PIO(engine_token *et, blit_params *list, uint32 count) argument
81 for( ; count > 0; --count, ++list ) {
104 ++ai->si->engine.count;
114 // count
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/libs/iconv/
H A Diso2022_jp2.h58 int count = 0; local
63 if (n < count+3)
68 s += 3; count += 3;
69 if (n < count+1)
75 s += 3; count += 3;
76 if (n < count+1)
82 s += 3; count += 3;
83 if (n < count+1)
93 s += 3; count += 3;
94 if (n < count
405 int count = (state1 == STATE_ASCII ? 1 : 4); local
436 int count = (state2 == STATE_G2_ISO8859_1 ? 3 : 6); local
460 int count = (state2 == STATE_G2_ISO8859_7 ? 3 : 6); local
488 int count = (state1 == STATE_JISX0201ROMAN ? 1 : 4); local
513 int count = (state1 == STATE_JISX0208 ? 2 : 5); local
536 int count = (state1 == STATE_JISX0212 ? 2 : 6); local
564 int count = (state1 == STATE_GB2312 ? 2 : 5); local
591 int count = (state1 == STATE_KSC5601 ? 2 : 6); local
621 int count = (state1 == STATE_JISX0201KATAKANA ? 1 : 4); local
[all...]
/haiku/src/apps/cortex/support/
H A DProfileTarget.h61 block_entry() : elapsed(0), count(0), name(0) {}
64 uint32 count; member in struct:ProfileTarget::block_entry
/haiku/src/apps/debuganalyzer/gui/
H A DListSelectionModel.h33 bool SelectItems(int32 itemIndex, int32 count,
36 void DeselectItems(int32 itemIndex, int32 count);
38 void ItemsAdded(int32 itemIndex, int32 count);
39 void ItemsRemoved(int32 itemIndex, int32 count);
54 void _NotifyItemsSelected(int32 index, int32 count);
56 int32 count);
69 int32 index, int32 count);
71 int32 index, int32 count);
/haiku/src/build/libroot/
H A Dfs_freebsd.h15 ssize_t haiku_freebsd_readv(int fd, const struct iovec *vecs, size_t count);
16 ssize_t haiku_freebsd_writev(int fd, const struct iovec *vecs, size_t count);
/haiku/src/kits/translation/
H A DFuncTranslator.cpp67 int32 count = 0;
68 while (fData.input_formats[count].type) {
69 count++;
72 *_count = count;
83 int32 count = 0;
84 while (fData.output_formats[count].type) {
85 count++;
88 *_count = count;
/haiku/src/tools/fs_shell/
H A Dsem.cpp22 info->count = systemInfo->count;
31 fssh_create_sem(int32_t count, const char *name) argument
33 return create_sem(count, name);
52 fssh_acquire_sem_etc(fssh_sem_id id, int32_t count, uint32_t flags, argument
55 return acquire_sem_etc(id, count, flags, timeout);
67 fssh_release_sem_etc(fssh_sem_id id, int32_t count, uint32_t flags) argument
69 return release_sem_etc(id, count, flags);
/haiku/headers/os/support/
H A DArchitecture.h19 size_t count);
20 size_t get_architectures(const char** architectures, size_t count);
/haiku/src/system/libroot/posix/wchar/
H A Dmbsrtowcs.cpp47 size_t count = 0; local
50 // only count number of required wide characters
52 for (; mbSrc < srcEnd; ++mbSrc, ++count) {
56 count = (size_t)-1;
66 for (; *src < srcEnd && count < len; ++*src, ++count) {
70 count = (size_t)-1;
82 TRACE(("mbsnrtowcs returns %lx and src %p\n", count, *src));
84 return count;
H A Dwcsrtombs.cpp48 size_t count = 0; local
51 // only count number of required wide characters
53 for (; wcSrc < srcEnd; ++wcSrc, ++count) {
57 count = (size_t)-1;
67 for (; *src < srcEnd && count < len; ++*src, ++count) {
71 count = (size_t)-1;
83 TRACE(("wcsnrtombs returns %lx and src %p\n", count, *src));
85 return count;
/haiku/src/bin/package/
H A DPackageInfoPrinter.h39 int32 count = info.CopyrightList().CountStrings(); local
40 for (int32 i = 0; i < count; i++)
43 count = info.LicenseList().CountStrings();
44 for (int32 i = 0; i < count; i++)
47 count = info.URLList().CountStrings();
48 for (int32 i = 0; i < count; i++)
51 count = info.SourceURLList().CountStrings();
52 for (int32 i = 0; i < count; i++)
55 count = info.ProvidesList().CountItems();
56 for (int32 i = 0; i < count;
[all...]
/haiku/src/apps/icon-o-matic/shape/commands/
H A DMoveShapesCommand.cpp24 Shape** shapes, int32 count, int32 toIndex)
25 : MoveCommand<Shape>(container, shapes, count, toIndex)
23 MoveShapesCommand(Container<Shape>* container, Shape** shapes, int32 count, int32 toIndex) argument
H A DMoveTransformersCommand.cpp24 Transformer** transformers, int32 count, int32 toIndex)
25 : MoveCommand<Transformer>(container, transformers, count, toIndex)
23 MoveTransformersCommand(Container<Transformer>* container, Transformer** transformers, int32 count, int32 toIndex) argument
H A DMovePathsCommand.cpp24 VectorPath** paths, int32 count, int32 toIndex)
25 : MoveCommand<VectorPath>(container, paths, count, toIndex)
23 MovePathsCommand(Container<VectorPath>* container, VectorPath** paths, int32 count, int32 toIndex) argument
H A DRemoveShapesCommand.cpp24 Container<Shape>* container, const int32* indices, int32 count)
25 : RemoveCommand<Shape>(container, indices, count)
23 RemoveShapesCommand( Container<Shape>* container, const int32* indices, int32 count) argument
H A DRemoveTransformersCommand.cpp25 int32 count)
26 : RemoveCommand<Transformer>(container, indices, count)
23 RemoveTransformersCommand(Container<Transformer>* container, const int32* indices, int32 count) argument
H A DAddShapesCommand.cpp24 const Shape* const* shapes, int32 count, int32 index)
25 : AddCommand<Shape>(container, shapes, count, true, index)
23 AddShapesCommand(Container<Shape>* container, const Shape* const* shapes, int32 count, int32 index) argument
/haiku/src/apps/icon-o-matic/style/
H A DAddStylesCommand.cpp23 const Style* const* styles, int32 count, int32 index)
24 : AddCommand<Style>(container, styles, count, true, index)
22 AddStylesCommand(Container<Style>* container, const Style* const* styles, int32 count, int32 index) argument
H A DMoveStylesCommand.cpp24 Style** styles, int32 count, int32 toIndex)
25 : MoveCommand<Style>(container, styles, count, toIndex)
23 MoveStylesCommand(Container<Style>* container, Style** styles, int32 count, int32 toIndex) argument

Completed in 119 milliseconds

1234567891011>>