Searched refs:count (Results 1 - 25 of 1780) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp143 l2cap_listen(net_protocol* protocol, int count) argument
145 return ((L2capEndpoint*)protocol)->Listen(count);
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h123 void* data, size_t count);
/haiku/src/tests/add-ons/accelerants/intel_extreme/
H A Dintel_reg.cpp28 " --count <n> - Read n registers.\n"
53 uint32_t count = 1; local
61 } else if (strcmp(arg, "--count") == 0) {
62 count = strtol(argv[++argi], (char **)NULL, 10);
63 if (count == 0 && errno != 0)
84 if (strcmp(arg, "--count") == 0) {
85 count = strtol(programArgs[2], (char **)NULL, 10);
86 if (count == 0 && errno != 0)
141 for (uint32_t i = 0; i < count; i++) {
/haiku/src/kits/tracker/
H A DFSUtils.cpp241 int32 count, bool optional)
378 int32 count, bool optional)
381 gStatusWindow->UpdateStatus(fThread, name, count, optional);
2165 // count the number of name collisions in dest folder
2168 int32 count = srcList->CountItems(); local
2169 for (int32 i = 0; i < count; i++) {
3009 // don't count trash directory itself
3083 int32 count = list->CountItems(); local
3084 for (int32 index = 0; index < count; index++) {
3149 int32 count local
240 UpdateStatus(const char* name, const entry_ref& ref, int32 count, bool optional) argument
377 UpdateStatus(const char* name, const entry_ref&, int32 count, bool optional) argument
4078 uint32 count = entries.size(); local
[all...]
H A DContainerWindow.cpp811 int32 count = unmodified.CountItems(); local
812 for (int32 i = 0; i < count; i++) {
1166 int32 count; local
1168 &type, &count);
1172 for (int32 index = 0; index < count; index++) {
2304 // count persistent writable volumes
2916 int32 count; local
2918 &count) == B_OK) {
3024 int32 count = primaryList.CountItems(); local
3025 for (int32 index = 0; index < count; inde
[all...]
H A DFilePanelPriv.cpp312 int32 count; local
313 if (message->GetInfo("refs", &type, &count) != B_OK)
316 if (count != 1)
615 int32 count = selectionList->CountItems(); local
616 if (count) {
620 for (int32 index = 0; index < count; index++) {
630 && count == 1) {
1261 int32 count = 0; local
1263 message->GetInfo("refs", &type, &count);
1266 if (count >
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1291 struct dirent *buffer, size_t bufferSize, uint32 *count)
1318 *count = 1;
1323 *count = 0;
1413 struct dirent *buffer, size_t bufferSize, uint32 *count)
1437 *count = 1;
1442 *count = 0;
1888 struct dirent *buffer, size_t bufferSize, uint32 *count)
1911 *count = 1;
1916 *count = 0;
2095 size_t bufferSize, uint32 *count)
1290 ramfs_read_dir(fs_volume* _volume, fs_vnode* DARG(_node), void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
1412 ramfs_read_attr_dir(fs_volume* _volume, fs_vnode* _node, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
1887 ramfs_read_index_dir(fs_volume* _volume, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
2094 ramfs_read_query(fs_volume* _volume, void* _cookie, struct dirent *buffer, size_t bufferSize, uint32 *count) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.h25 uint8 count; member in struct:ShortAttribute::AShortFormHeader
H A DShortAttribute.cpp131 for (int i = 0; i < fHeader->count; i++) {
161 for (int i = 0; i < fHeader->count; i++) {
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c264 uint32 i = 0, index = 0, count, id, parent, parent2, parent3; local
403 count = source_info_size;
405 count = 1;
407 count--;
409 for (i = 1; i < count ; i++) {
995 //int32 count;
1004 //get_sem_count(stream->card->buffer_ready_sem, &count);
1005 //if (count <= 0)
1013 //int32 count;
1025 //get_sem_count(stream->card->buffer_ready_sem, &count);
[all...]
H A Demuxki.h119 int32 count; member in struct:_midi_dev
424 void emuxki_gpr_dump(emuxki_dev * card, uint16 count);
H A Demuxki.c88 2 // buffer count
1754 uint8 count = gpr->type & EMU_MIX_STEREO ? 2 : 1; local
1764 for (i = 0; i < count; i++)
1768 for (i = 0; i < count; i++) {
1772 for (i = 0; i < count; i++) {
1793 uint8 count = gpr->type & EMU_MIX_STEREO ? 2 : 1; local
1800 for (i = 0; i < count; i++) {
1813 emuxki_gpr_dump(emuxki_dev * card, uint16 count) argument
1820 for (pc = 0; pc < count; pc++) {
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmixer.c174 int count)
182 for (ix=0; ix<count; ix++) {
234 int count)
242 for (ix=0; ix<count; ix++) {
272 ((cmedia_pci_level_cmd *)data)->count =
274 ((cmedia_pci_level_cmd *)data)->count);
277 ((cmedia_pci_level_cmd *)data)->count =
279 ((cmedia_pci_level_cmd *)data)->count);
171 gather_info( mixer_dev * mixer, cmedia_pci_level * data, int count) argument
231 disperse_info( mixer_dev * mixer, cmedia_pci_level * data, int count) argument
H A Dcm_private.h59 int32 count; member in struct:_midi_dev
119 uint32 rd_skipped; /* count of misses */
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_multi.cpp337 uint32 i = 0, index = 0, count, id, parent, parent2, parent3; local
343 count = source_info_size;
346 for (i = 1; i < count ; i++) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c201 uint32 i = 0, index = 0, count, id, parent, parent2, parent3; local
316 count = source_info_size;
317 count--;
319 for (i = 1; i < count ; i++) {
844 //int32 count;
856 //get_sem_count(stream->card->buffer_ready_sem, &count);
857 //if (count <= 0)
866 //int32 count;
878 //get_sem_count(stream->card->buffer_ready_sem, &count);
879 //if (count <
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c205 uint32 i = 0, index = 0, count, id, parent, parent2, parent3; local
211 count = source_info_size;
214 for (i = 1; i < count ; i++) {
842 //int32 count;
854 //get_sem_count(stream->card->buffer_ready_sem, &count);
855 //if (count <= 0)
864 //int32 count;
876 //get_sem_count(stream->card->buffer_ready_sem, &count);
877 //if (count <= 0)
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp753 TCPEndpoint::Listen(int count) argument
776 gSocketModule->set_max_backlog(socket, count);
1412 // count the received SYN
2629 kprintf(" duplicate acknowledge count: %" B_PRIu32 "\n",
/haiku/src/preferences/appearance/
H A DAPRView.cpp240 const int32 count = color_description_count(); local
241 for (int32 i = 0; i < count; i++) {
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp760 TRACE(" widget start %" B_PRIu32 ", count %" B_PRIu32 "\n",
1358 uint32 count = 0; local
1360 for (uint32 i = 0; i < audioGroup->widget_count && count < MAX_IO_WIDGETS;
1432 if (count == 0) {
1440 stream->io_widgets[count++] = widget.node_id;
1443 if (count == 0)
1446 stream->num_io_widgets = count;
1512 uint8 count; member in struct:__anon3
1542 nodeID < response.start + response.count; nodeID++) {
/haiku/src/tools/fs_shell/
H A Dvfs.cpp247 bool traverseLeafLink, int count, struct vnode **_vnode,
1094 int count, struct vnode **_vnode, fssh_vnode_id *_parentID)
1163 if (count + 1 > FSSH_B_MAX_SYMLINKS) {
1212 status = vnode_path_to_vnode(vnode, path, traverseLeafLink, count + 1,
1224 // decrease the ref count on the old dir we just looked up into
2173 fssh_size_t count, fssh_size_t *_numBytes)
2177 for (fssh_size_t i = 0; i < count; i++)
2184 newVecs = new(std::nothrow) fssh_iovec[count];
2189 for (fssh_size_t i = 0; i < count && toRead > 0; i++) {
2198 count
1093 vnode_path_to_vnode(struct vnode *vnode, char *path, bool traverseLeafLink, int count, struct vnode **_vnode, fssh_vnode_id *_parentID) argument
2172 fssh_read_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2213 fssh_write_pages(int fd, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2386 vfs_read_pages(void *_vnode, void *cookie, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
2397 vfs_write_pages(void *_vnode, void *cookie, fssh_off_t pos, const fssh_iovec *vecs, fssh_size_t count, fssh_size_t *_numBytes) argument
[all...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp363 // Figure out the stream count. If the context has "AVPrograms", use
620 "(Current count: %d)\n", fStream->nb_index_entries);
1258 int count = 5;
1259 int firstEntriesCount = min_c(fStream->nb_index_entries, count);
1268 if (fStream->nb_index_entries - count > i) {
1269 i = fStream->nb_index_entries - count;
1473 int32 count = fStreams[0]->CountStreams(); local
1474 for (int32 i = 0; i < count; i++)
H A DAVCodecDecoder.cpp362 set_channel_count(AVCodecContext* context, int count) argument
364 context->ch_layout.nb_channels = count;
457 "output frame size: %d, count: %" B_PRId32 ", rate: %.2f\n",
756 TRACE_AUDIO(" frame count: %d current: %" B_PRId64 "\n",
807 // Check that channel count is not still a wild card!
905 - channels: Channel count of first audio frame
1185 - channels: Channel count of first audio frame
/haiku/headers/private/virtio/
H A Dvirtio.h119 status_t (*alloc_queues)(virtio_device cookie, size_t count,
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1863 uint32 count = 0; local
1871 count++;
1878 return count > 0 ? B_OK : B_ENTRY_NOT_FOUND;

Completed in 190 milliseconds

1234567891011>>