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

1234567891011>>

/haiku-fatelf/src/bin/coreutils/lib/
H A Dfile-has-acl.c76 int count = acl->acl_cnt;
79 for (i = 0; i < count; i++)
94 int count = acl->acl_num;
97 for (ace = acl->acl_first; count > 0; ace = ace->next, count--)
129 acl_nontrivial (int count, aclent_t *entries) argument
133 for (i = 0; i < count; i++)
157 acl_ace_nontrivial (int count, ace_t *entries) argument
169 for (i = 0; i < count; i++)
178 for (i = 0; i < count;
221 acl_nontrivial(int count, struct acl_entry *entries, struct stat *sb) argument
[all...]
/haiku-fatelf/src/bin/network/telnet/
H A Dring.h76 ring_init(Ring *ring, unsigned char *buffer, int count);
80 ring_supply_data(Ring *ring, unsigned char *buffer, int count);
83 ring_consume_data(Ring *ring, unsigned char *buffer, int count);
88 ring_supplied(Ring *ring, int count),
89 ring_consumed(Ring *ring, int count);
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dkeyok.c51 int count = 0; local
56 while ((s = _nc_expand_try(SP->_key_ok, c, &count, 0)) != 0
61 count = 0;
64 while ((s = _nc_expand_try(SP->_keytry, c, &count, 0)) != 0
69 count = 0;
/haiku-fatelf/src/tests/kits/media/nodetest/
H A Dmain.cpp101 int32 count; local
104 rv = roster->GetAllOutputsFor(sourceNode,outputs,2,&count);
106 out("Found %ld\n",count);
107 rv = (count == 1) ? B_OK : B_ERROR;
111 rv = roster->GetAllInputsFor(destinationNode,inputs,2,&count);
113 out("Found %ld\n",count);
114 rv = (count == 1) ? B_OK : B_ERROR;
118 rv = roster->GetAllInputsFor(sourceNode,inputs,2,&count);
120 out("Found %ld\n",count);
123 rv = roster->GetAllOutputsFor(destinationNode,outputs,2,&count);
[all...]
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DDefaultChartAxisLegendSource.cpp43 int32 count = 0; local
52 return count;
54 legends[count] = legend;
55 values[count++] = value;
58 return count;
79 int32 count = 0; local
89 return count;
91 legends[count] = legend;
92 values[count++] = value;
95 return count;
[all...]
/haiku-fatelf/src/system/libroot/os/
H A Dsem.c12 create_sem(int32 count, const char *name) argument
14 return _kern_create_sem(count, name);
33 acquire_sem_etc(sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
35 return _kern_acquire_sem_etc(id, count, flags, timeout);
50 switch_sem_etc(sem_id releaseSem, sem_id id, int32 count, uint32 flags, bigtime_t timeout) argument
52 return _kern_switch_sem_etc(releaseSem, id, count, flags, timeout);
64 release_sem_etc(sem_id id, int32 count, uint32 flags) argument
66 return _kern_release_sem_etc(id, count, flags);
71 get_sem_count(sem_id sem, int32 *count) argument
73 return _kern_get_sem_count(sem, count);
[all...]
/haiku-fatelf/src/libs/iconv/
H A Diso2022_jp1.h41 int count = 0; local
46 if (n < count+3)
51 s += 3; count += 3;
52 if (n < count+1)
58 s += 3; count += 3;
59 if (n < count+1)
69 s += 3; count += 3;
70 if (n < count+1)
75 if (n < count+4)
79 s += 4; count
156 int count = (state == STATE_ASCII ? 1 : 4); local
177 int count = (state == STATE_JISX0201ROMAN ? 1 : 4); local
198 int count = (state == STATE_JISX0208 ? 2 : 5); local
220 int count = (state == STATE_JISX0212 ? 2 : 6); local
[all...]
H A Diso2022_jp3.h55 int count = 0; local
60 if (n < count+3)
65 s += 3; count += 3;
66 if (n < count+1)
72 s += 3; count += 3;
73 if (n < count+1)
79 s += 3; count += 3;
80 if (n < count+1)
90 s += 3; count += 3;
91 if (n < count
262 int count = 0; local
499 int count = local
[all...]
H A Diso2022_cn.h58 int count = 0; local
63 if (n < count+4)
69 s += 4; count += 4;
70 if (n < count+1)
76 s += 4; count += 4;
77 if (n < count+1)
85 s += 4; count += 4;
86 if (n < count+1)
104 return count+4;
116 s++; count
192 int count = (state1 == STATE_ASCII ? 1 : 2); local
215 int count = (state2 == STATE2_DESIGNATED_GB2312 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
245 int count = (state2 == STATE2_DESIGNATED_CNS11643_1 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
270 int count = (state3 == STATE3_DESIGNATED_CNS11643_2 ? 0 : 4) + 4; local
[all...]
H A Diso2022_kr.h57 int count = 0; local
62 if (n < count+4)
68 s += 4; count += 4;
69 if (n < count+1)
81 s++; count++;
82 if (n < count+1)
88 s++; count++;
89 if (n < count+1)
108 return count+1;
112 if (n < count
147 int count = (state1 == STATE_ASCII ? 1 : 2); local
169 int count = (state2 == STATE2_DESIGNATED_KSC5601 ? 0 : 4) + (state1 == STATE_TWOBYTE ? 0 : 1) + 2; local
[all...]
H A Dutf32.h38 int count = 0; local
43 count += 4;
51 return count;
58 return RET_TOOFEW(count);
67 int count = 0; local
74 r += 4; n -= 4; count += 4;
85 return count+4;
H A Dutf16.h38 int count = 0; local
51 return count+4;
59 return count+2;
61 s += 2; n -= 2; count += 2;
64 return RET_TOOFEW(count);
76 int count = 0; local
81 r += 2; n -= 2; count += 2;
90 return count+2;
103 return count+4;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp42 add_attributes(BFile& file, int32 start, int32 count) argument
44 for (int32 index = start; index < start + count; index++) {
53 remove_attributes(BFile& file, int32 start, int32 count) argument
55 for (int32 index = start; index < start + count; index++) {
82 test_remove_attributes(BFile& file, int32 start, int32 count, int32 removeAt, argument
123 for (int32 i = start; i < start + count; i++) {
126 index, count);
134 test_add_attributes(BFile& file, int32 start, int32 count, int32 addAt, argument
175 for (int32 i = start; i < start + count; i++) {
178 index, count);
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dcurve.h247 * @param count the number of points (must be at least two and not
250 * count in size).
253 extern int stp_curve_set_data(stp_curve_t *curve, size_t count,
261 * @param count the number of points (must be at least two and not
264 * count in size). The first point must have X=0, and each point must
269 extern int stp_curve_set_data_points(stp_curve_t *curve, size_t count,
277 * @param count the number of the number of points (must be at least
280 * count in size).
284 size_t count, const float *data);
291 * @param count th
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DTable.java298 for (int count = 0; count < numColumns; count++) {
299 String width = widths[count];
308 relParts[count] = rel;
319 absParts[count] = pixels;
321 relParts[count] = 0;
329 absParts[count] = pixels;
346 for (int count = 0; count < numColumn
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DTable.java305 for (int count = 0; count < numColumns; count++) {
306 String width = widths[count];
315 relParts[count] = rel;
326 absParts[count] = pixels;
328 relParts[count] = 0;
336 absParts[count] = pixels;
353 for (int count = 0; count < numColumn
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_dda_line.h37 dda_line_interpolator(int y1, int y2, unsigned count) : argument
39 m_inc(((y2 - y1) << FractionShift) / int(count)),
95 dda2_line_interpolator(int y1, int y2, int count) : argument
96 m_cnt(count <= 0 ? 1 : count),
104 m_mod += count;
105 m_rem += count;
108 m_mod -= count;
112 dda2_line_interpolator(int y1, int y2, int count, int) : argument
113 m_cnt(count <
128 dda2_line_interpolator(int y, int count) argument
[all...]
/haiku-fatelf/src/bin/network/wget/tests/
H A Drun-px117 my $count = sub
131 "${\$count->('pass')} PASS, ${\$count->('fail')} FAIL",
132 "${\$count->('skip')} SKIP, ${\$count->('unknown')} UNKNOWN",
151 print $count->('fail') || $count->('unknown')
156 exit $count->('fail') + $count->('unknown');
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmthread/
H A DIlmThreadSemaphorePosixCompat.cpp63 _semaphore.count = value;
84 while (_semaphore.count == 0)
97 _semaphore.count--;
108 if (_semaphore.count == 0)
115 _semaphore.count--;
138 _semaphore.count++;
147 int value = _semaphore.count;
/haiku-fatelf/src/apps/debugger/types/
H A DTargetAddressRangeList.cpp62 int32 count = fRanges.Size(); local
63 if (count == 0)
67 for (int32 i = 0; i < count; i++)
78 int32 count = fRanges.Size(); local
79 for (int32 i = 0; i < count; i++)
89 int32 count = fRanges.Size(); local
90 for (int32 i = 0; i < count; i++) {
/haiku-fatelf/src/system/kernel/util/
H A DRadixBitmap.cpp197 radix_leaf_alloc(radix_node *leaf, radix_slot_t slotIndex, int32 count)
199 if (count <= (int32)BITMAP_RADIX) {
201 uint32 n = BITMAP_RADIX - count;
212 // we could not allocate count here, update big_hint
213 if (leaf->big_hint >= count)
214 leaf->big_hint = count - 1;
220 radix_node_alloc(radix_node *node, radix_slot_t slotIndex, int32 count,
230 if (count <= node[i].big_hint) {
233 addr = radix_leaf_alloc(&node[i], slotIndex, count);
235 addr = radix_node_alloc(&node[i], slotIndex, count, radi
[all...]
/haiku-fatelf/src/tests/kits/app/bmessagerunner/
H A DBMessageRunnerTester.cpp47 bigtime_t interval = 0, int32 count = 0)
54 CHK(runnerCount == count);
60 bigtime_t interval, int32 count)
62 count > 0
73 int32 count = 5; local
74 BMessageRunner runner(target, &message, interval, count);
76 check_message_runner_info(runner, B_OK, interval, count);
84 bigtime_t interval, int32 count)
85 @case 2 target is valid, message is NULL, interval > 0, count > 0
97 int32 count local
121 int32 count = 5; local
152 int32 count = 5; local
182 int32 count = 5; local
208 int32 count = 0; local
229 int32 count = 5; local
256 int32 count = 5; local
282 int32 count = 5; local
309 int32 count = 5; local
335 int32 count = 5; local
369 int32 count = 5; local
402 int32 count = 5; local
431 int32 count = 0; local
454 int32 count = 5; local
484 int32 count = 5; local
514 int32 count = 5; local
[all...]
/haiku-fatelf/headers/private/kernel/
H A Dint.h56 status_t reserve_io_interrupt_vectors(long count, long startVector);
57 status_t allocate_io_interrupt_vectors(long count, long *startVector);
58 void free_io_interrupt_vectors(long count, long startVector);
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DAcceleration.c13 void SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count) { argument
18 while (count--)
33 void SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT(engine_token *et, scaled_blit_params *list, uint32 count) { argument
38 while (count--)
55 void SCREEN_TO_SCREEN_TRANSPARENT_BLIT(engine_token *et, uint32 transparent_colour, blit_params *list, uint32 count) { argument
60 while (count--)
76 void FILL_RECTANGLE(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) { argument
84 while (count--)
97 void INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count) { argument
105 while (count
118 FILL_SPAN(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia/
H A DAcceleration.c26 void SCREEN_TO_SCREEN_BLIT_PIO(engine_token *et, blit_params *list, uint32 count) argument
35 while (count--)
50 void SCREEN_TO_SCREEN_SCALED_FILTERED_BLIT_PIO(engine_token *et, scaled_blit_params *list, uint32 count) argument
56 while (count--)
73 void SCREEN_TO_SCREEN_TRANSPARENT_BLIT_PIO(engine_token *et, uint32 transparent_colour, blit_params *list, uint32 count) argument
79 while (count--)
95 void FILL_RECTANGLE_PIO(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) argument
104 while (count--)
117 void INVERT_RECTANGLE_PIO(engine_token *et, fill_rect_params *list, uint32 count) argument
126 while (count
139 FILL_SPAN_PIO(engine_token *et, uint32 colorIndex, uint16 *list, uint32 count) argument
[all...]

Completed in 394 milliseconds

1234567891011>>