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

  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 2150 #define MAX_HISTORY 100
2193 cpu_history = XNEWVEC (struct cpu_history, MAX_HISTORY);
2195 if (curr_hist >= MAX_HISTORY)
2266 mode_history = XNEWVEC (unsigned int, MAX_HISTORY);
2268 if (curr_hist >= MAX_HISTORY)
2304 #undef MAX_HISTORY
tc-ppc.c 5832 #define MAX_HISTORY 100
5853 cpu_history = XNEWVEC (ppc_cpu_t, MAX_HISTORY);
5855 if (curr_hist >= MAX_HISTORY)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 2150 #define MAX_HISTORY 100
2193 cpu_history = XNEWVEC (struct cpu_history, MAX_HISTORY);
2195 if (curr_hist >= MAX_HISTORY)
2266 mode_history = XNEWVEC (unsigned int, MAX_HISTORY);
2268 if (curr_hist >= MAX_HISTORY)
2304 #undef MAX_HISTORY
tc-ppc.c 5874 #define MAX_HISTORY 100
5895 cpu_history = XNEWVEC (ppc_cpu_t, MAX_HISTORY);
5897 if (curr_hist >= MAX_HISTORY)

Completed in 119 milliseconds