HomeSort by relevance Sort by last modified time
    Searched defs:__r (Results 26 - 50 of 218) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pod_char_traits.h 176 int_type __r = { -1 }; local
177 return __r;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 171 int_type __r = { -1 }; local
172 return __r;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 171 int_type __r = { -1 }; local
172 return __r;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 171 int_type __r = { -1 }; local
172 return __r;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pod_char_traits.h 171 int_type __r = { -1 }; local
172 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 176 int_type __r = { -1 }; local
177 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-tpf.h 213 int __r; local
215 __r = __gthrw_(pthread_mutexattr_init) (&__attr);
216 if (!__r)
217 __r = __gthrw_(pthread_mutexattr_settype) (&__attr,
219 if (!__r)
220 __r = __gthrw_(pthread_mutex_init) (__mutex, &__attr);
221 if (!__r)
222 __r = __gthrw_(pthread_mutexattr_destroy) (&__attr);
223 return __r;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 179 int_type __r = { -1 }; local
180 return __r;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 176 int_type __r = { -1 }; local
177 return __r;

Completed in 507 milliseconds

12 3 4 5 6 7 8 9