Searched refs:STACK_DIR (Results 1 – 2 of 2) sorted by relevance
91 # define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ macro96 # define STACK_DIR stack_dir macro159 if (STACK_DIR == 0) /* Unknown growth direction. */ in alloca()174 if ((STACK_DIR > 0 && hp->h.deep > depth) in alloca()175 || (STACK_DIR < 0 && hp->h.deep < depth)) in alloca()
109 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ macro114 #define STACK_DIR stack_dir macro177 if (STACK_DIR == 0) /* Unknown growth direction. */ in alloca()192 if ((STACK_DIR > 0 && hp->h.deep > depth) in alloca()193 || (STACK_DIR < 0 && hp->h.deep < depth)) in alloca()