/external/stlport/stlport/stl/ |
D | concept_checks.h | 58 #define _STLP_GENERATOR_CHECK(__func, __ret) do {} while(0) argument 59 #define _STLP_CLASS_GENERATOR_CHECK(__func, __ret) \ argument 61 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) do {} while(0) argument 62 #define _STLP_CLASS_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument 64 #define _STLP_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument 66 #define _STLP_CLASS_BINARY_FUNCTION_CHECK(__func, __ret, __first, __second) \ argument 68 #define _STLP_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument 70 #define _STLP_CLASS_REQUIRES_BINARY_OP(__opname, __ret, __first, __second) \ argument 115 #define _STLP_GENERATOR_CHECK(__func, __ret) \ argument 123 #define _STLP_UNARY_FUNCTION_CHECK(__func, __ret, __arg) \ argument [all …]
|
D | _pthread_alloc.h | 135 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size)); variable 174 _Tp* __ret = __REINTERPRET_CAST(value_type*, _S_Alloc::allocate(__buf_size)); in allocate() local
|
D | _alloc.h | 307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size)); variable 348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size)); in _M_allocate() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
D | rbug_core.c | 46 int __ret = 0; in rbug_send_noop() local 81 int __ret = 0; in rbug_send_ping() local 117 int __ret = 0; in rbug_send_error() local 155 int __ret = 0; in rbug_send_ping_reply() local 194 int __ret = 0; in rbug_send_error_reply() local
|
D | rbug_context.c | 46 int __ret = 0; in rbug_send_context_list() local 82 int __ret = 0; in rbug_send_context_info() local 121 int __ret = 0; in rbug_send_context_draw_block() local 162 int __ret = 0; in rbug_send_context_draw_step() local 203 int __ret = 0; in rbug_send_context_draw_unblock() local 248 int __ret = 0; in rbug_send_context_draw_rule() local 296 int __ret = 0; in rbug_send_context_flush() local 336 int __ret = 0; in rbug_send_context_list_reply() local 385 int __ret = 0; in rbug_send_context_info_reply() local 438 int __ret = 0; in rbug_send_context_draw_blocked() local
|
D | rbug_shader.c | 47 int __ret = 0; in rbug_send_shader_list() local 86 int __ret = 0; in rbug_send_shader_info() local 128 int __ret = 0; in rbug_send_shader_disable() local 173 int __ret = 0; in rbug_send_shader_replace() local 217 int __ret = 0; in rbug_send_shader_list_reply() local 262 int __ret = 0; in rbug_send_shader_info_reply() local
|
D | rbug_texture.c | 46 int __ret = 0; in rbug_send_texture_list() local 82 int __ret = 0; in rbug_send_texture_info() local 130 int __ret = 0; in rbug_send_texture_write() local 193 int __ret = 0; in rbug_send_texture_read() local 247 int __ret = 0; in rbug_send_texture_list_reply() local 301 int __ret = 0; in rbug_send_texture_info_reply() local 368 int __ret = 0; in rbug_send_texture_read_reply() local
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_core.c | 46 int __ret = 0; in rbug_send_noop() local 81 int __ret = 0; in rbug_send_ping() local 117 int __ret = 0; in rbug_send_error() local 155 int __ret = 0; in rbug_send_ping_reply() local 194 int __ret = 0; in rbug_send_error_reply() local
|
D | rbug_context.c | 46 int __ret = 0; in rbug_send_context_list() local 82 int __ret = 0; in rbug_send_context_info() local 121 int __ret = 0; in rbug_send_context_draw_block() local 162 int __ret = 0; in rbug_send_context_draw_step() local 203 int __ret = 0; in rbug_send_context_draw_unblock() local 248 int __ret = 0; in rbug_send_context_draw_rule() local 296 int __ret = 0; in rbug_send_context_flush() local 336 int __ret = 0; in rbug_send_context_list_reply() local 385 int __ret = 0; in rbug_send_context_info_reply() local 438 int __ret = 0; in rbug_send_context_draw_blocked() local
|
D | rbug_shader.c | 47 int __ret = 0; in rbug_send_shader_list() local 86 int __ret = 0; in rbug_send_shader_info() local 128 int __ret = 0; in rbug_send_shader_disable() local 173 int __ret = 0; in rbug_send_shader_replace() local 217 int __ret = 0; in rbug_send_shader_list_reply() local 262 int __ret = 0; in rbug_send_shader_info_reply() local
|
D | rbug_texture.c | 46 int __ret = 0; in rbug_send_texture_list() local 82 int __ret = 0; in rbug_send_texture_info() local 130 int __ret = 0; in rbug_send_texture_write() local 193 int __ret = 0; in rbug_send_texture_read() local 247 int __ret = 0; in rbug_send_texture_list_reply() local 301 int __ret = 0; in rbug_send_texture_info_reply() local 368 int __ret = 0; in rbug_send_texture_read_reply() local
|
/external/fio/ |
D | parse.c | 813 int __ret; in handle_option() local
|
/external/stlport/stlport/stl/debug/ |
D | _string.h | 429 typename _Base::iterator __ret = _M_non_dbg_impl.insert(__p._M_iterator, __c); in insert() local
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | linux_syscall_support.h | 1793 long __ret, __err; in LSS_NAME() local
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | linux_syscall_support.h | 1709 long __ret, __err; in LSS_NAME() local
|