OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STACK_DIR
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/
alloca.c
109
#define
STACK_DIR
STACK_DIRECTION /* Known at compile-time. */
113
static int
stack_dir
; /* 1 or -1 once known. */
variable
114
#define
STACK_DIR
stack_dir
132
stack_dir
= 1; /* Stack grew upward. */
134
stack_dir
= -1; /* Stack grew downward. */
177
if (
STACK_DIR
== 0) /* Unknown growth direction. */
192
if ((
STACK_DIR
> 0 && hp->h.deep > depth)
193
|| (
STACK_DIR
< 0 && hp->h.deep < depth))
/ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c
91
# define
STACK_DIR
STACK_DIRECTION /* Known at compile-time. */
95
static int
stack_dir
; /* 1 or -1 once known. */
variable
96
# define
STACK_DIR
stack_dir
114
stack_dir
= 1; /* Stack grew upward. */
116
stack_dir
= -1; /* Stack grew downward. */
159
if (
STACK_DIR
== 0) /* Unknown growth direction. */
174
if ((
STACK_DIR
> 0 && hp->h.deep > depth)
175
|| (
STACK_DIR
< 0 && hp->h.deep < depth))
/external/qemu/tcg/
tcg.c
[
all
...]
Completed in 313 milliseconds