OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_cache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/rx/
rx.c
164
static int
op_cache
[N_RXT][N_RXT][N_RXT];
variable
171
if (
op_cache
[a][b][c])
172
return
op_cache
[a][b][c];
179
op_cache
[a][b][c] = op_cache_idx;
/src/external/gpl3/gdb/dist/sim/rx/
rx.c
164
static int
op_cache
[N_RXT][N_RXT][N_RXT];
variable
171
if (
op_cache
[a][b][c])
172
return
op_cache
[a][b][c];
179
op_cache
[a][b][c] = op_cache_idx;
Completed in 56 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026