Searched refs:alignment (Results 151 - 175 of 188) sorted by relevance

12345678

/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp46 - Properly draw the label, taking alignment into account
1287 BComboBox::SetAlignment(alignment label, alignment text)
1300 BComboBox::GetAlignment(alignment *label, alignment *text) const
/haiku-fatelf/src/libs/alm/
H A DALMLayout.cpp1030 * Gets the alignment.
1035 BAlignment alignment; local
1036 alignment.SetHorizontal(B_ALIGN_HORIZONTAL_CENTER);
1037 alignment.SetVertical(B_ALIGN_VERTICAL_CENTER);
1038 return alignment;
/haiku-fatelf/headers/private/kernel/vm/
H A Dvm.h67 size_t physicalSize, uint32 attributes, addr_t alignment);
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-eh-frame.c1015 unsigned int alignment = 1 << sec->alignment_power; local
1016 unsigned int pad = sec->size % alignment;
1034 pad = alignment - pad;
H A Dpef.c337 bfdsec->alignment_power = section->alignment;
425 section->alignment = buf[26];
H A Dsom.c103 /* Generic alignment macro. */
104 #define SOM_ALIGN(val, alignment) \
105 (((val) + (alignment) - 1) &~ ((unsigned long) (alignment) - 1))
1976 space_asect->alignment_power = exact_log2 (subspace.alignment);
2105 subspace_asect->alignment_power = exact_log2 (subspace.alignment);
2133 ignores alignment and ordering issues. */
2444 som_section_data (section)->subspace_dict->alignment =
3597 the alignment specifications within the subspaces to
5938 alignment consideration
[all...]
/haiku-fatelf/src/kits/interface/
H A DMenuField.cpp236 SetAlignment((alignment)align);
641 BMenuField::SetAlignment(alignment label)
647 alignment
1020 // horizontal alignment
1036 // vertical alignment
H A DSplitLayout.cpp121 virtual void SetExplicitAlignment(BAlignment alignment) argument
H A DControlLook.cpp1716 const BAlignment& alignment)
1735 // handle alignment
1738 switch (alignment.horizontal) {
1751 switch (alignment.vertical) {
1714 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment) argument
/haiku-fatelf/src/system/kernel/messaging/
H A DKMessage.cpp41 # define MEMALIGN(alignment, size) malloc(size)
45 # define MEMALIGN(alignment, size) memalign(alignment, size)
/haiku-fatelf/docs/develop/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-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dobject_id.c111 /* alignment may be needed to evaluate collations */
112 u32 alignment; member in union:__anon2449::__anon2450
H A Dlayout.h394 /* 42*/ u16 reserved; /* Reserved/alignment. */
758 /* 23 */ s8 reservedR; /* Reserved/alignment to 8-byte
929 /* 36 */ u8 reserved12[12]; /* Reserved/alignment to 8-byte
1125 /* 3e*/ u16 reserved; /* Reserved for alignment. */
1783 u8 alignment; member in struct:__anon2386
1815 u8 alignment; member in struct:__anon2387
/haiku-fatelf/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp59 float maxWidth, uint32 truncateMode, alignment align)
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Demulation.cpp75 physicalRestrictions.alignment = buffer_size;
/haiku-fatelf/src/apps/drivesetup/
H A DPartitionList.cpp75 float maxWidth, uint32 truncateMode, alignment align)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c813 * alignment. Due to limitations of the FreeBSD dma subsystem as of 20071217,
814 * allocations greater than 4096 may fail. Hence if the requested alignment is
815 * greater we allocate 'alignment' size extra memory and shift the vaddr and
821 void **kvap, bus_size_t size, bus_size_t alignment, int flags)
828 ("Size: %zd - alignment %zd\n", size, alignment));
833 if (alignment > 4096) {
835 reqsize = size + alignment;
837 align = alignment;
866 * Check the alignment an
820 wpi_dma_contig_alloc(struct wpi_softc *sc, struct wpi_dma_info *dma, void **kvap, bus_size_t size, bus_size_t alignment, int flags) argument
[all...]
/haiku-fatelf/src/system/kernel/vm/
H A Dvm.cpp3655 allocate_early_virtual(kernel_args* args, size_t size, addr_t alignment) argument
3666 addr_t base = alignment > 0
3667 ? ROUNDUP(previousRangeEnd, alignment) : previousRangeEnd;
3682 addr_t base = alignment > 0
3683 ? ROUNDUP(lastRangeEnd, alignment) : lastRangeEnd;
3694 if (alignment > 0)
3695 base = ROUNDDOWN(base, alignment);
3756 uint32 attributes, addr_t alignment)
3762 addr_t virtualBase = allocate_early_virtual(args, virtualSize, alignment);
3755 vm_allocate_early(kernel_args* args, size_t virtualSize, size_t physicalSize, uint32 attributes, addr_t alignment) argument
H A Dvm_page.cpp3804 \c alignment, the alignment of the page run start address, and
3830 // compute alignment mask
3832 = std::max(restrictions->alignment / B_PAGE_SIZE, (phys_addr_t)1) - 1;
3834 // alignment must be a power of 2
3840 // boundary must be a power of two and not less than alignment and
3865 // enforce alignment
3891 end, restrictions->alignment, restrictions->boundary);
/haiku-fatelf/headers/os/interface/
H A DControlLook.h325 const BAlignment& alignment);
H A DView.h541 void SetExplicitAlignment(BAlignment alignment);
/haiku-fatelf/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h227 uint32 alignment; member in struct:intel_allocate_graphics_memory
/haiku-fatelf/src/bin/
H A Dsetmime.cpp262 { "attr:alignment", B_INT32_TYPE, false, &fAlignment }
361 const char* alignment = fAlignment == B_ALIGN_RIGHT ? "right" local
382 << " " << kAttrAlignment << " " << alignment; local
407 { "attr:alignment", B_INT32_TYPE, &fAlignment }
/haiku-fatelf/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp121 restrictions.alignment, restrictions.boundary,
704 0, // alignment
771 0, // alignment
797 32, // alignment
805 TestSuite suite(context, "alignment", restrictions, 512);
841 0, // alignment
868 0, // alignment
910 0, // alignment
942 32, // alignment
976 32, // alignment
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.cpp1111 alignment align = B_ALIGN_LEFT;

Completed in 193 milliseconds

12345678