Searched refs:align (Results 376 - 400 of 738) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_object.h183 unsigned size, unsigned align, bool block);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dbuffer.h51 u_int32_t fmt, spd, bps, align; member in struct:snd_dbuf
/freebsd-11-stable/crypto/openssl/crypto/
H A Dpariscid.pl105 L\$align
110 b L\$align
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl171 sub ::align
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv8.pl163 .align 6
230 .align 6
296 .align 6
305 .align 2
H A Dsha1-sparcv9.pl197 .align 32
241 .align 8
276 .align 16
366 .align 4
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dfpu_emul.S30 .align 8
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.h468 static inline unsigned long align(unsigned long val, unsigned long align) argument
470 return (val + align - 1) & ~(align - 1);
/freebsd-11-stable/sys/powerpc/booke/
H A Dlocore.S297 .align 12
813 .align 6
851 .align 3
856 .align 4
/freebsd-11-stable/stand/ofw/libofw/
H A Dopenfirm.c678 OF_claim(void *virt, u_int size, u_int align) argument
686 cell_t align; member in struct:__anon5081
696 args.align = align;
/freebsd-11-stable/contrib/mdocml/
H A Dmandocd.c69 struct cmsghdr align; member in union:__anon3582
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h158 size_t size, size_t align, unsigned flags, linux_kmem_ctor_t *ctor);
/freebsd-11-stable/stand/efi/boot1/
H A DMakefile19 CWARNFLAGS.zfs_module.c += -Wno-cast-align
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h73 auto align = reinterpret_cast<uintptr_t>(V2.getPointer()) >> AggAlignShift; local
74 return Address(V1.getPointer(), CharUnits::fromQuantity(align));
112 auto align = static_cast<uintptr_t>(addr.getAlignment().getQuantity()); local
113 ER.V2.setPointer(reinterpret_cast<llvm::Value*>(align << AggAlignShift));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h146 #define ATTRIBUTE_ALIGNED(X) __declspec(align(X))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h16 #define COMPILER_RT_ALIGNAS(x) __declspec(align(x))
/freebsd-11-stable/usr.bin/mkimg/
H A Dvhdx.c222 vhdx_write_and_pad(int fd, const void *data, size_t data_size, size_t align) argument
229 if (data_size % align == 0)
232 pad_size = align - (data_size % align);
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsegments.c176 if (vma % s->align != 0)
179 (uintmax_t) vma, s->name, (uintmax_t) s->align);
366 if (lma % s->align != 0)
369 (uintmax_t) lma, s->name, (uintmax_t) s->align);
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c823 ** between 1 and 4; the following definition tries to align the number
1284 int align = *psize; /* usually, alignment follows size */ local
1286 if (**fmt == '\0' || getoption(h, fmt, &align) == Kchar || align == 0)
1289 if (align <= 1 || opt == Kchar) /* need no alignment? */
1292 if (align > h->maxalign) /* enforce maximum alignment */
1293 align = h->maxalign;
1294 if ((align & (align - 1)) != 0) /* is 'align' no
[all...]
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dqm_ext.h426 uint32_t align; /**< alignment. will be used if useForce=FALSE */ member in struct:t_QmRsrvFqrParams::__anon8330::__anon8331
873 uint32_t align; /**< alignment. will be used if useForce=FALSE */ member in struct:__anon8336::__anon8339::__anon8340
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.c62 # define ALIGN64 __declspec(align(64))
65 # pragma align 64(one,two80)
/freebsd-11-stable/lib/libc/arm/string/
H A Dmemcmp.S87 /* Word-align the addresses, if necessary */
156 .align 5
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_event.c331 buf_report_event.align = PQISRC_DEFAULT_DMA_ALIGN;
391 buf_set_event.align = PQISRC_DEFAULT_DMA_ALIGN;
H A Dsmartpqi_sis.c262 init_struct_mem.align = PQISRC_INIT_STRUCT_DMA_ALIGN;
281 softs->err_buf_dma_mem.align = PQISRC_ERR_BUF_DMA_ALIGN;
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x-mont.pl144 .align 16
196 .align 16

Completed in 418 milliseconds

<<11121314151617181920>>