Searched refs:align (Results 226 - 250 of 798) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.cpp259 BaseSize += align(sizeof(InlineDescriptor));
261 BaseSize += align(BR->getSize());
272 VirtSize += align(sizeof(InlineDescriptor));
274 VirtSize += align(BR->getSize());
285 BaseSize += align(sizeof(InlineDescriptor));
302 BaseSize += align(Desc->getAllocSize());
/openbsd-current/sys/dev/pci/drm/radeon/
H A Datom.c186 uint32_t idx, val = 0xCDCDCDCD, align, arg; local
189 align = (attr >> 3) & 7;
293 switch (align) {
336 val &= atom_arg_mask[align];
337 val >>= atom_arg_shift[align];
339 switch (align) {
370 uint32_t align = (attr >> 3) & 7, arg = attr & 7; local
384 switch (align) {
409 static uint32_t atom_get_src_direct(atom_exec_context *ctx, uint8_t align, int *ptr) argument
413 switch (align) {
454 uint32_t align = local
[all...]
H A Dradeon_object.h192 unsigned size, u32 align, u32 domain,
202 unsigned int size, unsigned int align);
/openbsd-current/lib/libcrypto/modes/asm/
H A Dghash-x86_64.pl102 .align 16
133 .align 16
167 .align 16
199 .align 16
251 $code.=".align 16\n.Louter_loop:\n";
419 .align 16
457 .align 16
486 .align 16
636 .align 64
641 .align 6
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.c169 unsigned int align, inner; local
174 align = TYPE_ALIGN (TREE_TYPE (TREE_TYPE (exp)));
175 align = MIN (align, max_align);
186 return align;
189 align = MIN (inner, max_align);
197 return align;
211 align = FUNCTION_BOUNDARY;
213 align = DECL_ALIGN (exp);
216 align
902 int align; local
982 int align, regno; local
1059 int regno, size, align, nelts; local
1089 int size, align, regno; local
1181 int size, align, regno; local
1361 int size, align, regno; local
1622 int align local
3201 tree align, alignm1; local
[all...]
/openbsd-current/lib/libc/arch/mips64/string/
H A Dbcmp.S43 dsubu a3, zero, a1 # compute # bytes to word align address
44 bne v0, zero, unaligned # not possible to align addresses
/openbsd-current/libexec/ld.so/i386/
H A Dldasm.S36 .align 16,0xcc
82 .align 16,0xcc
/openbsd-current/libexec/ld.so/sh/
H A Dldasm.S82 .align 2
129 .align 2
/openbsd-current/sys/arch/arm/arm/
H A Dcpufunc_asm.S49 .align 2
/openbsd-current/gnu/llvm/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp152 uint32_t align; member in struct:aligned_data_t
572 const uint32_t align = info->data.align; local
575 addr += align, ptr_data += align) {
733 data_info.data.align = sizeof(addr); // Align to a pointer byte size
759 data_info.data.align = sizeof(addr); // Align to a pointer byte size
845 data_info.data.align =
/openbsd-current/sys/arch/arm64/arm64/
H A Dcopystr.S24 .align 2
/openbsd-current/sys/arch/powerpc/include/
H A Dasm.h48 .text; .align 2; .type x,@function; x:
54 .align 2; \
/openbsd-current/libexec/ld.so/amd64/
H A Dldasm.S36 .align 16,0xcc
42 subq $8, %rsp # align stack
/openbsd-current/gnu/llvm/lld/COFF/
H A DLLDMapFile.cpp43 uint64_t align) {
44 os << format("%08llx %08llx %5lld ", addr, size, align);
110 writeHeader(os, sec->getRVA(), sec->getVirtualSize(), /*align=*/pageSize);
42 writeHeader(raw_ostream &os, uint64_t addr, uint64_t size, uint64_t align) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DMachOUniversal.h85 return Header.align;
87 return Header64.align;
/openbsd-current/lib/libc/arch/i386/sys/
H A Dtfork_thread.S89 subl $4, %esp # align stack
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h30 // (align up to kShadowBaseAlignment) is the start of the shadow region.
198 uptr align = ring_buffer_size_ * 2; local
199 CHECK(IsAligned(free_space_, align));
/openbsd-current/lib/libcrypto/bn/asm/
H A Dx86_64-mont.pl64 .align 16
75 .align 16
121 .align 16
161 .align 16
185 .align 16
236 .align 16
252 .align 16
279 .align 16
341 .align 16
443 .align
[all...]
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dcrti.asm37 .align 4
49 .align 4
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dcrti.asm41 .align 16
54 .align 16
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dsh3.s10 .align 2
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgcore.c342 bfd_vma align = (bfd_vma) 1 << bfd_get_section_alignment (abfd, local
344 bfd_vma start = objsec->addr & -align;
345 bfd_vma end = (objsec->endaddr + align - 1) & -align;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dcrti.asm41 .align 16
54 .align 16
/openbsd-current/sys/arch/alpha/stand/
H A Dprom_disp.S41 .align 4
/openbsd-current/lib/libc/arch/i386/string/
H A Dstrcat.S36 .align 2,0x90

Completed in 269 milliseconds

1234567891011>>