HomeSort by relevance Sort by last modified time
    Searched refs:__ret (Results 126 - 150 of 579) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
cmpxchg_32.h 31 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
32 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 31 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
32 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
cmpxchg_32.h 31 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
32 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
cmpxchg_32.h 31 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
32 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
cmpxchg_32.h 31 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
32 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __ret = __cmpxchg_local((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); else __ret = cmpxchg_386((ptr), (unsigned long)(o), (unsigned long)(n), sizeof(*(ptr))); __ret; })
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 206 int __ret = 0; \
215 __ret = fn(__match , ## args); \
216 if (__ret != 0) \
219 if (__ret == 0) { \
221 __ret = -EINVAL; \
223 __ret; \
229 int __ret = 0; \
238 __ret = fn(__watcher , ## args); \
239 if (__ret != 0) \
242 if (__ret == 0) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 206 int __ret = 0; \
215 __ret = fn(__match , ## args); \
216 if (__ret != 0) \
219 if (__ret == 0) { \
221 __ret = -EINVAL; \
223 __ret; \
229 int __ret = 0; \
238 __ret = fn(__watcher , ## args); \
239 if (__ret != 0) \
242 if (__ret == 0) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 206 int __ret = 0; \
215 __ret = fn(__match , ## args); \
216 if (__ret != 0) \
219 if (__ret == 0) { \
221 __ret = -EINVAL; \
223 __ret; \
229 int __ret = 0; \
238 __ret = fn(__watcher , ## args); \
239 if (__ret != 0) \
242 if (__ret == 0) {
    [all...]
  /external/kernel-headers/original/linux/
debug_locks.h 24 int __ret = 0; \
29 __ret = 1; \
31 __ret; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 109 int_type __ret; local
116 __ret = this->syncungetc(_M_unget_buf);
118 __ret = __eof;
121 __ret = this->syncungetc(__c);
125 return __ret;
134 int_type __ret; local
138 __ret = traits_type::eof();
140 __ret = traits_type::not_eof(__c);
143 __ret = this->syncputc(__c);
144 return __ret;
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
235 std::streamsize __ret = 0; local
258 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 119 int_type __ret; local
126 __ret = this->syncungetc(_M_unget_buf);
128 __ret = __eof;
131 __ret = this->syncungetc(__c);
135 return __ret;
144 int_type __ret; local
148 __ret = traits_type::eof();
150 __ret = traits_type::not_eof(__c);
153 __ret = this->syncputc(__c);
154 return __ret;
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
245 std::streamsize __ret = 0; local
268 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 119 int_type __ret; local
126 __ret = this->syncungetc(_M_unget_buf);
128 __ret = __eof;
131 __ret = this->syncungetc(__c);
135 return __ret;
144 int_type __ret; local
148 __ret = traits_type::eof();
150 __ret = traits_type::not_eof(__c);
153 __ret = this->syncputc(__c);
154 return __ret;
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
245 std::streamsize __ret = 0; local
268 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 109 int_type __ret; local
116 __ret = this->syncungetc(_M_unget_buf);
118 __ret = __eof;
121 __ret = this->syncungetc(__c);
125 return __ret;
134 int_type __ret; local
138 __ret = traits_type::eof();
140 __ret = traits_type::not_eof(__c);
143 __ret = this->syncputc(__c);
144 return __ret;
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
235 std::streamsize __ret = 0; local
258 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 109 int_type __ret; local
116 __ret = this->syncungetc(_M_unget_buf);
118 __ret = __eof;
121 __ret = this->syncungetc(__c);
125 return __ret;
134 int_type __ret; local
138 __ret = traits_type::eof();
140 __ret = traits_type::not_eof(__c);
143 __ret = this->syncputc(__c);
144 return __ret;
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
235 std::streamsize __ret = 0; local
258 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 109 int_type __ret; local
116 __ret = this->syncungetc(_M_unget_buf);
118 __ret = __eof;
121 __ret = this->syncungetc(__c);
125 return __ret;
134 int_type __ret; local
138 __ret = traits_type::eof();
140 __ret = traits_type::not_eof(__c);
143 __ret = this->syncputc(__c);
144 return __ret;
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
235 std::streamsize __ret = 0; local
258 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 109 int_type __ret; local
116 __ret = this->syncungetc(_M_unget_buf);
118 __ret = __eof;
121 __ret = this->syncungetc(__c);
125 return __ret;
134 int_type __ret; local
138 __ret = traits_type::eof();
140 __ret = traits_type::not_eof(__c);
143 __ret = this->syncputc(__c);
144 return __ret;
202 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
235 std::streamsize __ret = 0; local
258 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 119 int_type __ret; local
126 __ret = this->syncungetc(_M_unget_buf);
128 __ret = __eof;
131 __ret = this->syncungetc(__c);
135 return __ret;
144 int_type __ret; local
148 __ret = traits_type::eof();
150 __ret = traits_type::not_eof(__c);
153 __ret = this->syncputc(__c);
154 return __ret;
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
245 std::streamsize __ret = 0; local
268 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 119 int_type __ret; local
126 __ret = this->syncungetc(_M_unget_buf);
128 __ret = __eof;
131 __ret = this->syncungetc(__c);
135 return __ret;
144 int_type __ret; local
148 __ret = traits_type::eof();
150 __ret = traits_type::not_eof(__c);
153 __ret = this->syncputc(__c);
154 return __ret;
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
245 std::streamsize __ret = 0; local
268 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 119 int_type __ret; local
126 __ret = this->syncungetc(_M_unget_buf);
128 __ret = __eof;
131 __ret = this->syncungetc(__c);
135 return __ret;
144 int_type __ret; local
148 __ret = traits_type::eof();
150 __ret = traits_type::not_eof(__c);
153 __ret = this->syncputc(__c);
154 return __ret;
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
245 std::streamsize __ret = 0; local
268 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 119 int_type __ret; local
126 __ret = this->syncungetc(_M_unget_buf);
128 __ret = __eof;
131 __ret = this->syncungetc(__c);
135 return __ret;
144 int_type __ret; local
148 __ret = traits_type::eof();
150 __ret = traits_type::not_eof(__c);
153 __ret = this->syncputc(__c);
154 return __ret;
212 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
245 std::streamsize __ret = 0; local
268 std::streamsize __ret = 0; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_sync_filebuf.h 118 int_type __ret; local
125 __ret = this->syncungetc(_M_unget_buf);
127 __ret = __eof;
130 __ret = this->syncungetc(__c);
134 return __ret;
143 int_type __ret; local
147 __ret = traits_type::eof();
149 __ret = traits_type::not_eof(__c);
152 __ret = this->syncputc(__c);
153 return __ret;
211 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); local
244 std::streamsize __ret = 0; local
267 std::streamsize __ret = 0; local
    [all...]
  /external/stlport/stlport/stl/
concept_checks.h 58 #define _STLP_GENERATOR_CHECK(__func, __ret) do {} while(0)
59 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) \
60 static int __##__func##__ret##_generator_check
61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0)
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
63 static int __##__func##__ret##__arg##_unary_function_check
64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
67 static int __##__func##__ret##__first##__second##_binary_function_check
68 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 58 #define _STLP_GENERATOR_CHECK(__func, __ret) do {} while(0)
59 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) \
60 static int __##__func##__ret##_generator_check
61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0)
62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \
63 static int __##__func##__ret##__arg##_unary_function_check
64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \
67 static int __##__func##__ret##__first##__second##_binary_function_check
68 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second)
    [all...]

Completed in 2464 milliseconds

1 2 3 4 56 7 8 91011>>