Searched refs:count (Results 226 - 250 of 1780) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/style/
H A DMoveStylesCommand.h29 int32 count,
H A DAddStylesCommand.h29 int32 count,
/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddShapesCommand.h29 int32 count,
H A DAddPathsCommand.h29 int32 count,
H A DRemoveShapesCommand.h30 int32 count);
H A DRemoveTransformersCommand.h29 int32 count);
H A DFlipPointsCommand.cpp30 int32 count)
35 if (indices && count > 0) {
36 fIndex = new (nothrow) int32[count];
37 fCount = count;
43 memcpy(fIndex, indices, count * sizeof(int32));
28 FlipPointsCommand(VectorPath* path, const int32* indices, int32 count) argument
/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c130 static int count[256], nc, bmin; local
153 if (++count[c] == 1 && c != endch) {
170 if (nc == 1 && count[bmin] == n) {
172 nc = count[bmin] = 0;
179 * count[] = counts of elements in bins.
180 * Before permuting: top[c-1] + count[c] = top[c];
186 top[0] = ak = a + count[0];
191 for (cp = count + bmin; nc > 0; cp++) {
201 top[cp-count] = ak += *cp;
215 * aj<-aj + count[
229 static int count[256], nc, bmin; local
[all...]
/haiku/headers/private/kernel/
H A Dint.h37 uint32 count; member in struct:irq_assignment
80 status_t reserve_io_interrupt_vectors(int32 count, int32 startVector,
82 status_t allocate_io_interrupt_vectors(int32 count, int32 *startVector,
84 void free_io_interrupt_vectors(int32 count, int32 startVector);
/haiku/src/apps/icon-o-matic/generic/command/
H A DRemoveCommand.h42 int32 count);
63 Container<Type>* container, const int32* indices, int32 count)
66 fItems(count > 0 ? new (nothrow) Type*[count] : NULL),
67 fIndices(count > 0 ? new (nothrow) int32[count] : NULL),
68 fCount(count),
62 RemoveCommand( Container<Type>* container, const int32* indices, int32 count) argument
/haiku/src/libs/iconv/
H A Dutf8.h102 int count; local
104 count = 1;
106 count = 2;
108 count = 3;
110 count = 4;
112 count = 5;
114 count = 6;
117 if (n < count)
119 switch (count) { /* note: code falls through cases! */
127 return count;
[all...]
H A Dc99.h113 int count; local
117 for (count = result-3; count >= 0; count--) {
118 unsigned int i = (wc >> (4*count)) & 0x0f;
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockingQueue.h78 int32 count = fElements.Count(); local
79 for (int32 i = 0; i < count; i++)
114 int32 count = fElements.Count();
115 if (count == 0)
130 int32 count = fElements.Count();
131 if (count == 0)
149 int32 count = fElements.Remove(element);
150 if (count == 0) {
154 if (count > 1) {
156 count);
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h107 s64 (*read)(struct ntfs_device *dev, void *buf, s64 count);
108 s64 (*write)(struct ntfs_device *dev, const void *buf, s64 count);
109 s64 (*pread)(struct ntfs_device *dev, void *buf, s64 count, s64 offset);
110 s64 (*pwrite)(struct ntfs_device *dev, const void *buf, s64 count,
123 extern s64 ntfs_pread(struct ntfs_device *dev, const s64 pos, s64 count,
125 extern s64 ntfs_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
128 extern s64 ntfs_mst_pread(struct ntfs_device *dev, const s64 pos, s64 count,
130 extern s64 ntfs_mst_pwrite(struct ntfs_device *dev, const s64 pos, s64 count,
134 const s64 count, void *b);
136 const s64 count, cons
[all...]
/haiku/src/tests/system/kernel/
H A Dspinlock_contention.cpp75 int32 count = atomic_set(&lock->lock, 0) - 1; local
76 if (count < 0) {
79 // add to the total count -- deal with carry manually
80 if ((uint32)atomic_add(&lock->count_low, count) + count
81 < (uint32)count) {
164 int32 count = (INT_MAX >> 16) + 1; local
169 lock.lock = count;
173 double tickTime = (double)totalTime / count;
175 if (totalTime > 1000000 || INT_MAX >> 2 < count)
[all...]
/haiku/src/tests/kits/app/bmessagerunner/
H A DGetInfoTester.cpp41 status_t GetInfo(bigtime_t *interval, int32 *count) const
42 @case 1 object is properly initialized, interval or count are NULL
54 int32 count = 5; local
55 BMessageRunner runner(target, &message, interval, count);
62 CHK(readCount == count);
68 status_t GetInfo(bigtime_t *interval, int32 *count) const
69 @case 2 object is not properly initialized, interval or count are
82 int32 count = 0; local
83 BMessageRunner runner(target, &message, interval, count);
/haiku/src/tests/servers/app/lagging_get_mouse/
H A Dmain.cpp34 int32 count = fMouseSamples.CountItems(); local
35 if (count > 0) {
40 for (int32 i = 0; i < count; i++) {
51 int32 count = fMouseSamples.CountItems(); local
52 for (int32 i = 0; i < count; i++)
/haiku/src/system/libroot/os/
H A DArchitecture.cpp66 __get_secondary_architectures(const char** architectures, size_t count) argument
78 if (index < count)
89 __get_architectures(const char** architectures, size_t count) argument
91 if (count == 0)
95 return __get_secondary_architectures(architectures + 1, count -1) + 1;
/haiku/src/tests/kits/locale/
H A DICUTest.cpp39 printf("Keywords: %d available\n", keywords->count(err));
67 int32_t count; local
68 const Locale* localeList = Locale::getAvailableLocales(count);
69 printf("%d locales found\n", count);
71 for (int i=0; i<count; i++) {
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp81 int count = 0; local
82 const UnicodeString* strings = formatSymbols.getShortMonths(count);
83 result = _SetLCTimeEntries(strings, fMon[0], sizeof(fMon[0]), count, 12);
86 strings = formatSymbols.getMonths(count);
87 result = _SetLCTimeEntries(strings, fMonth[0], sizeof(fMonth[0]), count,
92 strings = formatSymbols.getShortWeekdays(count);
93 if (count == 8 && strings[0].length() == 0) {
96 count = 7;
99 = _SetLCTimeEntries(strings, fWday[0], sizeof(fWday[0]), count, 7);
103 strings = formatSymbols.getWeekdays(count);
283 _SetLCTimeEntries(const UnicodeString* strings, char* destination, int entrySize, int count, int maxCount) argument
[all...]
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DMsiInterruptCtrlDW.cpp56 MsiInterruptCtrlDW::AllocateVectors(uint32 count, uint32& startVector, uint64& address, argument
59 if (count != 1)
78 MsiInterruptCtrlDW::FreeVectors(uint32 count, uint32 startVector) argument
81 while (count > 0) {
87 count--;
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp177 int32 count = CountSelectedItems(); local
180 for (int32 i = 0; i < count; i++) {
194 int32 count = shapes.CountItems(); local
195 if (count < 0)
198 Transformable* transformables[count];
199 for (int32 i = 0; i < count; i++) {
205 new ResetTransformationCommand(transformables, count);
215 int32 count = shapes.CountItems(); local
216 if (count < 0)
221 for (int i = 0; i < count;
250 int32 count = CountSelectedItems(); local
555 int32 count = CountItems(); local
707 int32 count = fShapeContainer->CountItems(); local
771 int32 count = CountItems(); local
797 int32 count = CountSelectedItems(); local
814 int32 count = CountSelectedItems(); local
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Daccelerant.h62 uint32 count);
64 uint32 count);
65 void (*InvertRectangle)(engine_token*, fill_rect_params*, uint32 count);
66 void (*ScreenToScreenBlit)(engine_token*, blit_params*, uint32 count);
74 void (*SetIndexedColors)(uint count, uint8 first, uint8* color_data,
111 void Mach64_SetIndexedColors(uint count, uint8 first, uint8* color_data,
113 void Rage128_SetIndexedColors(uint count, uint8 first, uint8* color_data,
143 fill_rect_params* list, uint32 count);
145 uint32 count);
147 uint32 count);
[all...]
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp53 int32 count = 0; local
74 for (i= 0; msg->GetInfo(B_ANY_TYPE, i, &name, &type, &count) == B_OK; i++) {
77 for (j = 0; j < count; j++) {
86 for (j = 0; j < count; j++) {
94 for (j = 0; j < count; j++) {
102 for (j = 0; j < count; j++) {
110 for (j = 0; j < count; j++) {
118 for (j = 0; j < count; j++) {
126 for (j = 0; j < count; j++) {
134 for (j = 0; j < count;
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp54 int32 count = CountProperties(); local
55 for (int32 i = 0; i < count; i++) {
81 int32 count = CountProperties(); local
82 for (int32 i = 0; i < count; i++) {
160 int32 count = fProperties.CountItems(); local
161 for (int32 i = 0; i < count; i++) {
181 int32 count = CountProperties(); local
182 if (count == other.CountProperties()) {
184 for (int32 i = 0; i < count; i++) {
202 int32 count local
221 int32 count = fProperties.CountItems(); local
232 int32 count = fProperties.CountItems(); local
[all...]

Completed in 252 milliseconds

1234567891011>>