Searched refs:TCL_LOADALIGN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclLoadAout.c56 * TCL_LOADALIGN must be a power of 2, and is the alignment to which
60 #ifndef TCL_LOADALIGN
61 #define TCL_LOADALIGN 0x4000L macro
208 + TCL_LOADSHIM + TCL_LOADALIGN - 1)
209 & (- TCL_LOADALIGN));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c61 * TCL_LOADALIGN must be a power of 2, and is the alignment to which
65 #ifndef TCL_LOADALIGN
66 #define TCL_LOADALIGN 0x4000L macro
272 + TCL_LOADSHIM + TCL_LOADALIGN - 1)
273 & (- TCL_LOADALIGN));
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadAout.c58 * TCL_LOADALIGN must be a power of 2, and is the alignment to which
62 #ifndef TCL_LOADALIGN
63 #define TCL_LOADALIGN 0x4000L macro
239 + TCL_LOADSHIM + TCL_LOADALIGN - 1)
240 & (- TCL_LOADALIGN));

Completed in 180 milliseconds