/external/compiler-rt/lib/interception/ |
D | interception.h | 122 # define DECLARE_WRAPPER(ret_type, func, ...) argument 128 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 129 extern "C" ret_type func(__VA_ARGS__); 130 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument 131 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__); 139 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 140 extern "C" ret_type func(__VA_ARGS__) \ 141 __attribute__((alias("__interceptor_" #func), visibility("default"))); 146 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument 147 extern "C" ret_type func(__VA_ARGS__) \ [all …]
|
/external/bison/build-aux/snippet/ |
D | c++defs.h | 94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 95 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 107 _GL_EXTERN_C rettype func parameters_and_attributes 115 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 116 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 118 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 121 rettype (*const func) parameters = ::rpl_func; \ 125 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 135 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
/external/bison/linux-lib/ |
D | c++defs.h | 78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 91 _GL_EXTERN_C rettype func parameters_and_attributes 99 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 100 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 102 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 105 rettype (*const func) parameters = ::rpl_func; \ 109 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 119 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
D | time.h | 122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 135 _GL_EXTERN_C rettype func parameters_and_attributes 143 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 144 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 146 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 149 rettype (*const func) parameters = ::rpl_func; \ 153 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 163 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
D | fcntl.h | 155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 168 _GL_EXTERN_C rettype func parameters_and_attributes 176 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 177 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 179 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 182 rettype (*const func) parameters = ::rpl_func; \ 186 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 196 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
D | signal.h | 146 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 147 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 158 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 159 _GL_EXTERN_C rettype func parameters_and_attributes 167 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 168 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 170 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 173 rettype (*const func) parameters = ::rpl_func; \ 177 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 187 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
/external/bison/darwin-lib/ |
D | c++defs.h | 78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 91 _GL_EXTERN_C rettype func parameters_and_attributes 99 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 100 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 102 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 105 rettype (*const func) parameters = ::rpl_func; \ 109 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 119 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
D | fcntl.h | 155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 168 _GL_EXTERN_C rettype func parameters_and_attributes 176 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 177 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 179 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 182 rettype (*const func) parameters = ::rpl_func; \ 186 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 196 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
D | time.h | 122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 135 _GL_EXTERN_C rettype func parameters_and_attributes 143 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 144 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 146 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 149 rettype (*const func) parameters = ::rpl_func; \ 153 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 163 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
D | signal.h | 146 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 147 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 158 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 159 _GL_EXTERN_C rettype func parameters_and_attributes 167 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 168 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 170 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 173 rettype (*const func) parameters = ::rpl_func; \ 177 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 187 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.cpp | 180 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); in TestICU_NFC_NFD_Text() local 181 return func; in TestICU_NFC_NFD_Text() 183 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDBuffer, NFDBufferLen, uselen); in TestICU_NFC_NFD_Text() local 184 return func; in TestICU_NFC_NFD_Text() 189 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); in TestICU_NFC_NFC_Text() local 190 return func; in TestICU_NFC_NFC_Text() 192 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFCBuffer, NFCBufferLen, uselen); in TestICU_NFC_NFC_Text() local 193 return func; in TestICU_NFC_NFC_Text() 198 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); in TestICU_NFC_Orig_Text() local 199 return func; in TestICU_NFC_Orig_Text() [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | _vectorize.hpp | 37 #define VECTORIZE1_VEC(func) \ argument 39 GLM_FUNC_QUALIFIER detail::tvec1<T, P> func( \ 43 func(v.x)); \ 46 #define VECTORIZE2_VEC(func) \ argument 48 GLM_FUNC_QUALIFIER detail::tvec2<T, P> func( \ 52 func(v.x), \ 53 func(v.y)); \ 56 #define VECTORIZE3_VEC(func) \ argument 58 GLM_FUNC_QUALIFIER detail::tvec3<T, P> func( \ 62 func(v.x), \ [all …]
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 97 struct x86_function *func; member 160 sse_movaps(p->func, reg, in get_const() 178 x86_movzx8(p->func, tmp, src); in emit_load_sse2() 179 sse2_movd(p->func, data, tmp); in emit_load_sse2() 182 x86_movzx16(p->func, tmp, src); in emit_load_sse2() 183 sse2_movd(p->func, data, tmp); in emit_load_sse2() 186 x86_movzx8(p->func, tmp, x86_make_disp(src, 2)); in emit_load_sse2() 187 x86_shl_imm(p->func, tmp, 16); in emit_load_sse2() 188 x86_mov16(p->func, tmp, src); in emit_load_sse2() 189 sse2_movd(p->func, data, tmp); in emit_load_sse2() [all …]
|
/external/bison/linux-lib/sys/ |
D | wait.h | 116 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 117 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 128 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 129 _GL_EXTERN_C rettype func parameters_and_attributes 137 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 138 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 140 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 143 rettype (*const func) parameters = ::rpl_func; \ 147 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 157 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
/external/bison/darwin-lib/sys/ |
D | wait.h | 116 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument 117 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes) 128 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument 129 _GL_EXTERN_C rettype func parameters_and_attributes 137 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument 138 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters) 140 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 143 rettype (*const func) parameters = ::rpl_func; \ 147 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument 157 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument [all …]
|
/external/v8/test/cctest/interpreter/bytecode_expectations/ |
D | PropertyCall.golden | 13 function f(a) { return a.func(); } 14 f(new (function Obj() { this.func = function() { return; }})()) 27 "func", 34 function f(a, b, c) { return a.func(b, c); } 35 f(new (function Obj() { this.func = function() { return; }})(), 1, 2) 52 "func", 59 function f(a, b) { return a.func(b + b, b); } 60 f(new (function Obj() { this.func = function() { return; }})(), 1) 78 "func", 86 a.func; [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_procs.py | 96 for func in api.functionIterateByOffset(): 97 name = func.dispatch_name() 98 self.printFunctionString(func.name) 99 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset)) 104 base_offset += len(func.name) + 3 107 for func in api.functionIterateByOffset(): 108 for n in func.entry_points: 109 if n != func.name: 110 name = func.dispatch_name() 113 if func.has_different_protocol(n): [all …]
|
D | glX_proto_send.py | 47 def hash_pixel_function(func): argument 57 for param in func.parameterIterateGlxSend(): 69 if func.pad_after(param): 73 n = func.name.replace("%uD" % (dim), "") 87 def __init__(self, func, name): argument 96 for _p in func.parameterIterator(): 117 pad_name = func.pad_after(p) 125 self.return_type = func.return_type 131 self.glx_doubles_in_order = func.glx_doubles_in_order 135 self.can_be_large = func.can_be_large [all …]
|
/external/libnfc-nci/src/adaptation/ |
D | NfcAdaptation.cpp | 119 const char* func = "NfcAdaptation::Initialize"; in Initialize() local 120 ALOGD("%s: enter", func); in Initialize() 121 ALOGE("%s: ver=%s nfa=%s", func, nfca_version_string, nfa_version_string); in Initialize() 130 ALOGD("%s: logging protocol in raw format", func); in Initialize() 146 ALOGD("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d", func, nfa_ee_max_ee_cfg); in Initialize() 151 ALOGD("%s: Overriding NFA_POLL_BAIL_OUT_MODE to use %d", func, nfa_poll_bail_out_mode); in Initialize() 194 ALOGD ("%s: exit", func); in Initialize() 208 const char* func = "NfcAdaptation::Finalize"; in Finalize() local 211 ALOGD ("%s: enter", func); in Finalize() 221 ALOGD ("%s: exit", func); in Finalize() [all …]
|
/external/webrtc/talk/media/webrtc/ |
D | webrtccommon.h | 39 #define LOG_RTCERR0(func) \ argument 40 LOG_RTCERR0_EX(func, GetLastEngineError()) 41 #define LOG_RTCERR1(func, a1) \ argument 42 LOG_RTCERR1_EX(func, a1, GetLastEngineError()) 43 #define LOG_RTCERR2(func, a1, a2) \ argument 44 LOG_RTCERR2_EX(func, a1, a2, GetLastEngineError()) 45 #define LOG_RTCERR3(func, a1, a2, a3) \ argument 46 LOG_RTCERR3_EX(func, a1, a2, a3, GetLastEngineError()) 47 #define LOG_RTCERR4(func, a1, a2, a3, a4) \ argument 48 LOG_RTCERR4_EX(func, a1, a2, a3, a4, GetLastEngineError()) [all …]
|
/external/mesa3d/src/mesa/main/ |
D | APIspecutil.py | 59 for func in api.functions: 60 alias, need_conv = impl.match(func, conversions) 63 if not func.is_external: 64 print >>sys.stderr, "Error: unable to dispatch %s" % func.name 65 alias = func 68 __functions[func.name] = func 69 __aliases[func.name] = (alias, need_conv) 77 for func in api.functions: 78 if func.is_external: 79 specials.append(func.name) [all …]
|
/external/v8/test/mjsunit/ |
D | assert-opt-and-deopt.js | 64 OptTracker.prototype.CheckpointOptCount = function(func) { argument 65 this.opt_counts_[func] = %GetOptimizationCount(func); 68 OptTracker.prototype.AssertOptCount = function(func, optcount) { argument 69 if (this.DisableAsserts_(func)) { 72 assertEquals(optcount, this.GetOptCount_(func)); 75 OptTracker.prototype.AssertDeoptCount = function(func, deopt_count) { argument 76 if (this.DisableAsserts_(func)) { 79 assertEquals(deopt_count, this.GetDeoptCount_(func)); 82 OptTracker.prototype.AssertDeoptHappened = function(func, expect_deopt) { argument 83 if (this.DisableAsserts_(func)) { [all …]
|
/external/libxml2/python/ |
D | generator.py | 707 func = name[l:] 708 func = func[0:1].lower() + func[1:] 710 func = name[12:] 711 func = func[0:1].lower() + func[1:] 713 func = name[12:] 714 func = func[0:1].lower() + func[1:] 716 func = name[10:] 717 func = func[0:1].lower() + func[1:] 719 func = name[9:] 720 func = func[0:1].lower() + func[1:] [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 56 struct x86_function func; member 77 sse_movups(&p->func, dest, arg0); in emit_load4f_4() 91 sse_movss(&p->func, dest, x86_make_disp(arg0, 8)); in emit_load4f_3() 92 sse_shufps(&p->func, dest, get_identity(p), SHUF(X,Y,Z,W) ); in emit_load4f_3() 93 sse_shufps(&p->func, dest, dest, SHUF(Y,Z,X,W) ); in emit_load4f_3() 94 sse_movlps(&p->func, dest, arg0); in emit_load4f_3() 103 sse_movups(&p->func, dest, get_identity(p)); in emit_load4f_2() 104 sse_movlps(&p->func, dest, arg0); in emit_load4f_2() 112 sse_movss(&p->func, dest, arg0); in emit_load4f_1() 113 sse_shufps(&p->func, dest, get_identity(p), SHUF(X,Y,Z,W) ); in emit_load4f_1() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp_blit.cpp | 518 struct brw_compile func; member in brw_blorp_blit_program 583 brw_init_compile(brw, &func, mem_ctx); in brw_blorp_blit_program() 639 brw_set_compression_control(&func, BRW_COMPRESSION_NONE); in compile() 739 return brw_get_program(&func, program_size); in compile() 845 brw_ADD(&func, X, stride(suboffset(R1, 4), 2, 4, 0), brw_imm_v(0x10101010)); in compute_frag_coords() 855 brw_ADD(&func, Y, stride(suboffset(R1, 5), 2, 4, 0), brw_imm_v(0x11001100)); in compute_frag_coords() 869 brw_MOV(&func, t1, brw_imm_v(0x3210)); in compute_frag_coords() 870 brw_MOV(&func, S, stride(t1, 1, 4, 0)); in compute_frag_coords() 888 brw_AND(&func, t1_ud1, r0_ud1, brw_imm_ud(0xc0)); in compute_frag_coords() 889 brw_SHR(&func, t1_ud1, t1_ud1, brw_imm_ud(5)); in compute_frag_coords() [all …]
|