Searched refs:func (Results 251 - 275 of 4809) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dctype.h140 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
147 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
148 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
152 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
153 declares the system function, named func, with the given prototype,
159 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
160 _GL_EXTERN_C rettype func parameters_and_attributes
162 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
163 declares a C++ alias called GNULIB_NAMESPACE::func
169 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
H A Dfnmatch.h136 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
143 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
144 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
148 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
149 declares the system function, named func, with the given prototype,
155 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
156 _GL_EXTERN_C rettype func parameters_and_attributes
158 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
159 declares a C++ alias called GNULIB_NAMESPACE::func
165 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dlogops_n.c34 #define func __MPN(and_n) macro
39 #define func __MPN(andn_n) macro
44 #define func __MPN(nand_n) macro
49 #define func __MPN(ior_n) macro
54 #define func __MPN(iorn_n) macro
59 #define func __MPN(nior_n) macro
64 #define func __MPN(xor_n) macro
69 #define func __MPN(xnor_n) macro
74 func (mp_ptr rp, mp_srcptr up, mp_srcptr vp, mp_size_t n) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.h65 #define INTERCEPT_FUNCTION_WIN(func) \
66 ::__interception::OverrideFunction(#func, \
67 (::__interception::uptr)WRAP(func), \
68 (::__interception::uptr *)&REAL(func))
70 #define INTERCEPT_FUNCTION_WIN(func) \
71 ::__interception::OverrideFunction((::__interception::uptr)func, \
72 (::__interception::uptr)WRAP(func), \
73 (::__interception::uptr *)&REAL(func))
76 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.h63 #define INTERCEPT_FUNCTION_WIN(func) \
64 ::__interception::OverrideFunction(#func, \
65 (::__interception::uptr)WRAP(func), \
66 (::__interception::uptr *)&REAL(func))
68 #define INTERCEPT_FUNCTION_WIN(func) \
69 ::__interception::OverrideFunction((::__interception::uptr)func, \
70 (::__interception::uptr)WRAP(func), \
71 (::__interception::uptr *)&REAL(func))
74 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.h64 #define INTERCEPT_FUNCTION_WIN(func) \
65 ::__interception::OverrideFunction(#func, \
66 (::__interception::uptr)WRAP(func), \
67 (::__interception::uptr *)&REAL(func))
69 #define INTERCEPT_FUNCTION_WIN(func) \
70 ::__interception::OverrideFunction((::__interception::uptr)func, \
71 (::__interception::uptr)WRAP(func), \
72 (::__interception::uptr *)&REAL(func))
75 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_terminate.cc75 std::set_terminate (std::terminate_handler func) throw() argument
77 if (!func)
78 func = _GLIBCXX_DEFAULT_TERM_HANDLER;
82 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL);
86 __terminate_handler = func;
94 std::terminate_handler func; variable
96 __atomic_load (&__terminate_handler, &func, __ATOMIC_ACQUIRE);
99 func = __terminate_handler;
101 return func;
105 std::set_unexpected (std::unexpected_handler func) thro argument
124 std::unexpected_handler func; variable
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_terminate.cc76 std::set_terminate (std::terminate_handler func) throw() argument
78 if (!func)
79 func = _GLIBCXX_DEFAULT_TERM_HANDLER;
83 __atomic_exchange (&__terminate_handler, &func, &old, __ATOMIC_ACQ_REL);
87 __terminate_handler = func;
95 std::terminate_handler func; variable
97 __atomic_load (&__terminate_handler, &func, __ATOMIC_ACQUIRE);
100 func = __terminate_handler;
102 return func;
106 std::set_unexpected (std::unexpected_handler func) thro argument
125 std::unexpected_handler func; variable
[all...]
/netbsd-current/external/apache2/mDNSResponder/dist/mDNSCore/
H A DCryptoAlg.c32 mDNSexport mStatus DigestAlgInit(mDNSu8 digestType, AlgFuncs *func) argument
47 DigestAlgFuncs[digestType] = func;
51 mDNSexport mStatus CryptoAlgInit(mDNSu8 alg, AlgFuncs *func) argument
67 CryptoAlgFuncs[alg] = func;
71 mDNSexport mStatus EncAlgInit(mDNSu8 alg, AlgFuncs *func) argument
87 EncAlgFuncs[alg] = func;
93 AlgFuncs *func = mDNSNULL; local
99 func = CryptoAlgFuncs[alg];
104 func = DigestAlgFuncs[alg];
109 func
139 AlgFuncs *func = mDNSNULL; local
164 AlgFuncs *func = mDNSNULL; local
188 AlgFuncs *func = mDNSNULL; local
212 AlgFuncs *func = mDNSNULL; local
236 AlgFuncs *func = mDNSNULL; local
260 AlgFuncs *func = mDNSNULL; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
H A Dmethods.go7 func (t T) Foo () {
11 func (t *T) Bar () {
15 func main () {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dproc.s4 .proc func, func1, func2
5 func::
7 .endp func, func1, func2
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Driscv-unwind-long-insn-6.s24 .size bar, .-func
27 .globl func
28 .type func, @function
29 func: label
45 .size func, .-func
H A Driscv-unwind-long-insn-8.s24 .size bar, .-func
27 .globl func
28 .type func, @function
29 func: label
45 .size func, .-func
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcorefile-buildid-shlib.c25 #define dlsym(handle, func) GetProcAddress (handle, func)
38 int (*func) (void);
48 func = (int (*)(void)) dlsym (handle, "crashfunc");
49 if (func == NULL)
55 result = func ();
H A Dsolib-disc.c24 #define dlsym(handle, func) GetProcAddress (handle, func)
34 void (*func) (void);
43 func = (void (*)(void)) dlsym (handle, "shrfunc");
44 if (!func)
50 func ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcorefile-buildid-shlib.c25 #define dlsym(handle, func) GetProcAddress (handle, func)
38 int (*func) (void);
48 func = (int (*)(void)) dlsym (handle, "crashfunc");
49 if (func == NULL)
55 result = func ();
H A Dsolib-disc.c24 #define dlsym(handle, func) GetProcAddress (handle, func)
34 void (*func) (void);
43 func = (void (*)(void)) dlsym (handle, "shrfunc");
44 if (!func)
50 func ();
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_pkcs11.h29 #define PK11_CALL(func, args, fallback) \
30 ((void)(((rv = (func)args) == CKR_OK) || \
31 ((ret = dst__pkcs11_toresult(#func, __FILE__, __LINE__, \
35 #define PK11_RET(func, args, fallback) \
36 ((void)(((rv = (func)args) == CKR_OK) || \
37 ((ret = dst__pkcs11_toresult(#func, __FILE__, __LINE__, \
/netbsd-current/tests/fs/common/
H A Dh_fsmacros.h110 #define ATF_TC_FSADD(fs,type,func,desc) \
111 ATF_TC(fs##_##func); \
112 ATF_TC_HEAD(fs##_##func,tc) \
118 void *fs##func##tmp; \
120 ATF_TC_BODY(fs##_##func,tc) \
124 FSTEST_CONSTRUCTOR(tc,fs,fs##func##tmp); \
125 func(tc,FSTEST_MNTNAME); \
160 #define ATF_TP_FSADD(fs,func) \
161 ATF_TP_ADD_TC(tp,fs##_##func)
163 #define ATF_TC_FSAPPLY_NOZFS(func,des
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dctype.h140 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
147 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
148 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
152 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
153 declares the system function, named func, with the given prototype,
159 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
160 _GL_EXTERN_C rettype func parameters_and_attributes
162 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
163 declares a C++ alias called GNULIB_NAMESPACE::func
169 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
H A Dfnmatch.h136 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
143 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
144 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
148 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
149 declares the system function, named func, with the given prototype,
155 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
156 _GL_EXTERN_C rettype func parameters_and_attributes
158 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
159 declares a C++ alias called GNULIB_NAMESPACE::func
165 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dctype.h140 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
147 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
148 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
152 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
153 declares the system function, named func, with the given prototype,
159 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
160 _GL_EXTERN_C rettype func parameters_and_attributes
162 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
163 declares a C++ alias called GNULIB_NAMESPACE::func
169 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
H A Dfnmatch.h136 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
143 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
144 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
148 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
149 declares the system function, named func, with the given prototype,
155 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
156 _GL_EXTERN_C rettype func parameters_and_attributes
158 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
159 declares a C++ alias called GNULIB_NAMESPACE::func
165 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dctype.h140 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
147 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
148 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
152 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
153 declares the system function, named func, with the given prototype,
159 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
160 _GL_EXTERN_C rettype func parameters_and_attributes
162 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
163 declares a C++ alias called GNULIB_NAMESPACE::func
169 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
H A Dfnmatch.h136 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
143 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
144 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
148 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
149 declares the system function, named func, with the given prototype,
155 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
156 _GL_EXTERN_C rettype func parameters_and_attributes
158 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
159 declares a C++ alias called GNULIB_NAMESPACE::func
165 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]

Completed in 317 milliseconds

<<11121314151617181920>>