Searched refs:_size (Results 1 - 25 of 113) sorted by last modified time

12345

/haiku/src/preferences/filetypes/
H A DIconView.h54 status_t GetData(uint8** _data, size_t* _size) const;
174 size_t* _size, icon_source* _source = NULL);
H A DIconView.cpp43 icon_for_type(const BMimeType& type, uint8** _data, size_t* _size, argument
46 if (_data == NULL || _size == NULL)
91 *_size = size;
419 Icon::GetData(uint8** _data, size_t* _size) const
430 *_size = fSize;
/haiku/src/kits/interface/
H A DFont.cpp417 font_style style, float* _size)
431 link.Read<float>(_size);
416 _get_system_default_font_(const char* which, font_family family, font_style style, float* _size) argument
H A DTextView.cpp1705 BTextView::RunArray(int32 startOffset, int32 endOffset, int32* _size) const
1723 text_run_array* runArray = AllocRunArray(styleRange->count, _size);
2910 BTextView::FlattenRunArray(const text_run_array* runArray, int32* _size) argument
2918 if (_size)
2919 *_size = 0;
2945 if (_size)
2946 *_size = size;
2954 BTextView::UnflattenRunArray(const void* data, int32* _size) argument
2962 if (_size)
2963 *_size
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp1238 uint32 &_pciAddress, uint32 &_size, uint8 &flags, uint32 *_highRAMAddress,
1281 _size = size;
1298 PCI::_GetRomBarInfo(PCIDev *dev, uint8 offset, uint32 &_address, uint32 *_size, argument
1311 if (_size != NULL)
1312 *_size = _BarSize(newValue & PCI_rom_address_mask);
1237 _GetBarInfo(PCIDev *dev, uint8 offset, uint32 &_ramAddress, uint32 &_pciAddress, uint32 &_size, uint8 &flags, uint32 *_highRAMAddress, uint32 *_highPCIAddress, uint32 *_highSize) argument
/haiku/src/system/kernel/vm/
H A Dvm.cpp1952 uint32 addressSpec, addr_t* _size, uint32 protection,
1956 "= %p, spec = %" B_PRIu32 ", _size = %p, protection = %" B_PRIu32 ", "
1958 addressSpec, _size, protection, vecs, vecCount));
2038 if (_size != NULL)
2039 *_size = size;
1951 vm_map_physical_memory_vecs(team_id team, const char* name, void** _address, uint32 addressSpec, addr_t* _size, uint32 protection, struct generic_io_vec* vecs, uint32 vecCount) argument
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp557 ElfFile::GetStringSectionStrings(int32 index, size_t* _size) argument
566 if (_size)
567 *_size = size;
/haiku/headers/os/interface/
H A DTextView.h151 int32* _size = NULL) const;
225 int32* _size = NULL);
227 int32* _size = NULL);
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp152 const void*& _block, off_t& _size)
163 _size = 0;
169 fInstructionPointer, _block, _size);
151 GetCallTarget(uint64 offset, uint8 refType, const void*& _block, off_t& _size) argument
H A DDwarfExpressionEvaluator.h44 off_t& _size) = 0;
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp1321 uint64& _size)
1388 _size = fTypeContext->GetCompilationUnit()->AddressSize();
1391 _size);
1414 _size = size.ToUInt64();
1416 TRACE_LOCALS(" -> size: %" B_PRIu64 "\n", _size);
1320 _ResolveTypeByteSize(DIEType* typeEntry, uint64& _size) argument
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp524 ModelLoader::_ReadDebugEvents(void** _eventData, size_t* _size) argument
594 *_size = size;
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1480 x86_get_double_fault_stack(int32 cpu, size_t* _size)
1482 *_size = kDoubleFaultStackSize;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DQuery.cpp246 void* buffer, size_t* _size, int32* _type)
254 error = attr->ReadAt(0, buffer, *_size, _size);
245 NodeGetAttribute(Node* node, const char* attribute, void* buffer, size_t* _size, int32* _type) argument
/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp482 uint32* _size);
1041 ExpressionParser::_ParseDereference(void** _address, uint32* _size) argument
1090 if (_size != NULL)
1091 *_size = size;
/haiku/src/bin/
H A Dxres.cpp218 virtual void GetData(const void *&_data, size_t &_size) argument
262 _size = fSize;
/haiku/src/tools/fs_shell/
H A Dfile_cache.cpp146 fssh_size_t *_size, bool doWrite)
155 ref, offset, (void *)buffer, *_size, doWrite ? "write" : "read"));
159 *_size = 0;
164 fssh_size_t size = *_size;
170 *_size = size;
338 void *bufferBase, fssh_size_t *_size)
343 ref, offset, bufferBase, *_size));
345 return cache_io(ref, cookie, offset, (fssh_addr_t)bufferBase, _size, false);
351 const void *buffer, fssh_size_t *_size)
356 (fssh_addr_t)const_cast<void *>(buffer), _size, tru
145 cache_io(void *_cacheRef, void *cookie, fssh_off_t offset, fssh_addr_t buffer, fssh_size_t *_size, bool doWrite) argument
337 fssh_file_cache_read(void *_cacheRef, void *cookie, fssh_off_t offset, void *bufferBase, fssh_size_t *_size) argument
350 fssh_file_cache_write(void *_cacheRef, void *cookie, fssh_off_t offset, const void *buffer, fssh_size_t *_size) argument
[all...]
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp41 parse_size(const char *str, off_t *_size) argument
43 if (!str || !_size)
86 *_size = size * suffix;
88 if (*_size / suffix != size)
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp633 size_t* _size)
635 size_t size = *_size;
663 *_size = *_size - size;
730 size_t* _size, bool doWrite)
740 ref, offset, (void*)buffer, *_size, doWrite ? "write" : "read"));
743 size_t size = *_size;
1299 size_t* _size)
1304 ref, offset, buffer, *_size));
1310 if (offset >= fileSize || *_size
632 write_zeros_to_file(struct vnode* vnode, void* cookie, off_t offset, size_t* _size) argument
729 cache_io(void* _cacheRef, void* cookie, off_t offset, addr_t buffer, size_t* _size, bool doWrite) argument
1298 file_cache_read(void* _cacheRef, void* cookie, off_t offset, void* buffer, size_t* _size) argument
1333 file_cache_write(void* _cacheRef, void* cookie, off_t offset, const void* buffer, size_t* _size) argument
[all...]
/haiku/src/kits/media/
H A DBufferConsumer.cpp69 int32 *_size, void* data)
73 int count = *_size / sizeof(int16);
77 *_size = count * sizeof(int16);
68 RegionToClipData(const BRegion* region, int32* _format, int32 *_size, void* data) argument
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp55 virtual void GetRange(off_t fileSize, off_t &_offset, off_t &_size) = 0;
66 virtual void GetRange(off_t fileSize, off_t &_offset, off_t &_size);
362 ReplaceChange::GetRange(off_t /*fileSize*/, off_t &_offset, off_t &_size) argument
365 _size = fSize;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp652 off_t offset, void* buffer, size_t* _size)
668 return file_cache_read(fileCache, cookie, offset, buffer, _size);
675 off_t offset, const void* buffer, size_t* _size)
691 return file_cache_write(fileCache, cookie, offset, buffer, _size);
651 ReadFileCache(ino_t vnodeID, void* cookie, off_t offset, void* buffer, size_t* _size) argument
674 WriteFileCache(ino_t vnodeID, void* cookie, off_t offset, const void* buffer, size_t* _size) argument
/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp207 SimpleLayouter::Layout(LayoutInfo* layoutInfo, float _size) argument
209 int32 size = int32(_size + 1);
H A DComplexLayouter.cpp312 ComplexLayouter::Layout(LayoutInfo* _layoutInfo, float _size) argument
314 TRACE("%p->ComplexLayouter::Layout(%ld)\n", this, (int32)_size);
326 int32 size = (int32)_size + 1 - (fElementCount - 1) * fSpacing;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp370 BTree::Path::GetEntry(int slot, btrfs_key* _key, void** _value, uint32* _size, argument
389 if (_size != NULL)
390 *_size = itemSize;
618 BTree::_Find(Path* path, btrfs_key& wanted, void** _value, uint32* _size, argument
626 status = path->GetCurrentEntry(&found, _value, _size, _offset);
644 BTree::FindNext(Path* path, btrfs_key& key, void** _value, uint32* _size, argument
647 return _Find(path, key, _value, _size, _offset, BTREE_FORWARD);
652 BTree::FindPrevious(Path* path, btrfs_key& key, void** _value, uint32* _size, argument
655 return _Find(path, key, _value, _size, _offset, BTREE_BACKWARD);
660 BTree::FindExact(Path* path, btrfs_key& key, void** _value, uint32* _size, argument
937 _GetEntry(btree_traversing type, void** _value, uint32* _size, uint32* _offset) argument
[all...]

Completed in 536 milliseconds

12345