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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
set_operations.h 373 _DifferenceType* __lengths; local
390 __lengths = new _DifferenceType[__num_threads];
427 __lengths[ __iam ] =
434 __lengths[ __iam ] =
448 __r += __lengths[__i];
461 __r += __lengths[ __i ];
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
set_operations.h 373 _DifferenceType* __lengths; local
390 __lengths = new _DifferenceType[__num_threads];
427 __lengths[ __iam ] =
434 __lengths[ __iam ] =
448 __r += __lengths[__i];
461 __r += __lengths[ __i ];

Completed in 25 milliseconds