HomeSort by relevance Sort by last modified time
    Searched defs:__left (Results 1 - 25 of 75) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 88 const bool __left = ((__out.flags() local
91 if (!__left)
95 if (__left && __out.good())
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 88 const bool __left = ((__out.flags() local
91 if (!__left)
95 if (__left && __out.good())
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ostream_insert.h 88 const bool __left = ((__out.flags() local
91 if (!__left)
95 if (__left && __out.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ostream_insert.h 88 const bool __left = ((__out.flags() local
91 if (!__left)
95 if (__left && __out.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
ostream_insert.h 90 const bool __left = ((__out.flags() local
93 if (!__left)
97 if (__left && __out.good())
  /external/stlport/stlport/stl/
_string_io.c 44 const bool __left = (__os.flags() & __ostream::left) != 0; local
52 if (!__left)
57 if (__left)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 44 const bool __left = (__os.flags() & __ostream::left) != 0; local
52 if (!__left)
57 if (__left)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 44 const bool __left = (__os.flags() & __ostream::left) != 0; local
52 if (!__left)
57 if (__left)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 44 const bool __left = (__os.flags() & __ostream::left) != 0; local
52 if (!__left)
57 if (__left)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 44 const bool __left = (__os.flags() & __ostream::left) != 0; local
52 if (!__left)
57 if (__left)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 44 const bool __left = (__os.flags() & __ostream::left) != 0; local
52 if (!__left)
57 if (__left)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.c 44 const bool __left = (__os.flags() & __ostream::left) != 0; local
52 if (!__left)
57 if (__left)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
partition.h 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local
117 __thread_left = __left + 1;
141 __fetch_and_add(&__left, __chunk_size);
199 __leftold = __left,
200 __leftnew = __left - __leftover_left * __chunk_size,
209 __reserved_left[(__left - (__thread_left_border + 1))
280 __left = __leftnew;
282 __dist = __right - __left + 1;
285 # pragma omp flush(__left, __right)
288 _DifferenceType __final_left = __left, __final_right = __right
    [all...]
losertree.h 190 unsigned int __left = __init_winner(2 * __root); local
193 || (!_M_losers[__left]._M_sup
195 _M_losers[__left]._M_key)))
199 return __left;
204 _M_losers[__root] = _M_losers[__left];
290 unsigned int __left = __init_winner(2 * __root); local
293 || (!_M_losers[__left]._M_sup
295 _M_losers[__left]._M_key)))
299 return __left;
304 _M_losers[__root] = _M_losers[__left];
429 unsigned int __left = __init_winner(2 * __root); local
511 unsigned int __left = __init_winner(2 * __root); local
667 unsigned int __left = __init_winner(2 * __root); local
755 unsigned int __left = __init_winner(2 * __root); local
912 unsigned int __left = __init_winner(2 * __root); local
998 unsigned int __left = __init_winner(2 * __root); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
partition.h 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local
117 __thread_left = __left + 1;
141 __fetch_and_add(&__left, __chunk_size);
199 __leftold = __left,
200 __leftnew = __left - __leftover_left * __chunk_size,
209 __reserved_left[(__left - (__thread_left_border + 1))
280 __left = __leftnew;
282 __dist = __right - __left + 1;
285 # pragma omp flush(__left, __right)
288 _DifferenceType __final_left = __left, __final_right = __right
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
partition.h 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local
117 __thread_left = __left + 1;
141 __fetch_and_add(&__left, __chunk_size);
199 __leftold = __left,
200 __leftnew = __left - __leftover_left * __chunk_size,
209 __reserved_left[(__left - (__thread_left_border + 1))
280 __left = __leftnew;
282 __dist = __right - __left + 1;
285 # pragma omp flush(__left, __right)
288 _DifferenceType __final_left = __left, __final_right = __right
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
partition.h 70 _GLIBCXX_VOLATILE _DifferenceType __left = 0, __right = __n - 1, local
117 __thread_left = __left + 1;
141 __fetch_and_add(&__left, __chunk_size);
199 __leftold = __left,
200 __leftnew = __left - __leftover_left * __chunk_size,
209 __reserved_left[(__left - (__thread_left_border + 1))
280 __left = __leftnew;
282 __dist = __right - __left + 1;
285 # pragma omp flush(__left, __right)
288 _DifferenceType __final_left = __left, __final_right = __right
    [all...]

Completed in 646 milliseconds

1 2 3