Searched refs:groupSize (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_unistd.h80 extern int fssh_getgroups(int groupSize, fssh_gid_t groupList[]);
/haiku/src/kits/media/
H A DParameterWeb.cpp535 ssize_t groupSize = group->FlattenedSize(); local
536 if (groupSize > size_left(size, bufferStart, buffer)) {
541 write_to_buffer<ssize_t>(&buffer, groupSize);
544 status_t status = group->Flatten(buffer, groupSize);
548 skip_in_buffer(&buffer, groupSize);
618 ssize_t groupSize local
620 if (groupSize > size_left(size, bufferStart, buffer)) {
627 groupSize);
634 skip_in_buffer(&buffer, groupSize);
997 ssize_t groupSize local
1146 ssize_t groupSize local
[all...]
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp164 int32 groupSize = currentGroup->CountItems();
165 if (groupSize <= 1)
168 for (int32 i = 0; i < groupSize; i++) {
174 int32 previousIndex = i > 0 ? i - 1 : groupSize - 1;
178 int32 nextIndex = i < groupSize - 1 ? i + 1 : 0;
/haiku/src/tools/fs_shell/
H A Dunistd.cpp458 fssh_getgroups(int groupSize, fssh_gid_t groupList[])

Completed in 52 milliseconds