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

1234567891011>>

/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DRemoveShapesCommand.cpp31 int32 count)
34 fShapes(count > 0 ? new (nothrow) Shape*[count] : NULL),
35 fIndices(count > 0 ? new (nothrow) int32[count] : NULL),
36 fCount(count),
29 RemoveShapesCommand(ShapeContainer* container, int32* const indices, int32 count) argument
H A DRemoveTransformersCommand.cpp31 int32 count)
34 fTransformers(count > 0 ? new (nothrow) Transformer*[count] : NULL),
35 fIndices(count > 0 ? new (nothrow) int32[count] : NULL),
36 fCount(count),
29 RemoveTransformersCommand(Shape* container, const int32* indices, int32 count) argument
H A DTransformPointsCommand.cpp26 int32 count,
45 fIndices(indices && count > 0 ?
46 new (nothrow) int32[count] : NULL),
47 fPoints(points && count > 0 ?
48 new (nothrow) control_point[count] : NULL),
49 fCount(count)
20 TransformPointsCommand( TransformBox* box, VectorPath* path, const int32* indices, const control_point* points, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name, int32 nameIndex) argument
/haiku-fatelf/src/apps/icon-o-matic/transformable/
H A DTransformObjectsCommand.cpp23 int32 count,
41 fObjects(objects && count > 0 ?
42 new (nothrow) Transformable*[count] : NULL),
43 fOriginals(originals && count > 0 ?
45 count * Transformable::matrix_size] : NULL),
46 fCount(count)
19 TransformObjectsCommand( TransformBox* box, Transformable** const objects, const double* originals, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name, int32 nameIndex) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DBlocker.cpp76 // get semaphore count
77 int32 count;
78 status_t error = get_sem_count(fData->semaphore, &count);
81 // set the semaphore count to zero
82 if (count > 0)
83 error = acquire_sem_etc(fData->semaphore, count, B_RELATIVE_TIMEOUT, 0);
84 else if (count < 0)
85 error = release_sem_etc(fData->semaphore, -count, 0);
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Dmsi.h29 status_t msi_allocate_vectors(uint8 count, uint8 *startVector,
31 void msi_free_vectors(uint8 count, uint8 startVector);
/haiku-fatelf/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-fatelf/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-fatelf/src/add-ons/kernel/bus_managers/pci/arch/x86/
H A Dpci_bios.cpp35 pci_bios_get_max_bus_devices(void *cookie, int32 *count) argument
37 *count = 32;
/haiku-fatelf/src/add-ons/kernel/cpu/x86/
H A Damd.cpp46 amd_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
48 generic_set_mtrrs(defaultType, infos, count, generic_count_mtrrs());
H A Dintel.cpp41 intel_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
43 generic_set_mtrrs(defaultType, infos, count, generic_count_mtrrs());
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DRevokeManager.cpp37 int count = revokeBlock->NumBytes() / 4; local
39 for (int i = 0; i < count; ++i) {
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockerPool.h11 BlockerPool(int32 count = 10);
20 status_t _Init(int32 count);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequest.cpp49 Request::GetAddressInfos(AddressInfo* infos, int32* count) argument
51 *count = 0;
/haiku-fatelf/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-fatelf/src/apps/mediaplayer/playlist/
H A DRandomizePLItemsCommand.cpp27 const int32* indices, int32 count)
31 fItems(count > 0 ? new (nothrow) PlaylistItem*[count] : NULL),
32 fListIndices(count > 0 ? new (nothrow) int32[count] : NULL),
33 fRandomInternalIndices(count > 0 ? new (nothrow) int32[count] : NULL),
34 fCount(count)
26 RandomizePLItemsCommand(Playlist* playlist, const int32* indices, int32 count) argument
/haiku-fatelf/src/bin/coreutils/lib/
H A Dwrite.c41 rpl_write (int fd, const void *buf, size_t count) argument
44 ssize_t ret = write (fd, buf, count);
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDeviceJobQueue.cpp48 int32 count = fJobs.CountItems(); local
49 for (int32 i = 0; i < count; i++) {
/haiku-fatelf/src/libs/icon/shape/
H A DPathContainer.cpp38 int32 count = fListeners.CountItems(); local
39 if (count > 0) {
176 int32 count = CountPaths(); local
177 for (int32 i = 0; i < count; i++) {
199 int32 count = listeners.CountItems(); local
200 for (int32 i = 0; i < count; i++) {
212 int32 count = listeners.CountItems(); local
213 for (int32 i = 0; i < count; i++) {
H A DShapeContainer.cpp45 int32 count = fListeners.CountItems(); local
46 if (count > 0) {
185 int32 count = CountShapes(); local
186 for (int32 i = 0; i < count; i++) {
207 int32 count = listeners.CountItems(); local
208 for (int32 i = 0; i < count; i++) {
220 int32 count = listeners.CountItems(); local
221 for (int32 i = 0; i < count; i++) {
/haiku-fatelf/src/libs/icon/style/
H A DStyleContainer.cpp38 int32 count = fListeners.CountItems(); local
39 if (count > 0) {
178 int32 count = CountStyles(); local
179 for (int32 i = 0; i < count; i++) {
200 int32 count = listeners.CountItems(); local
201 for (int32 i = 0; i < count; i++) {
213 int32 count = listeners.CountItems(); local
214 for (int32 i = 0; i < count; i++) {
/haiku-fatelf/src/system/kernel/vm/
H A DVMDeviceCache.cpp24 VMDeviceCache::Read(off_t offset, const iovec* vecs, size_t count, argument
33 VMDeviceCache::Write(off_t offset, const iovec* vecs, size_t count, argument
H A DVMDeviceCache.h22 size_t count, uint32 flags,
25 size_t count, uint32 flags,

Completed in 198 milliseconds

1234567891011>>