Searched defs:alignment (Results 1 - 25 of 85) sorted by path

1234

/haiku/headers/libs/agg/
H A Dagg_array.h826 int8u* allocate(unsigned size, unsigned alignment=1) argument
/haiku/headers/private/storage/
H A DPef.h40 uint8 alignment; member in struct:PEFSectionHeader
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp143 fwdma_malloc_multiseg(int alignment, argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c904 wpi_dma_contig_alloc(struct wpi_softc *sc, struct wpi_dma_info *dma, void **kvap, bus_size_t size, bus_size_t alignment) argument
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.cpp18 DrawString(BView* view, BRect rect, const char* string, bool valueChanged, enum alignment alignment, bool truncate) argument
/haiku/src/apps/haikudepot/textview/
H A DParagraphStyleData.cpp70 ParagraphStyleData::SetAlignment(::Alignment alignment) argument
/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp98 CfaContext::SetCodeAlignment(uint32 alignment) argument
105 CfaContext::SetDataAlignment(int32 alignment) argument
/haiku/src/kits/interface/
H A DAbstractLayout.cpp176 BAlignment alignment; member in struct:BAbstractLayout::DataProxy
225 void SetAlignment(const BAlignment& alignment) argument
345 BAbstractLayout::SetExplicitAlignment(BAlignment alignment) argument
[all...]
H A DAbstractLayoutItem.cpp101 BAbstractLayoutItem::SetExplicitAlignment(BAlignment alignment) argument
H A DLayoutItem.cpp129 BAlignment alignment = Alignment(); local
H A DSpaceLayoutItem.cpp163 BSpaceLayoutItem::SetExplicitAlignment(BAlignment alignment) argument
32 BSpaceLayoutItem(BSize minSize, BSize maxSize, BSize preferredSize, BAlignment alignment) argument
H A DSplitLayout.cpp122 virtual void SetExplicitAlignment(BAlignment alignment) argument
H A DToolTip.cpp81 BToolTip::SetAlignment(BAlignment alignment) argument
H A DToolTipManager.cpp206 BAlignment alignment = fToolTip->Alignment(); local
[all...]
H A DViewLayoutItem.cpp97 BViewLayoutItem::SetExplicitAlignment(BAlignment alignment) argument
/haiku/src/libs/alm/
H A DArea.cpp629 BAlignment alignment = fLayoutItem->Alignment(); local
/haiku/src/libs/glut/
H A Dglut_bitmap.c22 GLint skiprows, skippixels, alignment; local
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp138 int32 alignment; local
154 AttributeItem(const char* name, const char* publicName, type_code type, const char* displayAs, int32 alignment, int32 width, bool visible, bool editable) argument
H A DAttributeWindow.cpp193 int32 alignment; member in struct:alignment_map
358 int32 alignment local
[all...]
/haiku/src/system/kernel/slab/
H A DHashedObjectCache.cpp56 Create(const char* name, size_t object_size, size_t alignment, size_t maximum, size_t magazineCapacity, size_t maxMagazineCount, uint32 flags, void* cookie, object_cache_constructor constructor, object_cache_destructor destructor, object_cache_reclaimer reclaimer) argument
H A DObjectCache.h50 size_t alignment; member in struct:ObjectCache
H A DSmallObjectCache.cpp29 Create(const char* name, size_t object_size, size_t alignment, size_t maximum, size_t magazineCapacity, size_t maxMagazineCount, uint32 flags, void* cookie, object_cache_constructor constructor, object_cache_destructor destructor, object_cache_reclaimer reclaimer) argument
/haiku/src/tests/add-ons/kernel/bus_managers/agp_gart/
H A Dgart_tester.cpp154 allocate(aperture_id aperture, size_t size, size_t alignment, uint32 flags, argument
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmisc.cpp36 memalign_etc(size_t alignment, size_t size, uint32 flags) argument
H A Dslab.cpp14 ObjectCache(const char *name, size_t objectSize, size_t alignment, size_t maxByteUsage, uint32 flags, void *cookie, object_cache_constructor constructor, object_cache_destructor destructor, object_cache_reclaimer reclaimer) argument
34 create_object_cache(const char *name, size_t objectSize, size_t alignment, void *cookie, object_cache_constructor constructor, object_cache_destructor destructor) argument
44 create_object_cache_etc(const char *name, size_t objectSize, size_t alignment, size_t maxByteUsage, size_t magazineCapacity, size_t maxMagazineCount, uint32 flags, void *cookie, object_cache_constructor constructor, object_cache_destructor destructor, object_cache_reclaimer reclaimer) argument

Completed in 238 milliseconds

1234