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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 249 CLONE_MAX
258 static const struct clone_map rs6000_clone_map[CLONE_MAX] = {
25298 clone. The clone id is ordered from 0 (default) to CLONE_MAX-1 and gives
25326 for (ret = CLONE_MAX - 1; ret != 0; ret--)
25624 tree clones[CLONE_MAX];
25656 for (ix = CLONE_MAX - 1; ix >= 0; ix--)
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 250 CLONE_MAX
259 static const struct clone_map rs6000_clone_map[CLONE_MAX] = {
24863 clone. The clone id is ordered from 0 (default) to CLONE_MAX-1 and gives
24891 for (ret = CLONE_MAX - 1; ret != 0; ret--)
25188 tree clones[CLONE_MAX];
25220 for (ix = CLONE_MAX - 1; ix >= 0; ix--)

Completed in 59 milliseconds