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

  /src/external/gpl3/gcc/dist/libgomp/
ordered.c 688 gomp_ull cull = counts[i] + 1UL; local
689 unsigned long c = (unsigned long) cull;
692 c = cull >> (__SIZEOF_LONG_LONG__ * __CHAR_BIT__ / 2);
  /src/external/gpl3/gcc.old/dist/libgomp/
ordered.c 688 gomp_ull cull = counts[i] + 1UL; local
689 unsigned long c = (unsigned long) cull;
692 c = cull >> (__SIZEOF_LONG_LONG__ * __CHAR_BIT__ / 2);

Completed in 25 milliseconds