Home
last modified time | relevance | path

Searched refs:func (Results 1 – 25 of 2557) sorted by relevance

12345678910>>...103

/external/python/cpython2/Lib/ctypes/test/
Dtest_prototypes.py48 func = testdll._testfunc_p_p
49 func.restype = c_long
50 func.argtypes = None
56 func = prototype(("_testfunc_p_p", testdll),
60 func()
66 self.assertEqual(func(None), None)
67 self.assertEqual(func(input=None), None)
71 func = testdll._testfunc_p_p
72 func.restype = c_long
73 self.assertEqual(0, func(0))
[all …]
/external/compiler-rt/lib/interception/
Dinterception.h122 # 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/
Dc++defs.h94 #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/
Dc++defs.h78 #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 …]
Dtime.h122 #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 …]
Dfcntl.h155 #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 …]
Dsignal.h146 #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 …]
Dwctype.h141 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ argument
142 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
153 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ argument
154 _GL_EXTERN_C rettype func parameters_and_attributes
162 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ argument
163 _GL_CXXALIAS_RPL_1 (func, rpl_##func, rettype, parameters)
165 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \ argument
168 rettype (*const func) parameters = ::rpl_func; \
172 # define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) \
182 # define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) \ argument
[all …]
/external/bison/darwin-lib/
Dc++defs.h78 #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 …]
Dtime.h122 #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 …]
Dfcntl.h155 #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 …]
Dsignal.h146 #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/
Dnormperf.cpp184 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); in TestICU_NFC_NFD_Text() local
185 return func; in TestICU_NFC_NFD_Text()
187 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDBuffer, NFDBufferLen, uselen); in TestICU_NFC_NFD_Text() local
188 return func; in TestICU_NFC_NFD_Text()
193 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); in TestICU_NFC_NFC_Text() local
194 return func; in TestICU_NFC_NFC_Text()
196 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFCBuffer, NFCBufferLen, uselen); in TestICU_NFC_NFC_Text() local
197 return func; in TestICU_NFC_NFC_Text()
202 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); in TestICU_NFC_Orig_Text() local
203 return func; in TestICU_NFC_Orig_Text()
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
D_vectorize.hpp37 #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/
Dtranslate_sse.c101 struct x86_function *func; member
168 sse_movaps(p->func, reg, in get_const()
185 x86_movzx8(p->func, tmp, src); in emit_load_sse2()
186 sse2_movd(p->func, data, tmp); in emit_load_sse2()
189 x86_movzx16(p->func, tmp, src); in emit_load_sse2()
190 sse2_movd(p->func, data, tmp); in emit_load_sse2()
193 x86_movzx8(p->func, tmp, x86_make_disp(src, 2)); in emit_load_sse2()
194 x86_shl_imm(p->func, tmp, 16); in emit_load_sse2()
195 x86_mov16(p->func, tmp, src); in emit_load_sse2()
196 sse2_movd(p->func, data, tmp); in emit_load_sse2()
[all …]
/external/bison/linux-lib/sys/
Dwait.h116 #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/
Dwait.h116 #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/mesa3d/src/mapi/glapi/gen/
Dgl_procs.py86 for func in api.functionIterateByOffset():
87 name = func.dispatch_name()
88 self.printFunctionString(func.name)
89 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
94 base_offset += len(func.name) + 3
97 for func in api.functionIterateByOffset():
98 for n in func.entry_points:
99 if n != func.name:
100 name = func.dispatch_name()
103 if func.has_different_protocol(n):
[all …]
DglX_proto_send.py50 def hash_pixel_function(func): argument
60 for param in func.parameterIterateGlxSend():
72 if func.pad_after(param):
76 n = func.name.replace("%uD" % (dim), "")
90 def __init__(self, func, name): argument
99 for _p in func.parameterIterator():
120 pad_name = func.pad_after(p)
128 self.return_type = func.return_type
134 self.glx_doubles_in_order = func.glx_doubles_in_order
138 self.can_be_large = func.can_be_large
[all …]
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp61 DLLStub::GetProcAddress( FARPROC * func, LPCSTR lpProcName ) in GetProcAddress() argument
69 if ( *func == NULL ) in GetProcAddress()
71 *func = ::GetProcAddress( m_instance->m_library, lpProcName ); in GetProcAddress()
76 *func = NULL; in GetProcAddress()
79 return ( *func != NULL ); in GetProcAddress()
87 static Func func = NULL; in DNSServiceRefSockFD() local
90 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceRefSockFD()
92 ret = func( sdRef ); in DNSServiceRefSockFD()
103 static Func func = NULL; in DNSServiceProcessResult() local
106 if ( DLLStub::GetProcAddress( ( FARPROC* ) &func, __FUNCTION__ ) ) in DNSServiceProcessResult()
[all …]
/external/webrtc/talk/media/webrtc/
Dwebrtccommon.h39 #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/libxml2/python/
Dgenerator.py707 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/
Dt_vertex_sse.c56 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/deqp/data/gles2/shaders/
Dfunctions.test23 float func (float a)
30 out0 = func(in0);
47 float func (vec2 a)
54 out0 = func(in0);
71 float func (vec3 a)
78 out0 = func(in0);
95 float func (vec4 a)
102 out0 = func(in0);
119 float func (mat2 a)
126 out0 = func(in0);
[all …]
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/
Dfunctions.test25 float func (float a)
32 out0 = func(in0);
51 float func (vec2 a)
58 out0 = func(in0);
77 float func (vec3 a)
84 out0 = func(in0);
103 float func (vec4 a)
110 out0 = func(in0);
129 float func (mat2 a)
136 out0 = func(in0);
[all …]

12345678910>>...103