/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
debug_locks.h | 20 #define DEBUG_LOCKS_WARN_ON(c) ({ int __ret = 0; if (unlikely(c)) { if (debug_locks_off()) WARN_ON(1); __ret = 1; } __ret; })
|
/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...] |
/prebuilts/ndk/5/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/8/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...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/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...] |
/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...] |
/bionic/libc/kernel/arch-arm/asm/arch/ |
serial.h | 25 #define is_omap_port(p) ({int __ret = 0; if (p == IO_ADDRESS(OMAP_UART1_BASE) || p == IO_ADDRESS(OMAP_UART2_BASE) || p == IO_ADDRESS(OMAP_UART3_BASE)) __ret = 1; __ret; })
|
/development/ndk/platforms/android-3/include/asm-generic/ |
bug.h | 29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely((condition) && __warn_once)) { __warn_once = 0; WARN_ON(1); __ret = 1; } __ret; })
|
/external/kernel-headers/original/asm-arm/arch/ |
serial.h | 29 #define is_omap_port(p) ({int __ret = 0; \ 33 __ret = 1; \ 34 __ret; \
|
/external/kernel-headers/original/asm-generic/ |
bug.h | 44 int __ret = 0; \ 49 __ret = 1; \ 51 __ret; \
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/ |
bug.h | 29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely((condition) && __warn_once)) { __warn_once = 0; WARN_ON(1); __ret = 1; } __ret; })
|