Searched refs:_count (Results 1 - 25 of 98) sorted by relevance

1234

/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DEmptyAttributeDirectoryCookie.cpp12 struct dirent* buffer, size_t bufferSize, uint32* _count)
14 *_count = 0;
11 Read(dev_t volumeID, ino_t nodeID, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
H A DAttributeDirectoryCookie.h21 uint32* _count) = 0;
H A DEmptyAttributeDirectoryCookie.h16 uint32* _count);
H A DAutoPackageAttributeDirectoryCookie.h29 uint32* _count);
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
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DCodecTable.h17 status_t build_decoder_formats(media_format** _formats, size_t* _count);
H A DFFmpegPlugin.h28 size_t* _count);
33 size_t* _count);
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 DCodecTable.cpp28 build_decoder_formats(media_format** _formats, size_t* _count) argument
80 *_count = index;
/haiku/src/kits/translation/
H A DFuncTranslator.cpp62 BFuncTranslator::InputFormats(int32* _count) const
64 if (_count == NULL || fData.input_formats == NULL)
72 *_count = count;
78 BFuncTranslator::OutputFormats(int32* _count) const
80 if (_count == NULL || fData.output_formats == NULL)
88 *_count = count;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dvfs.h17 struct file_io_vec *vecs, size_t *_count);
/haiku/headers/private/graphics/common/
H A Dcreate_display_modes.h24 check_display_mode_hook hook, display_mode** _modes, uint32* _count);
/haiku/src/add-ons/kernel/file_systems/ext2/
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...]
H A DExtentStream.h28 uint32 *_count = NULL);
H A DExtentStream.cpp51 ExtentStream::FindBlock(off_t offset, fsblock_t& block, uint32 *_count) argument
117 if (_count != NULL) {
118 *_count = stream->extent_header.NumEntries() == 0
135 if (_count != NULL) {
136 *_count = stream->extent_header.NumEntries() == extentIndex
144 if (_count != NULL)
145 *_count = extent.Length() - diff;
148 "\n", offset, block, _count != NULL ? *_count : 1);
/haiku/headers/private/interface/
H A DWindowInfo.h60 status_t get_application_order(int32 workspace, team_id** _apps, int32* _count);
61 status_t get_window_order(int32 workspace, int32** _tokens, int32* _count);
/haiku/headers/private/storage/
H A DDriverSettings.h82 virtual const driver_parameter* GetParametersAndCount(int32& _count) const
102 virtual const driver_parameter* GetParametersAndCount(int32& _count) const;
137 virtual const driver_parameter* GetParametersAndCount(int32& _count) const;
/haiku/headers/os/translation/
H A DTranslator.h27 virtual const translation_format* InputFormats(int32* _count) const = 0;
28 virtual const translation_format* OutputFormats(int32* _count) const = 0;
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp171 set_vecs(iovec *vecs, size_t *_count, ...) argument
177 va_start(args, _count);
192 *_count = count;
252 size_t *_count)
255 size_t max = *_count;
259 offset, size, *_count);
279 *_count = index + 1;
288 *_count = index;
346 file_io_vec *vecs, size_t *_count)
348 size_t maxVecs = *_count;
251 vfs_get_file_map(void *vnode, off_t offset, size_t size, file_io_vec *vecs, size_t *_count) argument
345 get_file_map(file_cache_ref *ref, off_t offset, size_t size, file_io_vec *vecs, size_t *_count) argument
[all...]
/haiku/src/kits/media/
H A DAddOnManager.h46 int32* _count, int32 maxCount);
49 int32* _count, int32 maxCount);
/haiku/headers/os/media/
H A DBufferGroup.h40 status_t CountBuffers(int32* _count);
/haiku/headers/private/media/
H A DWriterPlugin.h68 size_t* _count) = 0;
/haiku/src/servers/app/drawing/
H A DBitmapHWInterface.h39 uint32* _count);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp304 Inode::ReadDir(void* _buffer, uint32 size, uint32* _count, argument
308 ASSERT(_count != NULL);
312 *_count = 0;
345 if (cookie->fSpecial == 0 && i < *_count && !cookie->fAttrDir) {
361 if (cookie->fSpecial == 1 && i < *_count && !cookie->fAttrDir) {
382 for (; !overflow && i < *_count; i++) {
411 *_count = i;
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp76 file_io_vec* vecs, size_t* _count,
407 FileMap::Translate(off_t offset, size_t size, file_io_vec* vecs, size_t* _count, argument
415 size_t maxVecs = *_count;
419 *_count = 0;
453 *_count = 1;
473 *_count = vecIndex;
480 *_count = vecIndex;
665 size_t* _count, size_t align)
674 return map->Translate(offset, size, vecs, _count, align);
664 file_map_translate(void* _map, off_t offset, size_t size, file_io_vec* vecs, size_t* _count, size_t align) argument

Completed in 151 milliseconds

1234