Searched refs:MULTIPLE (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmopen.c105 incr = MULTIPLE(incr,ALIGN);
H A Dvmhdr.h121 #define MULTIPLE(x,y) ((x)%(y) == 0 ? (x) : (y)%(x) == 0 ? (y) : (y)*(x)) macro
232 { char data[MULTIPLE(ALIGNA,ALIGNB)];
H A Dvmlast.c377 align = MULTIPLE(align,ALIGN);
H A Dvmbest.c1025 align = MULTIPLE(align,ALIGN);
/ast/src/cmd/nmake/
H A DMakerules.mk1657 $(T1:V) : .ARCHIVE .MULTIPLE
2876 $(R) : .ARCHIVE .MULTIPLE
3924 $(CC.LD.DYNAMIC) $(CC.LD.STATIC) : .MULTIPLE .ARCHIVE .IGNORE .DO.NOTHING

Completed in 36 milliseconds