Searched refs:ALIGNSZ (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/mips64/include/
H A Dasm.h125 #define ALIGNSZ 16 /* Stack layout alignment */
126 #define FRAMESZ(sz) (((sz) + (ALIGNSZ-1)) & ~(ALIGNSZ-1))
150 #define CF_SZ 48 /* Call frame size (multiple of ALIGNSZ) */
/openbsd-current/usr.sbin/vmd/
H A Dvirtio.h33 #define ALIGNSZ(sz, align) ((sz + align - 1) & ~(align - 1)) macro
H A Dvioqcow2.c695 l1off = ALIGNSZ(sizeof(hdr), clustersz);
700 refoff = ALIGNSZ(l1off + 8*l1sz, clustersz);
704 initsz = ALIGNSZ(refoff + refsz*clustersz, clustersz);
/openbsd-current/usr.sbin/vmctl/
H A Dmain.c656 dst.size = ALIGNSZ(dstsize, 1048576);

Completed in 93 milliseconds