Searched refs:STACK_DIR (Results 1 – 2 of 2) sorted by relevance
98 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ macro103 #define STACK_DIR stack_dir macro168 if (STACK_DIR == 0) /* Unknown growth direction. */ in C_alloca()179 if ((STACK_DIR > 0 && hp->h.deep > depth) in C_alloca()180 || (STACK_DIR < 0 && hp->h.deep < depth)) in C_alloca()
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()