Searched refs:count (Results 301 - 325 of 1781) sorted by relevance

<<11121314151617181920>>

/haiku/src/libs/icon/transformer/
H A DPathSource.cpp70 int32 count = fPaths->CountItems(); local
71 for (int32 i = 0; i < count; i++) {
/haiku/headers/libs/print/libprint/
H A DPagesView.h23 void _DrawPages(BPoint position, int number, int count);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DBlockerPool.cpp14 BlockerPool::BlockerPool(int32 count) argument
20 fInitStatus = _Init(count);
73 BlockerPool::_Init(int32 count) argument
89 for (int32 i = 0; i < count; i++) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.h29 extern s64 ntfs_compressed_attr_pread(ntfs_attr *na, s64 pos, s64 count,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp63 fPorts[fPortCount].count = 1;
82 info.count++;
101 info.count = 1;
116 if (--info.count == 0) {
/haiku/src/apps/cortex/addons/audioOps/
H A Daudio_op_tools.h50 uint32 count); //nyi
/haiku/src/apps/icon-o-matic/shape/commands/
H A DFlipPointsCommand.h20 int32 count);
H A DPathCommand.cpp51 PathCommand::_Select(const int32* indices, int32 count, argument
H A DPathCommand.h32 void _Select(const int32* indices, int32 count,
H A DMovePathsCommand.h30 int32 count,
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.h28 int32 count);
/haiku/src/bin/network/ftpd/
H A Dmd5.h40 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD5Context
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.h24 virtual void SortPartitions(KPartition** partitions, int32 count);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSuperBlock.h27 void SetFreeBlocks(uint64 count);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCAuth.cpp68 int count = getgroups(0, NULL); local
69 if (count < B_OK)
71 gid_t* groups = (gid_t*)malloc(count * sizeof(gid_t));
75 int len = getgroups(count, groups);
/haiku/src/kits/tracker/
H A DPendingNodeMonitorCache.cpp107 int32 count = fList.CountItems(); local
108 for (int32 index = count - 1; index >= 0; index--)
118 int32 count = fList.CountItems(); local
119 for (int32 index = count - 1; index >= 0; index--)
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h29 int32 count; member in struct:Benaphore
33 count = 0;
40 if (atomic_add(&count, 1) > 0)
47 if (atomic_add(&count, -1) > 1)
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp67 int32 count = 0; local
71 m->GetInfo("refs", &type, &count);
72 if (count <= 0)
99 for (long i = 0; i < count; i++) {
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dmd5.h40 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD5Context
/haiku/headers/compatibility/bsd/sys/
H A Dmd5.h45 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:MD5Context
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.cpp16 vga_set_indexed_colors(uint8 first, uint8 *colors, uint16 count) argument
22 if (first + count > 256)
23 count = 256 - first;
28 for (int32 i = first; i < count; i++) {
/haiku/src/tools/fs_shell/
H A Dunistd.cpp142 // count arguments
371 fssh_read(int fd, void *buffer, fssh_size_t count) argument
375 if (FSShell::restricted_file_restrict_io(fd, pos, count) < 0)
377 return read(fd, buffer, count);
380 buffer, count);
389 fssh_read_pos(int fd, fssh_off_t pos, void *buffer, fssh_size_t count) argument
391 if (FSShell::restricted_file_restrict_io(fd, pos, count) < 0)
394 return read_pos(fd, pos, buffer, count);
396 return _kern_read(fd, pos, buffer, count);
402 fssh_write(int fd, const void *buffer, fssh_size_t count) argument
420 fssh_write_pos(int fd, fssh_off_t pos, const void *buffer, fssh_size_t count) argument
[all...]
/haiku/src/system/kernel/
H A Dcpu.cpp167 uint32 count; local
170 count = acquire_read_seqlock(&gCPU[cpu].active_time_lock);
172 } while (!release_read_seqlock(&gCPU[cpu].active_time_lock, count));
235 int32 count = 0;
240 if (count != i)
241 node->children[count] = node->children[i];
243 if (node->children[count]->level != CPU_TOPOLOGY_SMT)
244 node->children[count]->id = lastID[node->children[count]->level]++;
246 cpu_rebuild_topology_tree(node->children[count], lastI
386 int32 i, count; local
[all...]
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.h31 int32 count);
H A DRemoveStylesCommand.cpp30 int32* const indices, int32 count)
31 : RemoveCommand<Style>(container, indices, count),
32 fShapes(indices && count > 0 ? new (nothrow) BList[count] : NULL)
29 RemoveStylesCommand(Container<Style>* container, int32* const indices, int32 count) argument

Completed in 146 milliseconds

<<11121314151617181920>>