Home
last modified time | relevance | path

Searched refs:STACK_DIR (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c91 # define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ macro
96 # define STACK_DIR stack_dir macro
159 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()
/ndk/sources/host-tools/make-3.81/
Dalloca.c109 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ macro
114 #define STACK_DIR stack_dir macro
177 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()