HomeSort by: relevance | last modified time | path
    Searched defs:DEPTH (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/sys/
t_getcontext.c 41 #define DEPTH 3
51 ATF_REQUIRE_EQ(n, DEPTH - calls - 1);
100 ucontext_t uc[DEPTH];
104 for (i = 0; i < DEPTH; ++i) {
118 ATF_REQUIRE_EQ(setcontext(&uc[DEPTH-1]), 0);
  /src/external/gpl3/gcc/dist/gcc/
modulo-sched.cc 2453 #define DEPTH(x) (ASAP ((x)))
2711 if (max_dv < DEPTH (u_node))
2713 max_dv = DEPTH (u_node);
2717 else if ((max_dv == DEPTH (u_node))
  /src/external/gpl3/gcc.old/dist/gcc/
modulo-sched.cc 2453 #define DEPTH(x) (ASAP ((x)))
2711 if (max_dv < DEPTH (u_node))
2713 max_dv = DEPTH (u_node);
2717 else if ((max_dv == DEPTH (u_node))

Completed in 29 milliseconds