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

1234567891011>>

/haiku/src/preferences/datatranslations/
H A DTranslatorListView.cpp47 int32 count; local
48 roster->GetOutputFormats(id, &format, &count);
56 } while (fSupertype == "application" && --count != 0);
91 int32 count; local
97 message->GetInfo("refs", &type, &count);
98 if (count > 0 && type == B_REF_TYPE) {
/haiku/headers/private/kernel/util/
H A DRadixBitmap.h69 extern radix_slot_t radix_bitmap_alloc(radix_bitmap *bmp, uint32 count);
71 uint32 count);
H A Dqueue.h17 int count; member in struct:queue
30 int count; member in struct:fixed_queue
/haiku/src/add-ons/accelerants/radeon/
H A Dpalette.c55 uint count, uint8 first, uint8 *color_data );
59 uint count, uint8 first, uint8 *color_data, uint32 flags )
65 SHOW_FLOW( 3, "first=%d, count=%d", first, count );
73 setPalette( ai, 0, count, first, color_data );
75 setPalette( ai, 1, count, first, color_data );
82 uint count, uint8 first, uint8 *color_data )
95 for( i = 0; i < count; ++i, color_data += 3 )
109 for( i = 0; i < count; ++i, color_data += 3 ) {
58 SET_INDEXED_COLORS( uint count, uint8 first, uint8 *color_data, uint32 flags ) argument
80 setPalette( accelerator_info *ai, int crtc_idx, uint count, uint8 first, uint8 *color_data ) argument
/haiku/src/add-ons/kernel/drivers/timer/
H A Dmsi.h29 status_t msi_allocate_vectors(uint8 count, uint8 *startVector,
31 void msi_free_vectors(uint8 count, uint8 startVector);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockerPool.h11 BlockerPool(int32 count = 10);
20 status_t _Init(int32 count);
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequest.cpp49 Request::GetAddressInfos(AddressInfo* infos, int32* count) argument
51 *count = 0;
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.cpp53 int32 count = fManipulators.CountItems(); local
54 for (int32 i = 0; i < count; i++) {
67 int32 count = fManipulators.CountItems(); local
68 for (int32 i = 0; i < count; i++) {
100 int32 count = fManipulators.CountItems(); local
101 for (int32 i = count - 1; i >= 0; i--) {
127 int32 count = fManipulators.CountItems(); local
129 for (int32 i = 0; i < count; i++) {
162 int32 count = fManipulators.CountItems(); local
163 for (int32 i = 0; i < count;
179 int32 count = fManipulators.CountItems(); local
194 int32 count = fManipulators.CountItems(); local
253 int32 count = fManipulators.CountItems(); local
305 int32 count = fManipulators.CountItems(); local
[all...]
/haiku/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/src/add-ons/kernel/cpu/x86/
H A Dintel.cpp37 intel_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
39 generic_set_mtrrs(defaultType, infos, count, generic_count_mtrrs());
H A Dvia.cpp35 via_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
37 generic_set_mtrrs(defaultType, infos, count, via_count_mtrrs());
H A Damd.cpp43 amd_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
45 generic_set_mtrrs(defaultType, infos, count, generic_count_mtrrs());
/haiku/src/tests/kits/media/
H A DBufferTest.cpp35 int32 count; local
42 s = group->CountBuffers(&count);
44 CPPUNIT_ASSERT_EQUAL(0, count);
53 int32 count; local
61 s = group->CountBuffers(&count);
63 CPPUNIT_ASSERT_EQUAL(3, count);
78 s = group2->CountBuffers(&count);
80 CPPUNIT_ASSERT_EQUAL(1, count);
/haiku/src/system/kernel/vm/
H A DVMDeviceCache.cpp24 VMDeviceCache::Read(off_t offset, const generic_io_vec *vecs, size_t count, argument
33 VMDeviceCache::Write(off_t offset, const generic_io_vec* vecs, size_t count, argument
H A DVMDeviceCache.h22 size_t count, uint32 flags,
25 size_t count, uint32 flags,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DRevokeManager.cpp40 int count = revokeBlock->NumBytes() / 4; local
42 for (int i = 0; i < count; ++i) {
/haiku/src/tools/checkstyle/
H A Dutils.py17 startLine = source.count('\n', 0, start)
60 count = 0
62 if count % 2 == 0:
65 temp += escape(slice) + "<em>" + highlights[(count - 1) // 2][2] \
67 count += 1
72 count = 1
74 file.write(str(count).rjust(4)+"<br/>")
75 count += 1
/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddPathsCommand.cpp24 const VectorPath* const* paths, int32 count, bool ownsPaths, int32 index)
25 : AddCommand<VectorPath>(container, paths, count, ownsPaths, index)
23 AddPathsCommand(Container<VectorPath>* container, const VectorPath* const* paths, int32 count, bool ownsPaths, int32 index) argument
/haiku/src/kits/support/
H A DStringList.cpp36 BStringList::BStringList(int32 count) argument
38 fStrings(count)
117 int32 count = fStrings.CountItems(); local
122 for (int32 i = count - 1; i >= 0; i--) {
130 for (int32 i = count - 1; i >= 0; i--) {
168 BStringList::Remove(int32 index, int32 count) argument
174 int32 end = index + std::min(stringCount - index, count);
253 int32 count = fStrings.CountItems(); local
258 for (int32 i = 0; i < count; i++) {
264 for (int32 i = 0; i < count;
300 int32 count = fStrings.CountItems(); local
311 int32 count = fStrings.CountItems(); local
375 int32 count = CountStrings(); local
432 int32 count = fStrings.CountItems(); local
442 int32 count = fStrings.CountItems(); local
452 int32 count = CountStrings(); local
[all...]
/haiku/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/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/src/apps/installer/
H A DBlockingQueue.h81 int32 count = fElements.size(); local
82 for (int32 i = 0; i < count; i++)
119 int32 count = fElements.size();
120 if (count == 0)
135 int32 count = fElements.size();
136 if (count == 0)
155 int32 count = 0;
159 count++;
162 if (count == 0) {
167 if (count >
[all...]
/haiku/src/system/boot/platform/riscv/
H A DFwCfg.cpp35 DmaOp(uint8_t *bytes, size_t count, uint32_t op) argument
39 dma.length = B_HOST_TO_BENDIAN_INT32(count);
51 ReadBytes(uint8_t *bytes, size_t count) argument
53 DmaOp(bytes, count, fwCfgDmaFlagsRead);
58 WriteBytes(uint8_t *bytes, size_t count) argument
60 DmaOp(bytes, count, fwCfgDmaFlagsWrite);
73 uint32_t count = B_BENDIAN_TO_HOST_INT32(Read32()); local
74 dprintf("count: %" B_PRIu32 "\n", count);
75 for (uint32_t i = 0; i < count;
94 uint32_t count = B_BENDIAN_TO_HOST_INT32(Read32()); local
[all...]
/haiku/src/servers/app/font/
H A DFontFamily.cpp87 int32 count = fStyles.CountItems();
88 for (int32 i = 0; i < count; i++) {
140 int32 count = fStyles.CountItems();
141 if (!name || count < 1)
144 for (int32 i = 0; i < count; i++) {
232 int32 count = fStyles.CountItems();
233 for (int32 i = 0; i < count; i++) {
250 int32 count = fStyles.CountItems();
251 for (int32 i = 0; i < count; i++) {
160 int32 count = fStyles.CountItems(); local
245 int32 count = fStyles.CountItems(); local
266 int32 count = fStyles.CountItems(); local
284 int32 count = fStyles.CountItems(); local

Completed in 119 milliseconds

1234567891011>>