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

  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 1598 /* Remove all occurrences of INSN from LIST. Return the number of
1599 occurrences removed. */
4964 int occurrences = 0;
4970 if (++occurrences > 1)
4954 int occurrences = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 1598 /* Remove all occurrences of INSN from LIST. Return the number of
1599 occurrences removed. */
4893 int occurrences = 0;
4899 if (++occurrences > 1)
4883 int occurrences = 0; local
  /src/external/mit/isl/dist/
isl_tab_pip.c 4513 /* Return a count of the number of occurrences of the "n" first
4521 int *occurrences; local
4526 occurrences = isl_calloc_array(ctx, int, n);
4527 if (!occurrences)
4533 occurrences[j]++;
4537 return occurrences;
4542 * "occurrences" is an array of length "n" containing the number
4543 * of occurrences of each of the variables in the inequality constraints.
4545 static int single_occurrence(int n, isl_int *c, int *occurrences)
4552 if (occurrences[i] != 1
4620 int *occurrences = NULL; local
    [all...]

Completed in 35 milliseconds