Searched refs:SCNROUND (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/boot/
H A Decoff.h35 #define SCNROUND ((int32_t)16) macro
63 ((FILHSZ + AOUTHSZ + (f).f_nscns * SCNHSZ + SCNROUND-1) & ~(SCNROUND-1)) ) )
/linux-master/arch/alpha/include/uapi/asm/
H A Da.out.h86 #define SCNROUND 16 macro
90 (sizeof(struct exec) + (x).fh.f_nscns*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))

Completed in 105 milliseconds