Searched refs:align (Results 251 - 275 of 798) sorted by relevance

<<11121314151617181920>>

/openbsd-current/lib/libc/arch/sh/string/
H A Dmemset.S104 .align 2
167 .align 2
194 .align 2
219 .align 2
/openbsd-current/sys/uvm/
H A Duvm_addr.h58 vsize_t sz, vaddr_t align, vaddr_t offset,
/openbsd-current/sys/lib/libkern/arch/sh/
H A Dmemset.S103 .align 2
166 .align 2
193 .align 2
218 .align 2
/openbsd-current/lib/libfuse/
H A DMakefile15 CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dstart.S53 .align 3
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerPlatform.h119 #define ATTRIBUTE_ALIGNED(X) __declspec(align(X))
/openbsd-current/sys/lib/libkern/arch/mips64/
H A Dbcmp.S45 PTR_SUBU a3, zero, a1 # compute # bytes to word align address
46 bne v0, zero, .Lunalignedcmp # not possible to align addresses
/openbsd-current/lib/libc/arch/sh/gen/
H A Dsetjmp.S106 .align 2
165 .align 2
/openbsd-current/lib/libcrypto/arch/arm/
H A Darmv4cpuid.S16 .align 5
/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DSource.h54 Ptr += align(sizeof(T));
/openbsd-current/gnu/llvm/lld/include/lld/Common/
H A DMemory.h31 static SpecificAllocBase *getOrCreate(void *tag, size_t size, size_t align,
/openbsd-current/gnu/llvm/lld/MachO/
H A DSymbolTable.h50 Symbol *addCommon(StringRef name, InputFile *, uint64_t size, uint32_t align,
/openbsd-current/sys/arch/amd64/include/
H A Dcodepatch.h115 .align 2; \
/openbsd-current/sys/arch/riscv64/include/
H A Dpmap.h101 paddr_t pmap_steal_avail(size_t size, int align, void **kva);
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dcrtbegin.asm31 .align 8
36 .align 8
41 .align 8
60 .align 8
126 .align 32
210 .align 32
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-ip2k.c203 int align = bfd_get_section_alignment (stdoutput, segment);
205 return ((size + (1 << align) - 1) & (-1 << align));
475 /* The s_align_ptwo function expects that we are just after a .align
476 directive and it will either try and read the align value or stop
494 /* the s_align_ptwo function expects that we are just after a .align
495 directive and it will either try and read the align value or stop if
201 int align = bfd_get_section_alignment (stdoutput, segment); local
H A Dtc-openrisc.c182 int align = bfd_get_section_alignment (stdoutput, segment);
183 return ((size + (1 << align) - 1) & (-1 << align));
180 int align = bfd_get_section_alignment (stdoutput, segment); local
H A Dtc-m32r.c599 expand_debug_syms (syms, align)
601 int align;
609 (void) frag_align_code (align, 0);
1493 int align = bfd_get_section_alignment (stdoutput, segment);
1494 return ((size + (1 << align) - 1) & (-1 << align));
1521 offsetT align;
1550 align = 8;
1554 align = get_absolute_expression ();
1555 if (align <
1490 int align = bfd_get_section_alignment (stdoutput, segment); local
1517 offsetT align; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-fr30.c161 int align = bfd_get_section_alignment (stdoutput, segment);
163 return ((size + (1 << align) - 1) & (-1 << align));
159 int align = bfd_get_section_alignment (stdoutput, segment); local
H A Dtc-ip2k.c76 /* The s_align_ptwo function expects that we are just after a .align
77 directive and it will either try and read the align value or stop
95 /* the s_align_ptwo function expects that we are just after a .align
96 directive and it will either try and read the align value or stop if
235 int align = bfd_get_section_alignment (stdoutput, segment);
237 return ((size + (1 << align) - 1) & (-1 << align));
233 int align = bfd_get_section_alignment (stdoutput, segment); local
H A Dtc-xc16x.c281 int align = bfd_get_section_alignment (stdoutput, segment); local
282 return ((size + (1 << align) - 1) & (-1 << align));
/openbsd-current/lib/libc/arch/mips64/string/
H A Dbcopy.S63 dsubu a3, zero, a1 # compute # bytes to word align address
72 SWHI v0, 0(a1) # store 1, 2, or 3 bytes to align a1
91 LWHI v0, 0(a0) # copy 1, 2, or 3 bytes to align
/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c92 static size_t RoundUp(size_t size, size_t align) { argument
93 return (size + align - 1) & ~(align - 1);
/openbsd-current/usr.sbin/vmd/
H A Dvirtio.h33 #define ALIGNSZ(sz, align) ((sz + align - 1) & ~(align - 1))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dlib1funcs.asm10 .align 16
52 .align 16
94 .align 16
130 .align 16
180 .align 16
234 .align 16
284 .align 16
339 .align 16
382 .align 16
429 .align 1
[all...]

Completed in 400 milliseconds

<<11121314151617181920>>