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

1234

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
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 DUnpackingAttributeDirectoryCookie.cpp51 struct dirent* buffer, size_t bufferSize, uint32* _count)
53 uint32 maxCount = *_count;
108 *_count = count;
50 Read(dev_t volumeID, ino_t nodeID, struct dirent* buffer, size_t bufferSize, uint32* _count) argument
H A DUnpackingAttributeDirectoryCookie.h30 uint32* _count);
/haiku-fatelf/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.cpp123 FFmpegPlugin::GetSupportedFormats(media_format** _formats, size_t* _count) argument
125 return build_decoder_formats(_formats, _count);
138 size_t* _count)
141 *_count = gMuxerCount;
137 GetSupportedFileFormats(const media_file_format** _fileFormats, size_t* _count) argument
H A DCodecTable.cpp114 build_decoder_formats(media_format** _formats, size_t* _count) argument
164 *_count = index;
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfKeyCode.cpp71 _count = other._count;
84 _count = other._count;
148 return _count;
159 _count = count;
H A DImfKeyCode.h152 int _count; member in class:Imf::KeyCode
/haiku-fatelf/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-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/templates/
H A Dtemplate_8-1.in21 int %%MYSIG2%%_count = 0;
25 %%MYSIG2%%_count++;
33 if (%%MYSIG2%%_count) {
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dvfs.h17 struct file_io_vec *vecs, size_t *_count);
/haiku-fatelf/headers/private/graphics/common/
H A Dcreate_display_modes.h24 check_display_mode_hook hook, display_mode** _modes, uint32* _count);
/haiku-fatelf/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)
424 _AddBlocks(Transaction& transaction, uint32* block, off_t _count) argument
632 _FreeBlocks(Transaction& transaction, uint32* block, uint32 _count) argument
[all...]
H A DExtentStream.h27 uint32 *_count = NULL);
H A DExtentStream.cpp49 ExtentStream::FindBlock(off_t offset, fsblock_t& block, uint32 *_count) argument
107 if (_count)
108 *_count = stream->extent_entries[middle].Length() - diff;
110 block, _count != NULL ? *_count : 1);
125 if (_count)
126 *_count = stream->extent_entries[i].Length() - diff;
128 block, _count != NULL ? *_count : 1);
/haiku-fatelf/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-fatelf/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-fatelf/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-fatelf/headers/os/media/
H A DBufferGroup.h40 status_t CountBuffers(int32* _count);
/haiku-fatelf/headers/private/media/
H A DWriterPlugin.h68 size_t* _count) = 0;
/haiku-fatelf/src/servers/app/drawing/
H A DBitmapHWInterface.h37 uint32* _count);
H A DViewHWInterface.h37 uint32* _count);

Completed in 186 milliseconds

1234