HomeSort by relevance Sort by last modified time
    Searched refs:__q (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
atomic_0.h 73 __typeof__(__e) __q = (__e); \
79 if (__t__ == *__q) { *__p = __v; __r = true; } \
80 else { *__q = __t__; __r = false; } \
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 245 swap(queue& __q)
246 noexcept(noexcept(swap(c, __q.c)))
249 swap(c, __q.c);
random.h 207 * generator engine seeded from the seed sequence @p __q.
209 * @param __q the seed sequence.
215 linear_congruential_engine(_Sseq& __q)
216 { seed(__q); }
230 * sequence using values from the seed sequence @p __q.
232 * @param __q the seed sequence.
236 seed(_Sseq& __q);
439 * engine seeded from the seed sequence @p __q.
441 * @param __q the seed sequence.
447 mersenne_twister_engine(_Sseq& __q)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_queue.h 245 swap(queue& __q)
246 noexcept(noexcept(swap(c, __q.c)))
249 swap(c, __q.c);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_queue.h 246 swap(queue& __q)
247 noexcept(noexcept(swap(c, __q.c)))
250 swap(c, __q.c);
  /external/stlport/stlport/stl/
_rope.h     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_queue.h 245 swap(queue& __q)
248 swap(c, __q.c);
random.h 202 * generator engine seeded from the seed sequence @p __q.
204 * @param __q the seed sequence.
210 linear_congruential_engine(_Sseq& __q)
211 { seed(__q); }
225 * sequence using values from the seed sequence @p __q.
227 * @param __q the seed sequence.
231 seed(_Sseq& __q);
431 * engine seeded from the seed sequence @p __q.
433 * @param __q the seed sequence.
439 mersenne_twister_engine(_Sseq& __q)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_queue.h 245 swap(queue& __q)
248 swap(c, __q.c);
random.h 202 * generator engine seeded from the seed sequence @p __q.
204 * @param __q the seed sequence.
210 linear_congruential_engine(_Sseq& __q)
211 { seed(__q); }
225 * sequence using values from the seed sequence @p __q.
227 * @param __q the seed sequence.
231 seed(_Sseq& __q);
431 * engine seeded from the seed sequence @p __q.
433 * @param __q the seed sequence.
439 mersenne_twister_engine(_Sseq& __q)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 245 swap(queue& __q)
248 swap(c, __q.c);
random.h 202 * generator engine seeded from the seed sequence @p __q.
204 * @param __q the seed sequence.
210 linear_congruential_engine(_Sseq& __q)
211 { seed(__q); }
225 * sequence using values from the seed sequence @p __q.
227 * @param __q the seed sequence.
231 seed(_Sseq& __q);
431 * engine seeded from the seed sequence @p __q.
433 * @param __q the seed sequence.
439 mersenne_twister_engine(_Sseq& __q)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 245 swap(queue& __q)
248 swap(c, __q.c);
  /external/stlport/src/
allocators.cpp 1016 __obj *__q = (__obj *)__p; local
1061 __obj *__q = (__obj *)__p; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 1016 __obj *__q = (__obj *)__p; local
1061 __obj *__q = (__obj *)__p; local
    [all...]

Completed in 1531 milliseconds

1 23 4 5 6