HomeSort by relevance Sort by last modified time
    Searched refs:STACK_DIR (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 77 #define STACK_DIR STACK_DIRECTION /* known at compile-time */
81 static int stack_dir; /* 1 or -1 once known */ variable
82 #define STACK_DIR stack_dir
99 stack_dir = 1; /* stack grew upward */
101 stack_dir = -1; /* stack grew downward */
148 if (STACK_DIR == 0) /* unknown growth direction */
159 if ((STACK_DIR > 0 && hp->h.deep > depth)
160 || (STACK_DIR < 0 && hp->h.deep < depth))
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 100 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */
104 static int stack_dir; /* 1 or -1 once known. */ variable
105 #define STACK_DIR stack_dir
123 stack_dir = 1; /* Stack grew upward. */
125 stack_dir = -1; /* Stack grew downward. */
169 if (STACK_DIR == 0) /* Unknown growth direction. */
180 if ((STACK_DIR > 0 && hp->h.deep > depth)
181 || (STACK_DIR < 0 && hp->h.deep < depth))
  /external/qemu/tcg/
tcg.c     [all...]

Completed in 140 milliseconds