Searched refs:alignment (Results 1 - 25 of 189) sorted by path

12345678

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex131 alignment padding and, of course, the resources themselves.
597 \item{Resources alignment in ELF files: Several tests with linker object files
599 For executables on the other hand the alignment was always 4096, which is
601 preferred program segment alignment. From these two information it has been
602 deduced, that the alignment is, if present, the maximum of
/haiku/headers/libs/agg/
H A Dagg_array.h826 int8u* allocate(unsigned size, unsigned alignment=1) argument
832 if(alignment > 1)
835 (alignment - unsigned((size_t)ptr) % alignment) % alignment;
846 return allocate(size - align, alignment);
852 allocate_block(size + alignment - 1);
853 return allocate(size, alignment);
/haiku/headers/os/drivers/
H A Dlocked_pool.h27 You can also specify an alignment, e.g. if the blocks are used for
52 // alignment - set address bits here that must be zero for block addresses
62 locked_pool_cookie (*create)(int block_size, int alignment, int next_ofs,
/haiku/headers/os/interface/
H A DAbstractLayout.h26 virtual void SetExplicitAlignment(BAlignment alignment);
H A DAbstractLayoutItem.h27 virtual void SetExplicitAlignment(BAlignment alignment);
H A DAlignment.h12 alignment horizontal;
17 inline BAlignment(alignment horizontal,
20 inline alignment Horizontal() const;
26 inline void SetHorizontal(alignment horizontal);
57 BAlignment::BAlignment(alignment horizontal, vertical_alignment vertical)
64 inline alignment
79 BAlignment::SetHorizontal(alignment horizontal)
H A DLayoutItem.h37 virtual void SetExplicitAlignment(BAlignment alignment) = 0;
H A DLayoutUtils.h37 static BAlignment ComposeAlignment(BAlignment alignment,
41 BAlignment alignment);
43 static BRect AlignOnRect(BRect rect, BSize size, BAlignment alignment);
H A DSeparatorView.h22 const BAlignment& alignment
29 const BAlignment& alignment
35 const BAlignment& alignment
41 const BAlignment& alignment
88 BAlignment alignment, border_style border);
H A DSpaceLayoutItem.h14 BSize preferredSize, BAlignment alignment);
30 virtual void SetExplicitAlignment(BAlignment alignment);
H A DStringView.h29 void SetAlignment(alignment flag);
30 alignment Alignment() const;
87 alignment fAlign;
H A DTextControl.h53 virtual void SetAlignment(alignment label, alignment text);
54 void GetAlignment(alignment* _label,
55 alignment* _text) const;
139 alignment fLabelAlign;
/haiku/headers/private/firewire/
H A Dfirewire_module.h60 struct fwdma_alloc_multi * (*fwdma_malloc_multiseg)(int alignment,
/haiku/headers/private/graphics/
H A DAGP.h61 size_t alignment, uint32 flags, addr_t *_apertureBase,
68 size_t size, size_t alignment, addr_t reservedBase,
/haiku/headers/private/interface/
H A DAbstractSpinner.h71 alignment Alignment() const { return fAlignment; };
72 virtual void SetAlignment(alignment align);
154 alignment fAlignment;
H A DColumnListView.h171 alignment align = B_ALIGN_LEFT);
206 alignment Alignment() const;
207 void SetAlignment(alignment);
240 alignment fAlignment;
H A DToolTip.h34 virtual void SetAlignment(BAlignment alignment);
/haiku/headers/private/shared/
H A DTextTable.h24 enum alignment align = B_ALIGN_LEFT,
/haiku/headers/private/storage/
H A DPef.h40 uint8 alignment; member in struct:PEFSectionHeader
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmemory.cpp50 allocMemory.alignment = 0;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp60 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size,
68 /*alignment*/ alignment,
143 fwdma_malloc_multiseg(int alignment, argument
160 esize = roundup2(esize, alignment);
179 /*alignment*/ alignment,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c901 * alignment.
905 void **kvap, bus_size_t size, bus_size_t alignment)
912 error = bus_dma_tag_create(bus_get_dma_tag(sc->sc_dev), alignment,
904 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/cortex/support/
H A DTextControlFloater.cpp109 alignment align,
H A DTextControlFloater.h64 alignment align,
/haiku/src/apps/debuganalyzer/gui/table/
H A DTableColumn.cpp12 float maxWidth, alignment align)

Completed in 229 milliseconds

12345678