Searched refs:count (Results 176 - 200 of 2328) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_unistd.h61 extern fssh_ssize_t fssh_read(int fd, void *buffer, fssh_size_t count);
63 fssh_size_t count);
64 extern fssh_ssize_t fssh_pread(int fd, void *buffer, fssh_size_t count,
66 extern fssh_ssize_t fssh_write(int fd, const void *buffer, fssh_size_t count);
68 fssh_size_t count);
69 extern fssh_ssize_t fssh_pwrite(int fd, const void *buffer, fssh_size_t count,
/haiku-fatelf/src/add-ons/accelerants/vmware/
H A DAcceleration.c17 SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count) argument
23 for (i = 0; i < count; i++) {
44 fill_rect_params *list, uint32 count)
49 for (i = 0; i < count; i++) {
61 INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count) argument
68 FILL_SPAN(engine_token * et, uint32 colorIndex, uint16 * list, uint32 count) argument
43 FILL_RECTANGLE(engine_token *et, uint32 colorIndex, fill_rect_params *list, uint32 count) argument
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DList.h18 List(int32 count = 10)
19 : BList(count) {}
64 inline bool RemoveItems(int32 index, int32 count) argument
65 { return BList::RemoveItems(index, count); }
70 int32 count = CountItems(); local
71 for (int32 i = 0; i < count; i++)
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.cpp29 int32 count)
31 fObjects(objects && count > 0 ?
32 new (nothrow) Transformable*[count] : NULL),
33 fOriginals(objects && count > 0 ?
35 count * Transformable::matrix_size] : NULL),
36 fCount(count)
27 ResetTransformationCommand( Transformable** const objects, int32 count) argument
/haiku-fatelf/src/apps/terminal/
H A DUTF8Char.h24 UTF8Char(const char* c, int32 count) argument
26 SetTo(c, count);
29 void SetTo(const char* c, int32 count) argument
32 if (count > 1) {
34 if (count > 2) {
36 if (count > 3)
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dsearch.c384 rl_noninc_forward_search (count, key)
385 int count, key;
393 rl_noninc_reverse_search (count, key)
394 int count, key;
402 rl_noninc_forward_search_again (count, key)
403 int count, key;
419 rl_noninc_reverse_search_again (count, key)
420 int count, key;
451 rl_history_search_internal (count, dir)
452 int count, di
[all...]
H A Dmisc.c253 rl_universal_argument (count, key)
254 int count, key;
494 rl_beginning_of_history (count, key)
495 int count, key;
502 rl_end_of_history (count, key)
503 int count, key;
513 rl_get_next_history (count, key)
514 int count, key;
518 if (count < 0)
519 return (rl_get_previous_history (-count, ke
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dsearch.c298 rl_noninc_forward_search (count, key)
299 int count, key;
308 rl_noninc_reverse_search (count, key)
309 int count, key;
318 rl_noninc_forward_search_again (count, key)
319 int count, key;
333 rl_noninc_reverse_search_again (count, key)
334 int count, key;
346 rl_history_search_internal (count, dir)
347 int count, di
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Descp2-resolutions.c39 int count = 0; local
45 count++;
51 xpw->n_printer_weaves = count;
52 xpw->printer_weaves = stp_zalloc(sizeof(printer_weave_t) * count);
54 count = 0;
64 xpw->printer_weaves[count].name = stp_strdup(wname);
66 xpw->printer_weaves[count].text = stp_strdup(wtext);
68 xpw->printer_weaves[count].command = stp_xmlstrtoraw(cmd);
69 count++;
113 int count local
228 int count = 0; local
[all...]
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DSplitPointsCommand.cpp31 int32 count)
40 if (indices && count > 0) {
41 fIndex = new (nothrow) int32[count];
42 fPoint = new (nothrow) BPoint[count];
43 fPointIn = new (nothrow) BPoint[count];
44 fPointOut = new (nothrow) BPoint[count];
45 fConnected = new (nothrow) bool[count];
46 fCount = count;
52 memcpy(fIndex, indices, count * sizeof(int32));
53 for (int32 i = 0; i < count;
29 SplitPointsCommand(VectorPath* path, const int32* indices, int32 count) argument
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DColumnScanEmitter.java63 for (int count = 0; count < numColumns; count++) {
64 rWidth[count] = width[count];
147 for (int count = 0; count < width.length; count++) {
148 newWidth[count] = width[count];
[all...]
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h28 status_t Allocate(uint64 baseHint, uint64 count,
33 uint64 count, Transaction& transaction);
34 status_t Free(uint64 base, uint64 count,
37 void ResetFreeBlocks(uint64 count);
42 uint64 count, Transaction& transaction,
46 uint32 count, Transaction& transaction,
50 uint32 count, Transaction& transaction,
54 status_t _Free(uint64 base, uint64 count,
56 status_t _FreeInGroup(uint64 base, uint32 count,
58 status_t _FreeInBitmapBlock(uint64 base, uint32 count,
[all...]
/haiku-fatelf/src/tests/kits/app/bmessagerunner/
H A DSetCountTester.cpp47 bigtime_t interval = 0, int32 count = 0)
54 CHK(runnerCount == count);
59 status_t SetCount(int32 count)
60 @case 1 object is not properly initialized, count > 0
71 int32 count = 0; local
72 BMessageRunner runner(target, &message, interval, count);
82 status_t SetCount(int32 count)
84 all its messages and thus became unusable, count > 0
95 int32 count = 1; local
96 BMessageRunner runner(target, &message, interval, count);
123 int32 count = 5; local
160 int32 count = 5; local
196 int32 count = -1; local
234 int32 count = 5; local
277 int32 count = 5; local
[all...]
/haiku-fatelf/src/apps/networkstatus/
H A DRadioView.cpp96 int32 count; local
98 _Compute(rect, center, count, maxCount, step);
100 for (int32 i = 0; i < count; i++) {
101 _SetColor(view, percent, 0, i, count);
102 _DrawBow(view, i, center, count, step);
154 int32 count; local
156 _Compute(Bounds(), center, count, fMax, step); local
158 for (int32 i = 0; i < count; i++) {
159 _SetColor(this, fPercent, fPhase, i, count);
160 if (step == kMinStep && _IsDisabled(fPercent, i, count))
183 int32 count; local
185 _Compute(Bounds(), center, count, fMax, step); local
194 _Compute(const BRect& bounds, BPoint& center, int32& count, int32 max, float& step) argument
211 _DrawBow(BView* view, int32 index, const BPoint& center, int32 count, float step) argument
227 _SetColor(BView* view, int32 percent, int32 phase, int32 index, int32 count) argument
244 _IsDisabled(int32 percent, int32 index, int32 count) argument
[all...]
/haiku-fatelf/src/libs/iconv/
H A Dutf7.h72 int count = 0; /* number of input bytes already read */ local
81 if (n < count+1)
88 return count+1;
91 if (n < count+2)
96 return count+2;
98 s++; count++;
134 s++; count++;
162 if (n < count+base64count+1)
177 return count+base64count;
182 return RET_TOOFEW(count);
210 int count = 0; local
326 unsigned int count = ((state & 3) >= 2 ? 1 : 0) + 1; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp9 if (*count >= MAX_REQUEST_ADDRESS_COUNT) \
11 infos[*count].address = &_address; \
12 infos[*count].flags = _flags; \
13 infos[(*count)++].max_size = LONG_MAX; // TODO:...
23 FSConnectRequest::GetAddressInfos(AddressInfo* infos, int32* count) argument
31 FSConnectReply::GetAddressInfos(AddressInfo* infos, int32* count) argument
39 MountVolumeRequest::GetAddressInfos(AddressInfo* infos, int32* count) argument
49 //InitializeVolumeRequest::GetAddressInfos(AddressInfo* infos, int32* count)
58 GetVNodeNameReply::GetAddressInfos(AddressInfo* infos, int32* count) argument
66 CreateRequest::GetAddressInfos(AddressInfo* infos, int32* count) argument
74 GetAddressInfos(AddressInfo* infos, int32* count) argument
82 GetAddressInfos(AddressInfo* infos, int32* count) argument
90 GetAddressInfos(AddressInfo* infos, int32* count) argument
98 GetAddressInfos(AddressInfo* infos, int32* count) argument
106 GetAddressInfos(AddressInfo* infos, int32* count) argument
114 GetAddressInfos(AddressInfo* infos, int32* count) argument
122 GetAddressInfos(AddressInfo* infos, int32* count) argument
131 GetAddressInfos(AddressInfo* infos, int32* count) argument
139 GetAddressInfos(AddressInfo* infos, int32* count) argument
148 GetAddressInfos(AddressInfo* infos, int32* count) argument
156 GetAddressInfos(AddressInfo* infos, int32* count) argument
164 GetAddressInfos(AddressInfo* infos, int32* count) argument
172 GetAddressInfos(AddressInfo* infos, int32* count) argument
180 GetAddressInfos(AddressInfo* infos, int32* count) argument
188 GetAddressInfos(AddressInfo* infos, int32* count) argument
196 GetAddressInfos(AddressInfo* infos, int32* count) argument
204 GetAddressInfos(AddressInfo* infos, int32* count) argument
212 GetAddressInfos(AddressInfo* infos, int32* count) argument
220 GetAddressInfos(AddressInfo* infos, int32* count) argument
228 GetAddressInfos(AddressInfo* infos, int32* count) argument
237 GetAddressInfos(AddressInfo* infos, int32* count) argument
245 GetAddressInfos(AddressInfo* infos, int32* count) argument
253 GetAddressInfos(AddressInfo* infos, int32* count) argument
261 GetAddressInfos(AddressInfo* infos, int32* count) argument
269 GetAddressInfos(AddressInfo* infos, int32* count) argument
277 GetAddressInfos(AddressInfo* infos, int32* count) argument
285 GetAddressInfos(AddressInfo* infos, int32* count) argument
293 GetAddressInfos(AddressInfo* infos, int32* count) argument
302 GetAddressInfos(AddressInfo* infos, int32* count) argument
310 GetAddressInfos(AddressInfo* infos, int32* count) argument
318 GetAddressInfos(AddressInfo* infos, int32* count) argument
326 GetAddressInfos(AddressInfo* infos, int32* count) argument
334 GetAddressInfos(AddressInfo* infos, int32* count) argument
345 RequestAddressInfoGetter(AddressInfo* infos, int32* count) argument
363 get_request_address_infos(Request* request, AddressInfo* infos, int32* count) argument
408 RequestRelocator(int32 requestBufferSize, area_id* areas, int32* count) argument
436 int32 count = 0; local
509 relocate_request(Request* request, int32 requestBufferSize, area_id* areas, int32* count) argument
[all...]
/haiku-fatelf/src/servers/registrar/mime/
H A DMimeSnifferAddonManager.cpp143 int32 count = 0; local
144 status_t error = _GetAddons(addons, count);
150 for (int32 i = 0; i < count; i++) {
161 _PutAddons(addons, count);
173 int32 count = 0; local
174 status_t error = _GetAddons(addons, count);
180 for (int32 i = 0; i < count; i++) {
191 _PutAddons(addons, count);
198 MimeSnifferAddonManager::_GetAddons(AddonReference**& references, int32& count) argument
204 count
219 _PutAddons(AddonReference** references, int32 count) argument
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfKeyCode.cpp51 int count,
59 setCount (count);
146 KeyCode::count () const function in class:Imf::KeyCode
153 KeyCode::setCount (int count) argument
155 if (count < 0 || count > 9999)
156 throw Iex::ArgExc ("Invalid key code count "
159 _count = count;
210 throw Iex::ArgExc ("Invalid key code number of perforations per count "
48 KeyCode(int filmMfcCode, int filmType, int prefix, int count, int perfOffset, int perfsPerFrame, int perfsPerCount) argument
/haiku-fatelf/src/apps/debuganalyzer/model/
H A DThreadModel.cpp16 Model::ThreadWaitObject** waitObjects, int32 count)
19 fCount(count),
59 int32 count = end - start; local
60 if (start < 0 || count <= 0 || waitObjects.CountItems() < end)
65 = new(std::nothrow) Model::ThreadWaitObject*[count];
69 for (int32 i = 0; i < count; i++)
73 WaitObjectGroup* group = new(std::nothrow) WaitObjectGroup(objects, count);
15 WaitObjectGroup( Model::ThreadWaitObject** waitObjects, int32 count) argument
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_get_wch.c66 size_t count = 0; local
80 T(("reading %d of %d", count + 1, sizeof(buffer)));
92 if (count != 0) {
97 } else if (count + 1 >= sizeof(buffer)) {
102 buffer[count++] = UChar(value);
104 status = count_mbytes(buffer, count, state);
107 if (check_mbytes(wch, buffer, count, state) != status) {
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c187 * @count: number of bytes to read
190 * This function will read @count bytes from device @dev at position @pos into
194 * lower than @count this means that we have either reached end of file or
196 * end of file or nothing to read (@count is 0).
202 s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count, void *b) argument
207 ntfs_log_trace("pos %lld, count %lld\n",(long long)pos,(long long)count);
209 if (!b || count < 0 || pos < 0) {
213 if (!count)
218 for (total = 0; count; coun
252 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, const void *b) argument
326 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count, const u32 bksize, void *b) argument
383 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count, const u32 bksize, void *b) argument
430 ntfs_cluster_read(const ntfs_volume *vol, const s64 lcn, const s64 count, void *b) argument
466 ntfs_cluster_write(const ntfs_volume *vol, const s64 lcn, const s64 count, const void *b) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/private/
H A DRequests.cpp9 if (*count >= MAX_REQUEST_ADDRESS_COUNT) \
11 infos[*count].address = &_address; \
12 infos[*count].flags = _flags; \
13 infos[(*count)++].max_size = LONG_MAX; // TODO:...
23 FSConnectRequest::GetAddressInfos(AddressInfo* infos, int32* count) argument
31 FSConnectReply::GetAddressInfos(AddressInfo* infos, int32* count) argument
39 MountVolumeRequest::GetAddressInfos(AddressInfo* infos, int32* count) argument
49 InitializeVolumeRequest::GetAddressInfos(AddressInfo* infos, int32* count) argument
58 CreateRequest::GetAddressInfos(AddressInfo* infos, int32* count) argument
66 ReadReply::GetAddressInfos(AddressInfo* infos, int32* count) argument
74 GetAddressInfos(AddressInfo* infos, int32* count) argument
82 GetAddressInfos(AddressInfo* infos, int32* count) argument
90 GetAddressInfos(AddressInfo* infos, int32* count) argument
98 GetAddressInfos(AddressInfo* infos, int32* count) argument
106 GetAddressInfos(AddressInfo* infos, int32* count) argument
114 GetAddressInfos(AddressInfo* infos, int32* count) argument
123 GetAddressInfos(AddressInfo* infos, int32* count) argument
131 GetAddressInfos(AddressInfo* infos, int32* count) argument
140 GetAddressInfos(AddressInfo* infos, int32* count) argument
148 GetAddressInfos(AddressInfo* infos, int32* count) argument
156 GetAddressInfos(AddressInfo* infos, int32* count) argument
164 GetAddressInfos(AddressInfo* infos, int32* count) argument
172 GetAddressInfos(AddressInfo* infos, int32* count) argument
180 GetAddressInfos(AddressInfo* infos, int32* count) argument
188 GetAddressInfos(AddressInfo* infos, int32* count) argument
196 GetAddressInfos(AddressInfo* infos, int32* count) argument
204 GetAddressInfos(AddressInfo* infos, int32* count) argument
213 GetAddressInfos(AddressInfo* infos, int32* count) argument
221 GetAddressInfos(AddressInfo* infos, int32* count) argument
230 GetAddressInfos(AddressInfo* infos, int32* count) argument
238 GetAddressInfos(AddressInfo* infos, int32* count) argument
246 GetAddressInfos(AddressInfo* infos, int32* count) argument
254 GetAddressInfos(AddressInfo* infos, int32* count) argument
262 GetAddressInfos(AddressInfo* infos, int32* count) argument
271 GetAddressInfos(AddressInfo* infos, int32* count) argument
279 GetAddressInfos(AddressInfo* infos, int32* count) argument
287 GetAddressInfos(AddressInfo* infos, int32* count) argument
295 GetAddressInfos(AddressInfo* infos, int32* count) argument
303 GetAddressInfos(AddressInfo* infos, int32* count) argument
314 RequestAddressInfoGetter(AddressInfo* infos, int32* count) argument
332 get_request_address_infos(Request* request, AddressInfo* infos, int32* count) argument
377 RequestRelocator(int32 requestBufferSize, area_id* areas, int32* count) argument
405 int32 count = 0; local
478 relocate_request(Request* request, int32 requestBufferSize, area_id* areas, int32* count) argument
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dcopy-acl.c228 int count;
291 count = (source_desc != -1
295 if (count < 0)
299 count = 0;
307 if (count == 0)
313 entries = (aclent_t *) malloc (count * sizeof (aclent_t));
321 ? facl (source_desc, GETACL, count, entries)
322 : acl (src_name, GETACL, count, entries))
323 == count)
333 if (count
[all...]
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A Dgeneric.h29 void SET_INDEXED_COLORS(uint count, uint8 first, uint8 *color_data, uint32 flags);
48 void SCREEN_TO_SCREEN_BLIT(engine_token *et, blit_params *list, uint32 count);
49 void FILL_RECTANGLE(engine_token *et, uint32 color, fill_rect_params *list, uint32 count);
50 void INVERT_RECTANGLE(engine_token *et, fill_rect_params *list, uint32 count);
52 void FILL_SPAN(engine_token *et, uint32 color, uint16 *list, uint32 count);
54 void SCREEN_TO_SCREEN_BLIT_DMA(engine_token *et, blit_params *list, uint32 count);
55 void FILL_RECTANGLE_DMA(engine_token *et, uint32 color, fill_rect_params *list, uint32 count);
56 void INVERT_RECTANGLE_DMA(engine_token *et, fill_rect_params *list, uint32 count);
58 void FILL_SPAN_DMA(engine_token *et, uint32 color, uint16 *list, uint32 count);
60 void SCREEN_TO_SCREEN_BLIT_PIO(engine_token *et, blit_params *list, uint32 count);
[all...]
/haiku-fatelf/src/kits/interface/
H A DPolygon.cpp24 BPolygon::BPolygon(const BPoint* points, int32 count) argument
30 _AddPoints(points, count, true);
96 BPolygon::AddPoints(const BPoint* points, int32 count) argument
98 _AddPoints(points, count, true);
155 BPolygon::_AddPoints(const BPoint* points, int32 count, bool computeBounds) argument
157 if (points == NULL || count <= 0)
159 if (count > MAX_POINT_COUNT || (fCount + count) > MAX_POINT_COUNT) {
161 "\n", count);
165 BPoint* newPoints = (BPoint*)realloc(fPoints, (fCount + count)
[all...]

Completed in 511 milliseconds

1234567891011>>