HomeSort by: relevance | last modified time | path
    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