Searched refs:count (Results 251 - 275 of 2328) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/array/
H A DsmallArray.cpp17 array->count = 0;
28 int32 index = int32(1.0 * rand() * array->count / RAND_MAX);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/private/
H A DRequest.cpp49 Request::GetAddressInfos(AddressInfo* infos, int32* count) argument
51 *count = 0;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DBlockerPool.h11 BlockerPool(int32 count = 10);
20 status_t _Init(int32 count);
/haiku-fatelf/src/tools/checkstyle/
H A Dutils.py12 startLine = source.count('\n', 0, start)
56 count = 0
58 if count % 2 == 0:
61 temp += escape(slice) + "<em>" + highlights[(count - 1) / 2][2] \
63 count += 1
68 count = 1
70 file.write(str(count).rjust(4)+"<br>")
71 count += 1
/haiku-fatelf/src/kits/tracker/
H A DPoseList.cpp47 int32 count = CountItems(); local
48 for (int32 index = 0; index < count; index++) {
65 int32 count = CountItems(); local
66 for (int32 index = 0; index < count; index++) {
90 int32 count = CountItems(); local
91 for (int32 index = 0; index < count; index++) {
120 int32 count = CountItems(); local
122 for (int32 index = 0; index < count; index++) {
H A DEntryIterator.cpp86 int32 count)
88 int32 result = fWalker->GetNextDirents(buffer, length, count);
239 int32 count)
248 if (!count)
256 int32 count = fIterator->GetNextDirents(fCurrentDirent, local
259 if (count <= 0)
262 fNumEntries += count;
285 for (int32 count = 0; count < fNumEntries; count
85 GetNextDirents(struct dirent* buffer, size_t length, int32 count) argument
238 GetNextDirents(struct dirent* ent, size_t size, int32 count) argument
394 GetNextDirents(struct dirent* buffer, size_t length, int32 count) argument
430 int32 count = fList.CountItems(); local
490 GetNextDirents(struct dirent* buffer, size_t length, int32 count) argument
517 int32 count = fList.CountItems(); local
530 int32 count = fList.CountItems(); local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DServerInfo.cpp100 int32 count = fShareInfos.Count(); local
101 visitor->Visit(this, count);
102 for (int32 i = 0; i < count; i++)
113 int32 count = fShareInfos.Count(); local
114 flattener->WriteInt32(count);
115 for (int32 i = 0; i < count; i++)
128 int32 count; local
129 if (unflattener->ReadInt32(count) != B_OK)
132 for (int32 i = 0; i < count; i++) {
202 int32 count local
[all...]
/haiku-fatelf/src/apps/installer/
H A DBlockingQueue.h104 int32 count = fElements.size(); local
105 for (int32 i = 0; i < count; i++)
142 int32 count = fElements.size();
143 if (count == 0)
158 int32 count = fElements.size();
159 if (count == 0)
178 int32 count = 0;
182 count++;
185 if (count == 0) {
190 if (count >
[all...]
/haiku-fatelf/src/libs/iconv/
H A Dbig5hkscs2001.h116 int count = 0; local
138 count = 2;
144 if (n > count) {
147 return count+1;
159 if (n >= count+2) {
163 return count+2;
176 return count+0;
178 if (n >= count+2) {
182 return count+2;
189 if (n >= count
[all...]
H A Deuc_jisx0213.h149 int count = 0; local
199 count = 2;
204 if (n > count) {
207 return count+1;
212 if (n >= count+2) {
216 return count+2;
227 return count+0;
231 if (n >= count+3) {
236 return count+3;
241 if (n >= count
[all...]
/haiku-fatelf/src/servers/app/font/
H A DFontFamily.cpp108 int32 count = fStyles.CountItems();
109 for (int32 i = 0; i < count; i++) {
165 int32 count = fStyles.CountItems(); local
166 if (!name || count < 1)
169 for (int32 i = 0; i < count; i++) {
250 int32 count = fStyles.CountItems(); local
251 for (int32 i = 0; i < count; i++) {
268 int32 count = fStyles.CountItems(); local
269 for (int32 i = 0; i < count; i++) {
286 int32 count local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DServerInfo.cpp100 int32 count = fShareInfos.Count(); local
101 visitor->Visit(this, count);
102 for (int32 i = 0; i < count; i++)
113 int32 count = fShareInfos.Count(); local
114 flattener->WriteInt32(count);
115 for (int32 i = 0; i < count; i++)
128 int32 count; local
129 if (unflattener->ReadInt32(count) != B_OK)
132 for (int32 i = 0; i < count; i++) {
202 int32 count local
[all...]
/haiku-fatelf/headers/private/shared/
H A DArray.h38 inline bool InsertUninitialized(int32 index, int32 count);
39 inline bool Remove(int32 index, int32 count = 1);
131 Array<Element>::InsertUninitialized(int32 index, int32 count) argument
133 if (index < 0 || index > fSize || count < 0)
135 if (count == 0)
138 if (!_Resize(index, count))
141 fSize += count;
148 Array<Element>::Remove(int32 index, int32 count) argument
150 if (index < 0 || count < 0 || index + count > fSiz
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DCalloutEmitter.java144 for (int count = 0; count < children.getLength(); count++) {
145 Node node = children.item(count);
191 for (int count = start; count < start+len; count++) {
212 if (chars[count] == '\n') {
246 newChars[pos++] = chars[count];
265 for (int count
[all...]
/haiku-fatelf/src/add-ons/translators/sgi/
H A DSGIImage.cpp603 uint32 count; // RLE count local
626 count = ch & 127;
627 if (count == 0)
631 for (uint32 i = 0; i < count; i++) {
662 for (uint32 i = 0; i < count; i++) {
684 uint32 count; // RLE count local
695 count = ch & 127;
696 if (count
776 uint32 count; // RLE count local
854 uint32 count; // RLE count local
901 int32 count; // number of repeated/non-repeated pixels local
986 int32 count; // number of repeated/non-repeated pixels local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A DRKkana.c143 #define ADDCODE(dst, maxdst, count, code, length) {\
145 (maxdst) -= (length); (count) += (length);\
161 static int _ADDCODE(unsigned char *dst, int maxdst, int count, unsigned long code, int length);
164 _ADDCODE(unsigned char *dst, int maxdst, int count, unsigned long code, int length) argument
168 count += length;
183 #define ADDCODE(dst, maxdst, count, code, length) \
184 { int llen = _ADDCODE(dst, maxdst, count, (unsigned long)code, length); \
185 if (llen > 0 && (dst)) { (dst) += llen; (maxdst) -= llen; (count) += llen; }}
187 #define ADDWCODE(dst, maxdst, count, code) {\
189 (maxdst)-- ; (count)
210 int count = 0; local
277 int count = 0; local
358 int count = 0; local
400 int count = 0; local
443 int count = 0; local
477 int count = 0; local
544 int count; local
950 int count; local
[all...]
/haiku-fatelf/headers/compatibility/bsd/sys/
H A Dmd4.h32 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD4Context
/haiku-fatelf/headers/private/graphics/intel_810/
H A DDriverInterface.h30 int32 count; member in struct:Benaphore
34 count = 0;
41 if (atomic_add(&count, 1) > 0)
48 if (atomic_add(&count, -1) > 1)
/haiku-fatelf/headers/private/media/
H A DNotifications.h66 void NodesCreated(const media_node_id* ids, int32 count);
67 void NodesDeleted(const media_node_id* ids, int32 count);
72 void BuffersCreated(area_info* areas, int32 count);
73 void BuffersDeleted(const media_buffer_id* ids, int32 count);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.h12 status_t vga_set_indexed_colors(uint8 first, uint8 *colors, uint16 count);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A Dmd5.h38 UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon2557
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DVIPPort.h61 int ReadFifo(int device, uint32 address, uint32 count, uint8 *buffer) { argument
62 return fRadeon.VIPReadFifo( device, address, count, buffer );
65 int WriteFifo(int device, uint32 address, uint32 count, uint8 *buffer) { argument
66 return fRadeon.VIPWriteFifo( device, address, count, buffer );
/haiku-fatelf/src/add-ons/media/plugins/musepack/
H A DMusePack.h18 status_t GetSupportedFormats(media_format ** formats, size_t * count);
/haiku-fatelf/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.h56 void (*fSwapInput)(void *data, int32 count);
57 void (*fConvert)(void *dst, const void *src, int32 count);
58 void (*fSwapOutput)(void *data, int32 count);
73 status_t GetSupportedFormats(media_format ** formats, size_t * count);
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DChartDataSource.h21 double* samples, int32 count) = 0;

Completed in 346 milliseconds

<<11121314151617181920>>