Searched refs:_count (Results 51 - 75 of 98) sorted by last modified time

1234

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp678 int32 _count = *count; local
680 bufferSize, _count, &_count);
681 *count = _count;
779 int32 _count = *count; local
781 bufferSize, _count, &_count);
782 *count = _count;
944 int32 _count = *count; local
946 _count,
[all...]
/haiku/src/servers/media/
H A DNodeManager.cpp633 media_node_id* ids, int32* _count, int32 maxCount)
649 *_count = count;
1022 NodeManager::GetDormantNodes(dormant_node_info* infos, int32* _count, argument
1037 int32 maxCount = *_count;
1087 *_count = count;
632 GetInstances(media_addon_id addOnID, int32 flavorID, media_node_id* ids, int32* _count, int32 maxCount) argument
H A DNodeManager.h101 int32* _count, int32 maxCount);
137 int32* _count, const media_format* hasInput,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.h28 uint32 *_count = NULL);
H A DDataStream.cpp56 DataStream::FindBlock(off_t offset, fsblock_t& block, uint32 *_count) argument
72 if (_count) {
73 *_count = 1;
77 (*_count)++;
89 if (_count) {
90 *_count = 1;
94 (*_count)++;
116 if (_count) {
117 *_count = 1;
122 (*_count)
428 _AddBlocks(Transaction& transaction, uint32* block, off_t _count) argument
636 _FreeBlocks(Transaction& transaction, uint32* block, uint32 _count) argument
[all...]
/haiku/src/kits/media/
H A DBufferGroup.cpp210 BBufferGroup::CountBuffers(int32* _count) argument
216 *_count = fBufferCount;
H A DAddOnManager.h46 int32* _count, int32 maxCount);
49 int32* _count, int32 maxCount);
H A DBufferProducer.cpp636 int maxCount, int* _count)
635 clip_region_to_shorts(const BRegion* input, int16* data, int maxCount, int* _count) argument
/haiku/src/kits/app/
H A DMessageRunner.cpp116 int32 _count; local
117 if (reply.FindInt32("count", &_count) == B_OK) {
119 *count = _count;
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DFFmpegPlugin.cpp64 FFmpegPlugin::GetSupportedFormats(media_format** _formats, size_t* _count) argument
66 return build_decoder_formats(_formats, _count);
79 size_t* _count)
82 *_count = gMuxerCount;
78 GetSupportedFileFormats(const media_file_format** _fileFormats, size_t* _count) argument
H A DFFmpegPlugin.h28 size_t* _count);
33 size_t* _count);
/haiku/headers/private/media/
H A DWriterPlugin.h68 size_t* _count) = 0;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp445 off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count)
457 offset, size, vecs, _count);
444 IterativeIOGetVecs(void* _cookie, int32 requestID, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
H A Dhaiku_kernel_emu.cpp473 struct file_io_vec *vecs, size_t *_count)
477 return node->volume->GetFileMap(node, offset, size, vecs, _count);
472 vfs_get_file_map(struct vnode *vnode, off_t offset, size_t size, struct file_io_vec *vecs, size_t *_count) argument
/haiku/headers/os/media/
H A DBufferGroup.h40 status_t CountBuffers(int32* _count);
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex259 \item{\code{rh\_resource\_count}:
352 \code{rh\_resource\_count} member of the resources header. Since the entries
567 \item{\code{rh\_resource\_count} may be unreliable. The resource index table
/haiku/src/kits/interface/
H A DScreen.cpp217 BScreen::GetModeList(display_mode** _modeList, uint32* _count) argument
220 return fScreen->GetModeList(_modeList, _count);
H A DPrivateScreen.cpp475 BPrivateScreen::GetModeList(display_mode** _modeList, uint32* _count) argument
477 if (_modeList == NULL || _count == NULL)
502 *_count = count;
/haiku/headers/private/interface/
H A DPrivateScreen.h69 uint32* _count);
/haiku/headers/os/interface/
H A DScreen.h65 uint32* _count);
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h70 int32* _count);
/haiku/headers/os/translation/
H A DTranslatorRoster.h65 int32* _count);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h292 size_t* _count);
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp23 #define pread(_fd, _buf, _count, _pos) read_pos(_fd, _pos, _buf, _count)
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DAutoPackageAttributeDirectoryCookie.cpp27 struct dirent* buffer, size_t bufferSize, uint32* _count)
29 uint32 maxCount = *_count;
85 *_count = count;
26 Read(dev_t volumeID, ino_t nodeID, struct dirent* buffer, size_t bufferSize, uint32* _count) argument

Completed in 174 milliseconds

1234