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

  /src/external/cddl/dtracetoolkit/dist/Bin/
j_profile.d 57 #define DEPTH 10 /* stack depth, frames */
64 DEPTH, RATE);
70 @stacks[jstack(DEPTH)] = count();
py_profile.d 58 #define DEPTH 10 /* stack depth, frames */
65 DEPTH, RATE);
71 @stacks[jstack(DEPTH)] = count();
  /src/external/cddl/dtracetoolkit/dist/Java/
j_profile.d 57 #define DEPTH 10 /* stack depth, frames */
64 DEPTH, RATE);
70 @stacks[jstack(DEPTH)] = count();
  /src/external/cddl/dtracetoolkit/dist/Python/
py_profile.d 58 #define DEPTH 10 /* stack depth, frames */
65 DEPTH, RATE);
71 @stacks[jstack(DEPTH)] = count();
  /src/external/mpl/bind/dist/bin/tests/system/camp/ns3/
setup.sh 22 DEPTH=5
25 while [ $tld -le $DEPTH ]; do
29 while [ $label -le $DEPTH ]; do
41 if [ $label -eq $DEPTH ] && [ $tld -eq $DEPTH ]; then
43 elif [ $tld -eq $DEPTH ]; then
59 while [ $goto -le $DEPTH ]; do
71 if [ $goto -eq $DEPTH ]; then
  /src/external/mpl/bind/dist/bin/tests/system/camp/ns2/
setup.sh 23 DEPTH=5
26 while [ $tld -le $DEPTH ]; do
38 while [ $label -le $DEPTH ]; do
51 while [ $goto -le $DEPTH ]; do
  /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/gdb/dist/gdb/
ax.h 171 /* Append a pick operator to EXPR. DEPTH is the stack item to pick,
173 extern void ax_pick (struct agent_expr *EXPR, int DEPTH);
  /src/external/gpl3/gdb.old/dist/gdb/
ax.h 171 /* Append a pick operator to EXPR. DEPTH is the stack item to pick,
173 extern void ax_pick (struct agent_expr *EXPR, int DEPTH);
  /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))
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 8466 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
8473 int depth = SPELLING_DEPTH (); \
8475 if (depth >= spelling_size) \
8480 RESTORE_SPELLING_DEPTH (depth); \
9186 /* Nesting depth of designator list. */
9213 int depth;
9394 p->depth = constructor_depth;
9544 p->depth = constructor_depth;
9897 constructor_depth = p->depth;
9185 int depth; member in struct:constructor_stack
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 7880 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
7887 int depth = SPELLING_DEPTH (); \
7889 if (depth >= spelling_size) \
7894 RESTORE_SPELLING_DEPTH (depth); \
8390 /* Nesting depth of designator list. */
8417 int depth;
8598 p->depth = constructor_depth;
8747 p->depth = constructor_depth;
9088 constructor_depth = p->depth;
8391 int depth; member in struct:constructor_stack
    [all...]

Completed in 60 milliseconds