Searched refs:DEPTH (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Dj_profile.d57 #define DEPTH 10 /* stack depth, frames */
64 DEPTH, RATE);
70 @stacks[jstack(DEPTH)] = count();
H A Dpy_profile.d58 #define DEPTH 10 /* stack depth, frames */
65 DEPTH, RATE);
71 @stacks[jstack(DEPTH)] = count();
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Java/
H A Dj_profile.d57 #define DEPTH 10 /* stack depth, frames */
64 DEPTH, RATE);
70 @stacks[jstack(DEPTH)] = count();
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Python/
H A Dpy_profile.d58 #define DEPTH 10 /* stack depth, frames */
65 DEPTH, RATE);
71 @stacks[jstack(DEPTH)] = count();
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getcontext.c41 #define DEPTH 3 macro
51 ATF_REQUIRE_EQ(n, DEPTH - calls - 1);
112 ucontext_t uc[DEPTH];
116 for (i = 0; i < DEPTH; ++i) {
149 ATF_REQUIRE_EQ(setcontext(&uc[DEPTH-1]), 0);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_lock.c57 DEPTH,
55 DEPTH, enumerator in enum:__anon30
H A Dlock.c58 DEPTH,
56 DEPTH, enumerator in enum:__anon31
/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c1642 #define DEPTH(x) (ASAP ((x)))
1883 if (max_dv < DEPTH (u_node))
1885 max_dv = DEPTH (u_node);
1889 else if ((max_dv == DEPTH (u_node))
1638 #define DEPTH macro
H A Dc-typeck.c4770 #define RESTORE_SPELLING_DEPTH(DEPTH) (spelling = spelling_base + (DEPTH))
/freebsd-10-stable/sys/boot/ficl/
H A Dficl.h415 #define DEPTH() stackDepth(pVM->pStack) macro

Completed in 242 milliseconds