HomeSort by relevance Sort by last modified time
    Searched full:__tl (Results 1 - 25 of 25) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
balanced_quicksort.h 256 _QSBThreadLocal<_RAIter>& __tl = *__tls[__iam]; local
262 _ThreadIndex __num_threads = __tl._M_num_threads;
267 _Piece __current = __tl._M_initial;
339 __tl._M_leftover_parts.push_front
350 __tl._M_leftover_parts.push_front(std::make_pair
367 if (__tl._M_leftover_parts.pop_front(__current))
371 *__tl._M_elements_leftover -= __elements_done;
381 while (__wait && *__tl._M_elements_leftover > 0
413 _GLIBCXX_PARALLEL_ASSERT(*__tl._M_elements_leftover == 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
balanced_quicksort.h 256 _QSBThreadLocal<_RAIter>& __tl = *__tls[__iam]; local
262 _ThreadIndex __num_threads = __tl._M_num_threads;
267 _Piece __current = __tl._M_initial;
339 __tl._M_leftover_parts.push_front
350 __tl._M_leftover_parts.push_front(std::make_pair
367 if (__tl._M_leftover_parts.pop_front(__current))
371 *__tl._M_elements_leftover -= __elements_done;
381 while (__wait && *__tl._M_elements_leftover > 0
413 _GLIBCXX_PARALLEL_ASSERT(*__tl._M_elements_leftover == 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
balanced_quicksort.h 256 _QSBThreadLocal<_RAIter>& __tl = *__tls[__iam]; local
262 _ThreadIndex __num_threads = __tl._M_num_threads;
267 _Piece __current = __tl._M_initial;
339 __tl._M_leftover_parts.push_front
350 __tl._M_leftover_parts.push_front(std::make_pair
367 if (__tl._M_leftover_parts.pop_front(__current))
371 *__tl._M_elements_leftover -= __elements_done;
381 while (__wait && *__tl._M_elements_leftover > 0
413 _GLIBCXX_PARALLEL_ASSERT(*__tl._M_elements_leftover == 0);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
balanced_quicksort.h 256 _QSBThreadLocal<_RAIter>& __tl = *__tls[__iam]; local
262 _ThreadIndex __num_threads = __tl._M_num_threads;
267 _Piece __current = __tl._M_initial;
339 __tl._M_leftover_parts.push_front
350 __tl._M_leftover_parts.push_front(std::make_pair
367 if (__tl._M_leftover_parts.pop_front(__current))
371 *__tl._M_elements_leftover -= __elements_done;
381 while (__wait && *__tl._M_elements_leftover > 0
413 _GLIBCXX_PARALLEL_ASSERT(*__tl._M_elements_leftover == 0);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
balanced_quicksort.h 256 _QSBThreadLocal<_RAIter>& __tl = *__tls[__iam]; local
262 _ThreadIndex __num_threads = __tl._M_num_threads;
267 _Piece __current = __tl._M_initial;
339 __tl._M_leftover_parts.push_front
350 __tl._M_leftover_parts.push_front(std::make_pair
367 if (__tl._M_leftover_parts.pop_front(__current))
371 *__tl._M_elements_leftover -= __elements_done;
381 while (__wait && *__tl._M_elements_leftover > 0
413 _GLIBCXX_PARALLEL_ASSERT(*__tl._M_elements_leftover == 0);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
balanced_quicksort.h 256 _QSBThreadLocal<_RAIter>& __tl = *__tls[__iam]; local
262 _ThreadIndex __num_threads = __tl._M_num_threads;
267 _Piece __current = __tl._M_initial;
339 __tl._M_leftover_parts.push_front
350 __tl._M_leftover_parts.push_front(std::make_pair
367 if (__tl._M_leftover_parts.pop_front(__current))
371 *__tl._M_elements_leftover -= __elements_done;
381 while (__wait && *__tl._M_elements_leftover > 0
413 _GLIBCXX_PARALLEL_ASSERT(*__tl._M_elements_leftover == 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
random.tcc 215 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
219 uint64_t __ol = __tl >> (__shift * 8);
233 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
237 uint64_t __ol = __tl << (__shift * 8);
238 __oh |= __tl >> (64 - __shift * 8);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
random.tcc 215 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
219 uint64_t __ol = __tl >> (__shift * 8);
233 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
237 uint64_t __ol = __tl << (__shift * 8);
238 __oh |= __tl >> (64 - __shift * 8);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
random.tcc 215 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
219 uint64_t __ol = __tl >> (__shift * 8);
233 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
237 uint64_t __ol = __tl << (__shift * 8);
238 __oh |= __tl >> (64 - __shift * 8);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
random.tcc 214 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
218 uint64_t __ol = __tl >> (__shift * 8);
232 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
236 uint64_t __ol = __tl << (__shift * 8);
237 __oh |= __tl >> (64 - __shift * 8);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
random.tcc 214 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
218 uint64_t __ol = __tl >> (__shift * 8);
232 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
236 uint64_t __ol = __tl << (__shift * 8);
237 __oh |= __tl >> (64 - __shift * 8);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
random.tcc 214 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
218 uint64_t __ol = __tl >> (__shift * 8);
232 uint64_t __tl = ((static_cast<uint64_t>(__in[1]) << 32)
236 uint64_t __ol = __tl << (__shift * 8);
237 __oh |= __tl >> (64 - __shift * 8);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c 1051 char *__tl = l; local
1103 __tl = h + 1 + rval;
1107 parse_exp (__tl, &(op->exp));
1507 char *__tl = "0"; local
    [all...]
  /external/libcxx/include/
sstream 423 locale __tl = __rhs.getloc();
425 this->pubimbue(__tl);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
sstream 423 locale __tl = __rhs.getloc();
425 this->pubimbue(__tl);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
sstream 423 locale __tl = __rhs.getloc();
425 this->pubimbue(__tl);
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
sstream 417 locale __tl = __rhs.getloc();
419 this->pubimbue(__tl);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
sstream 417 locale __tl = __rhs.getloc();
419 this->pubimbue(__tl);
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
sstream 422 locale __tl = __rhs.getloc();
424 this->pubimbue(__tl);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
testimgr.uue 179 M0D='_W!V<O]26%3_.3Y#_^/7T__OW-3_[-G1__/@V/_[Y]__TL:W_VE=5/_7
    [all...]
  /external/python/cpython2/Lib/test/
testimgr.uue 179 M0D='_W!V<O]26%3_.3Y#_^/7T__OW-3_[-G1__/@V/_[Y]__TL:W_VE=5/_7
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
testimgr.uue 179 M0D='_W!V<O]26%3_.3Y#_^/7T__OW-3_[-G1__/@V/_[Y]__TL:W_VE=5/_7
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
testimgr.uue 179 M0D='_W!V<O]26%3_.3Y#_^/7T__OW-3_[-G1__/@V/_[Y]__TL:W_VE=5/_7
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
testimgr.uue 179 M0D='_W!V<O]26%3_.3Y#_^/7T__OW-3_[-G1__/@V/_[Y]__TL:W_VE=5/_7
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
testimgr.uue 179 M0D='_W!V<O]26%3_.3Y#_^/7T__OW-3_[-G1__/@V/_[Y]__TL:W_VE=5/_7
    [all...]

Completed in 1619 milliseconds