Searched refs:align (Results 76 - 100 of 134) sorted by relevance

123456

/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp45 uint64 align; member in union:__anon5325
/haiku/src/apps/drivesetup/
H A DPartitionList.h48 alignment align = B_ALIGN_LEFT);
/haiku/src/system/boot/loader/
H A Dheap.cpp254 align(size_t size) function
318 splitSize = align(splitSize);
458 // align the size requirement to a kAlignment bytes boundary
461 size = align(size);
489 if (chunk->Size() >= size + align(sizeof(FreeChunk))) {
H A Dkernel_args.cpp402 #define ALIGN(addr, align) (((addr) + align - 1) & ~(align - 1))
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dlong_smp_trampoline.S92 .align 8
/haiku/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h74 extern void *of_claim(void *virtualAddress, intptr_t size, intptr_t align);
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp166 uint32 idx, val = 0xCDCDCDCD, align, arg; local
169 align = (attr >> 3) & 7;
259 switch(align) {
292 val &= atom_arg_mask[align];
293 val >>= atom_arg_shift[align];
301 uint32 align = (attr >> 3) & 7, arg = attr & 7; local
315 switch(align) {
344 atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) argument
348 switch (align) {
392 uint32 align local
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S119 .align 4
127 .align 4
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S63 sllx %i1,32,%i0 ! align low bits of mid product
H A Dmul_1.S66 sllx %i1,32,%i0 ! align low bits of mid product
H A Dsubmul_1.S62 sllx %i1,32,%i0 ! align low bits of mid product
/haiku/src/system/boot/platform/generic/
H A Dvideo_splash.cpp97 for (addr_t align = (8 - (frameBuffer & 7)) & 7; pos < align; pos++)
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h92 #define ENTRY_NP(x) .text; .align 2; _ENTRY(x)
116 .align 3
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dtransition.S138 .align 3
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp156 buffer_allocate(size_t size, size_t align, char*& buffer, size_t& bufferSize) argument
158 // align padding
159 addr_t pad = align - (((addr_t)buffer - 1) & (align - 1)) - 1;
/haiku/src/kits/interface/
H A DStringView.cpp348 int32 align; local
349 if (message->FindInt32("data", &align) == B_OK) {
350 SetAlignment((alignment)align);
/haiku/src/system/kernel/arch/x86/64/
H A Dinterrupts.S147 .align 16; \
155 .align 16; \
161 .align 16
386 // The following pushes de-align the stack by 8 bytes, so account for that first.
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp551 of_claim(void *virtualAddress, intptr_t size, intptr_t align) argument
559 intptr_t align; member in struct:__anon27
561 } args = {"claim", 3, 1, virtualAddress, size, align};
/haiku/src/system/kernel/arch/arm64/
H A Darch_asm.S132 .align 7
137 .align 7
142 .align 11
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_controller.cpp12 #define ALIGN(size, align) (((size) + align - 1) & ~(align - 1))
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h23 /* ELF uses byte-counts for .align, most others use log2 of count of bytes. */
82 #define ALIGN .align ALIGNARG(2)
/haiku/headers/private/interface/
H A DAbstractSpinner.h72 virtual void SetAlignment(alignment align);
/haiku/headers/os/drivers/
H A Dfs_cache.h103 struct file_io_vec *vecs, size_t *_count, size_t align);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_cache.h126 fssh_size_t *_count, fssh_size_t align);
/haiku/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp33 uint64 align; member in union:__anon63

Completed in 113 milliseconds

123456