HomeSort by relevance Sort by last modified time
    Searched full:__t1 (Results 126 - 150 of 346) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
gthr-default.h 678 __gthread_equal (__gthread_t __t1, __gthread_t __t2)
680 return __gthrw_(pthread_equal) (__t1, __t2);
gthr-posix.h 678 __gthread_equal (__gthread_t __t1, __gthread_t __t2)
680 return __gthrw_(pthread_equal) (__t1, __t2);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
gthr-default.h 678 __gthread_equal (__gthread_t __t1, __gthread_t __t2)
680 return __gthrw_(pthread_equal) (__t1, __t2);
gthr-posix.h 678 __gthread_equal (__gthread_t __t1, __gthread_t __t2)
680 return __gthrw_(pthread_equal) (__t1, __t2);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
gthr-default.h 678 __gthread_equal (__gthread_t __t1, __gthread_t __t2)
680 return __gthrw_(pthread_equal) (__t1, __t2);
gthr-posix.h 678 __gthread_equal (__gthread_t __t1, __gthread_t __t2)
680 return __gthrw_(pthread_equal) (__t1, __t2);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
gthr-default.h 678 __gthread_equal (__gthread_t __t1, __gthread_t __t2)
680 return __gthrw_(pthread_equal) (__t1, __t2);
gthr-posix.h 678 __gthread_equal (__gthread_t __t1, __gthread_t __t2)
680 return __gthrw_(pthread_equal) (__t1, __t2);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
utility 526 make_pair(_T1&& __t1, _T2&& __t2)
529 (_VSTD::forward<_T1>(__t1), _VSTD::forward<_T2>(__t2));
random     [all...]
  /external/libcxx/include/
random     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
utils.h 224 __m256 __t1 = _mm256_unpackhi_ps(vMask0, vMask1); variable
233 __m256 __tt2 = _mm256_shuffle_ps(__t1,__t3,_MM_SHUFFLE(1,0,1,0));
234 __m256 __tt3 = _mm256_shuffle_ps(__t1,__t3,_MM_SHUFFLE(3,2,3,2));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
random     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
random     [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
xmmintrin.h     [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
xmmintrin.h     [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
random     [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
random     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
    [all...]
random.tcc 66 _Tp __t1 = __a * (__x % __q);
68 if (__t1 >= __t2)
69 __x = __t1 - __t2;
71 __x = __m - __t2 + __t1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
    [all...]
random.tcc 66 _Tp __t1 = __a * (__x % __q);
68 if (__t1 >= __t2)
69 __x = __t1 - __t2;
71 __x = __m - __t2 + __t1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
    [all...]
random.tcc 66 _Tp __t1 = __a * (__x % __q);
68 if (__t1 >= __t2)
69 __x = __t1 - __t2;
71 __x = __m - __t2 + __t1;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 647 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
653 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
666 _UIntType1 __a1, int __u1, int __s1, _UIntType1 __b1, int __t1,
672 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x);
    [all...]

Completed in 463 milliseconds

1 2 3 4 56 7 8 91011>>