find_stack_direction   95 maint/gnulib/lib/alloca.c   dir = depth ? find_stack_direction (addr, depth - 1) : 0;
find_stack_direction  139 maint/gnulib/lib/alloca.c     STACK_DIR = find_stack_direction (NULL, (size & 1) + 20);