HomeSort by: relevance | last modified time | path
    Searched defs:op_cache_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 166 static int op_cache_idx = 0; variable
173 op_cache_idx ++;
174 if (op_cache_idx >= N_MAP)
176 printf("op_cache_idx exceeds %d\n", N_MAP);
179 op_cache[a][b][c] = op_cache_idx;
180 op_cache_rev[op_cache_idx] = (a<<8) | (b<<4) | c;
181 return op_cache_idx;
  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 166 static int op_cache_idx = 0; variable
173 op_cache_idx ++;
174 if (op_cache_idx >= N_MAP)
176 printf("op_cache_idx exceeds %d\n", N_MAP);
179 op_cache[a][b][c] = op_cache_idx;
180 op_cache_rev[op_cache_idx] = (a<<8) | (b<<4) | c;
181 return op_cache_idx;

Completed in 53 milliseconds