Searched refs:count (Results 151 - 175 of 2328) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5.h38 UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon2558
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrcasecmp.c32 strncasecmp (string1, string2, count)
35 int count;
41 if (count <= 0 || (string1 == string2))
54 while (--count != 0);
/haiku-fatelf/src/kits/app/
H A DMessageRunner.cpp38 \param count Specifies how many times the message shall be sent.
42 bigtime_t interval, int32 count)
46 _InitData(target, message, interval, count, be_app_messenger);
66 \param count Specifies how many times the message shall be sent.
70 bigtime_t interval, int32 count)
74 _InitData(target, &message, interval, count, be_app_messenger);
95 \param count Specifies how many times the message shall be sent.
100 bigtime_t interval, int32 count, BMessenger replyTo)
104 _InitData(target, message, interval, count, replyTo);
125 \param count Specifie
41 BMessageRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count) argument
69 BMessageRunner(BMessenger target, const BMessage& message, bigtime_t interval, int32 count) argument
99 BMessageRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
129 BMessageRunner(BMessenger target, const BMessage& message, bigtime_t interval, int32 count, BMessenger replyTo) argument
199 SetCount(int32 count) argument
276 StartSending(BMessenger target, const BMessage* message, bigtime_t interval, int32 count) argument
299 StartSending(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
351 _InitData(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
372 _RegisterRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, bool detach, BMessenger replyTo) argument
441 _SetParams(bool resetInterval, bigtime_t interval, bool resetCount, int32 count) argument
[all...]
/haiku-fatelf/src/kits/storage/
H A DResourcesContainer.cpp44 int32 count = CountResources(); local
45 if (index < 0 || index > count)
46 index = count;
47 result = fResources.AddItem(item, count);
114 int32 count = CountResources(); local
115 for (int32 i = 0; index == -1 && i < count; i++) {
128 int32 count = CountResources(); local
129 for (int32 i = 0; index == -1 && i < count; i++) {
142 int32 count = CountResources(); local
143 for (int32 i = 0; index == -1 && i < count;
160 int32 count = CountResources(); local
193 int32 count = CountResources(); local
204 int32 count = CountResources(); local
[all...]
/haiku-fatelf/src/libs/iconv/
H A Ducs2.h32 int count = 0; local
35 s += 2; n -= 2; count += 2;
44 return count;
48 return RET_TOOFEW(count);
H A Ducs4.h32 int count = 0; local
37 s += 4; n -= 4; count += 4;
44 return count;
49 return RET_TOOFEW(count);
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-fatelf/src/system/libroot/posix/glibc/libio/
H A Diofgets.c37 _IO_size_t count; local
50 count = INTUSE(_IO_getline) (fp, buf, n - 1, '\n', 1);
53 if (count == 0 || ((fp->_IO_file_flags & _IO_ERR_SEEN)
58 buf[count] = '\0';
H A Diofgetws.c37 _IO_size_t count; local
50 count = _IO_getwline (fp, buf, n - 1, L'\n', 1);
53 if (count == 0 || (_IO_ferror_unlocked (fp) && errno != EAGAIN))
57 buf[count] = '\0';
H A Diofwrite.c31 _IO_fwrite (buf, size, count, fp)
34 _IO_size_t count;
37 _IO_size_t request = size * count;
49 return count;
H A Diogets.c35 _IO_size_t count; local
49 count = 0;
58 count = INTUSE(_IO_getline) (_IO_stdin, buf + 1, INT_MAX, '\n', 0) + 1;
67 buf[count] = 0;
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dfread.c42 fread(buf, size, count, fp)
44 size_t size, count;
53 * The ANSI standard requires a return value of 0 for a count
57 if ((resid = count * size) == 0)
77 return (count);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/shared/
H A DDriverSettings.cpp110 Iterator(const driver_parameter* parameters, int32 count) argument
113 fCount(count)
152 NameIterator(const driver_parameter* parameters, int32 count, argument
156 fCount(count),
223 int32 count; local
224 return (GetParametersAndCount(&count) ? count : 0);
232 int32 count; local
233 return GetParametersAndCount(&count);
241 int32 count; local
276 int32 count; local
288 int32 count; local
[all...]
/haiku-fatelf/headers/private/kernel/boot/platform/raspberrypi_arm/
H A Dplatform_debug.h15 void debug_toggle_led(int count, int delay = DEBUG_DELAY_MEDIUM);
16 // Toggles the led count times with the delay for both on and off time.
/haiku-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/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-fatelf/src/libs/print/libgutenprint/src/main/
H A Dcurve-cache.c50 cache->count = 0;
58 cache->s_cache = stp_curve_get_ushort_data(cache->curve, &(cache->count));
59 cache->d_cache = stp_curve_get_data(cache->curve, &(cache->count));
74 cache->count = 0;
97 cache->d_cache = stp_curve_get_data(cache->curve, &(cache->count));
98 return cache->count;
111 stp_curve_get_ushort_data(cache->curve, &(cache->count));
124 cache->d_cache = stp_curve_get_data(cache->curve, &(cache->count));
/haiku-fatelf/src/system/libroot/posix/wchar/
H A Dmbsrtowcs.cpp44 size_t count = 0; local
47 // only count number of required wide characters
49 for (; mbSrc < srcEnd; ++mbSrc, ++count) {
53 count = (size_t)-1;
63 for (; *src < srcEnd && count < len; ++*src, ++count) {
67 count = (size_t)-1;
79 TRACE(("mbsnrtowcs returns %lx and src %p\n", count, *src));
81 return count;
H A Dwcsrtombs.cpp45 size_t count = 0; local
48 // only count number of required wide characters
50 for (; wcSrc < srcEnd; ++wcSrc, ++count) {
54 count = (size_t)-1;
64 for (; *src < srcEnd && count < len; ++*src, ++count) {
68 count = (size_t)-1;
80 TRACE(("wcsnrtombs returns %lx and src %p\n", count, *src));
82 return count;
/haiku-fatelf/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-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp164 BlockAllocator::Allocate(uint64 baseHint, uint64 count, argument
170 count);
179 status_t error = _Allocate(baseHint, fTotalBlocks, count, transaction,
187 error = _Allocate(0, baseHint, count, transaction, &_allocatedBase,
197 BlockAllocator::AllocateExactly(uint64 base, uint64 count, argument
203 base, count);
206 status_t error = _Allocate(base, fTotalBlocks, count, transaction, NULL,
211 if (allocated < count)
219 BlockAllocator::Free(uint64 base, uint64 count, Transaction& transaction) argument
223 status_t error = _Free(base, count, transactio
232 ResetFreeBlocks(uint64 count) argument
259 _Allocate(uint64 base, uint64 searchEnd, uint64 count, Transaction& transaction, uint64* _allocatedBase, uint64& _allocatedCount) argument
355 _AllocateInGroup(uint64 base, uint64 searchEnd, uint32 count, Transaction& transaction, uint64* _allocatedBase, uint32& _allocatedCount) argument
485 _AllocateInBitmapBlock(uint64 base, uint32 count, Transaction& transaction, uint64* _allocatedBase, uint32& _allocatedCount) argument
588 _Free(uint64 base, uint64 count, Transaction& transaction) argument
618 _FreeInGroup(uint64 base, uint32 count, Transaction& transaction) argument
665 _FreeInBitmapBlock(uint64 base, uint32 count, Transaction& transaction) argument
[all...]

Completed in 262 milliseconds

1234567891011>>