Searched refs:alignment (Results 76 - 100 of 188) sorted by relevance

12345678

/haiku-fatelf/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-fatelf/src/kits/interface/
H A DToolTip.cpp81 BToolTip::SetAlignment(BAlignment alignment) argument
83 fAlignment = alignment;
H A DViewLayoutItem.h25 virtual void SetExplicitAlignment(BAlignment alignment);
H A DColumnTypes.cpp24 float maxWidth, alignment align)
173 float maxWidth, uint32 truncate, alignment align)
283 float maxWidth, alignment align)
373 float maxWidth, alignment align)
487 float maxWidth, alignment align)
519 float maxWidth, alignment align)
585 float maxWidth, alignment align)
H A DAbstractLayoutItem.cpp17 const char* const kAlignmentField = "BAbstractLayoutItem:alignment";
101 BAbstractLayoutItem::SetExplicitAlignment(BAlignment alignment) argument
103 fAlignment = alignment;
H A DViewLayoutItem.cpp97 BViewLayoutItem::SetExplicitAlignment(BAlignment alignment) argument
99 fView->SetExplicitAlignment(alignment);
/haiku-fatelf/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp167 4, /* bin alignment */
177 32, /* bin alignment */
187 128, /* bin alignment */
930 size_t alignment)
943 if (alignment > heap->page_size) {
944 firstValid = (ROUNDUP(area->base, alignment) - area->base)
946 step = alignment / heap->page_size;
1008 heap_raw_alloc(heap_allocator *heap, size_t size, size_t alignment) argument
1010 INFO(("heap %p: allocate %lu bytes from raw pages with alignment %lu\n",
1011 heap, size, alignment));
929 heap_allocate_contiguous_pages(heap_allocator *heap, uint32 pageCount, size_t alignment) argument
1107 heap_memalign(heap_allocator *heap, size_t alignment, size_t size) argument
1859 memalign(size_t alignment, size_t size) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp131 aperture_memory *CreateMemory(size_t size, size_t alignment, uint32 flags);
151 status_t _Insert(aperture_memory *memory, size_t size, size_t alignment,
472 Aperture::CreateMemory(size_t size, size_t alignment, uint32 flags) argument
478 status_t status = _Insert(memory, size, alignment, flags);
766 Aperture::_Insert(aperture_memory *memory, size_t size, size_t alignment, argument
777 if (alignment < B_PAGE_SIZE)
778 alignment = B_PAGE_SIZE;
784 start = ROUNDUP(start, alignment);
803 if (next == NULL || (next->base >= ROUNDUP(start, alignment) + size)) {
804 memory->base = ROUNDUP(start, alignment);
1030 allocate_memory(aperture_id id, size_t size, size_t alignment, uint32 flags, addr_t *_apertureBase, phys_addr_t *_physicalBase) argument
1117 bind_aperture(aperture_id id, area_id area, addr_t base, size_t size, size_t alignment, addr_t reservedBase, addr_t *_apertureBase) argument
[all...]
/haiku-fatelf/headers/private/firewire/
H A Dfirewire_module.h60 struct fwdma_alloc_multi * (*fwdma_malloc_multiseg)(int alignment,
/haiku-fatelf/headers/private/interface/
H A DToolTip.h34 virtual void SetAlignment(BAlignment alignment);
/haiku-fatelf/src/apps/mediaplayer/settings/
H A DSettingsWindow.cpp65 BAlignment alignment(B_ALIGN_LEFT, B_ALIGN_VERTICAL_CENTER);
66 playModeLabel->SetExplicitAlignment(alignment);
68 viewOptionsLabel->SetExplicitAlignment(alignment);
70 bgMoviesModeLabel->SetExplicitAlignment(alignment);
/haiku-fatelf/src/preferences/filetypes/
H A DAttributeListView.h17 const char* displayAs, int32 alignment, int32 width, bool visible,
H A DAttributeWindow.cpp193 int32 alignment; member in struct:alignment_map
197 "Attribute column alignment in Tracker")},
199 "Attribute column alignment in Tracker")},
201 "Attribute column alignment in Tracker")},
205 menu = new BPopUpMenu("alignment");
208 message->AddInt32("alignment", kAlignmentMap[i].alignment);
213 if (kAlignmentMap[i].alignment == fAttribute.Alignment())
217 fAlignmentMenuField = new BMenuField("alignment",
358 int32 alignment local
[all...]
/haiku-fatelf/src/system/kernel/slab/
H A DHashedObjectCache.h26 size_t alignment, size_t maximum,
H A DHashedObjectCache.cpp57 size_t alignment, size_t maximum, size_t magazineCapacity,
78 if (cache->Init(name, object_size, alignment, maximum, magazineCapacity,
56 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.h51 size_t alignment; member in struct:ObjectCache
90 size_t alignment, size_t maximum,
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme_private.h72 size_t alignment, uint32 flags, addr_t* _offset,
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dstrings.c393 xmlChar *str, *padding, *alignment, *ret; local
402 alignment = xmlXPathPopString(ctxt);
404 alignment = NULL;
415 xmlFree(alignment);
422 if (xmlStrEqual(alignment, (const xmlChar *) "right")) {
425 } else if (xmlStrEqual(alignment, (const xmlChar *) "center")) {
447 xmlFree(alignment);
/haiku-fatelf/src/kits/tracker/
H A DViewState.cpp82 alignment align, const char* attributeName, uint32 attrType,
91 alignment align, const char* attributeName, uint32 attrType,
109 stream->Read(&fAlignment, sizeof(alignment));
123 fAlignment = (alignment)B_SWAP_INT32(fAlignment);
147 alignment align, const char* attributeName, uint32 attrType,
219 stream->Write(&fAlignment, sizeof(alignment));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dui-out.c38 int alignment; member in struct:ui_out_hdr
264 int alignment, const char *col_name,
267 int *alignment, char **colhdr);
340 ui_out_table_header (struct ui_out *uiout, int width, enum ui_align alignment, argument
349 append_header_to_list (uiout, width, alignment, col_name, colhdr);
351 uo_table_header (uiout, width, alignment, col_name, colhdr);
767 default_table_header (struct ui_out *uiout, int width, enum ui_align alignment, argument
1022 int alignment,
1030 temphdr->alignment = alignment;
1020 append_header_to_list(struct ui_out *uiout, int width, int alignment, const char *col_name, const char *colhdr) argument
1060 get_next_header(struct ui_out *uiout, int *colno, int *width, int *alignment, char **colhdr) argument
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dobstack.h177 int alignment_mask; /* Mask of alignment for each object. */
308 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
309 _obstack_begin ((h), (size), (alignment), \
312 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
313 _obstack_begin_1 ((h), (size), (alignment), \
333 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
334 _obstack_begin ((h), (size), (alignment), \
337 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
338 _obstack_begin_1 ((h), (size), (alignment), \
421 /* These assume that the obstack alignment i
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h173 int alignment_mask; /* Mask of alignment for each object. */
307 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
308 _obstack_begin ((h), (size), (alignment), \
312 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
313 _obstack_begin_1 ((h), (size), (alignment), \
335 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
336 _obstack_begin ((h), (size), (alignment), \
340 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
341 _obstack_begin_1 ((h), (size), (alignment), \
425 /* These assume that the obstack alignment i
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dobstack.h173 int alignment_mask; /* Mask of alignment for each object. */
307 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
308 _obstack_begin ((h), (size), (alignment), \
312 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
313 _obstack_begin_1 ((h), (size), (alignment), \
335 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \
336 _obstack_begin ((h), (size), (alignment), \
340 # define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \
341 _obstack_begin_1 ((h), (size), (alignment), \
425 /* These assume that the obstack alignment i
[all...]
/haiku-fatelf/src/tests/system/kernel/slab/
H A DSlab.h34 object_cache_create(const char *name, size_t object_size, size_t alignment,
53 BaseCache(const char *_name, size_t objectSize, size_t alignment,
120 Cache(const char *_name, size_t objectSize, size_t alignment, argument
122 : BaseCache(_name, Strategy::RequiredSpace(objectSize), alignment,
279 TypedCache(const char *name, size_t alignment) argument
280 : BaseType(name, sizeof(Type), alignment, _ConstructObject,
525 LocalCache(const char *name, size_t objectSize, size_t alignment, argument
527 : CacheType(name, objectSize, alignment, _constructor, _destructor,
/haiku-fatelf/headers/os/interface/
H A DAbstractLayoutItem.h27 virtual void SetExplicitAlignment(BAlignment alignment);

Completed in 375 milliseconds

12345678