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

  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 159 #define N_MAP 90
165 static int op_cache_rev[N_MAP];
174 if (op_cache_idx >= N_MAP)
176 printf("op_cache_idx exceeds %d\n", N_MAP);
200 static unsigned long long cycles_per_id[N_RXO][N_MAP];
201 static unsigned long long times_per_id[N_RXO][N_MAP];
208 static unsigned long times_per_pair[N_RXO][N_MAP][N_RXO][N_MAP];
2252 for (o1 = 0; o1 < N_MAP; o1 ++)
2263 for (p1 = 0; p1 < N_MAP; p1 ++
    [all...]
  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 159 #define N_MAP 90
165 static int op_cache_rev[N_MAP];
174 if (op_cache_idx >= N_MAP)
176 printf("op_cache_idx exceeds %d\n", N_MAP);
200 static unsigned long long cycles_per_id[N_RXO][N_MAP];
201 static unsigned long long times_per_id[N_RXO][N_MAP];
208 static unsigned long times_per_pair[N_RXO][N_MAP][N_RXO][N_MAP];
2252 for (o1 = 0; o1 < N_MAP; o1 ++)
2263 for (p1 = 0; p1 < N_MAP; p1 ++
    [all...]

Completed in 19 milliseconds