Lines Matching refs:stack
66 /* maximal linear size of matrix to allocate it on stack. */
433 stack[48]; \
440 stack[0].lb = array; \
441 stack[0].ub = array + (total - 1); \
445 T* left = stack[sp].lb; \
446 T* right = stack[sp--].ub; \
562 stack[++sp].lb = left0; \
563 stack[sp].ub = left0 + n - 1; \
568 stack[++sp].lb = right0 - m + 1; \
569 stack[sp].ub = right0; \