OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fpdepth
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sh3/sh3/
db_trace.c
263
int depth, prdepth,
fpdepth
;
local
275
prdepth =
fpdepth
= -1;
298
fpdepth
= depth;
352
DPRINTF(2, "%s:%d:
fpdepth
=%d prdepth=%d depth=%d sp=%lx->%lx\n",
353
__func__, __LINE__,
fpdepth
, prdepth, depth, *sp, *sp - depth * 4);
357
((
fpdepth
!= -1) || (prdepth != -1))) {
371
if (j == (depth -
fpdepth
- 1))
378
if (
fpdepth
!= -1)
379
db_read_bytes((db_addr_t)&stack[depth -
fpdepth
- 1],
396
if ((prdepth == -1) && (
fpdepth
== -1) && (depth == 0)
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026