Home
last modified time | relevance | path

Searched refs:_func (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-thread.h91 #define MPFR_ONCE_CALL(_once, _func) do { \ argument
92 call_once(&(_once), (_func)); \
148 #define MPFR_ONCE_CALL(_once, _func) \ argument
149 MPFR_LOCK_C(pthread_once (&(_once), (_func)))
179 #define MPFR_ONCE_CALL(_once,_func) do {} while (0) argument
/netbsd-src/external/bsd/openpam/dist/t/
H A Dt_openpam_subst.c50 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
54 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
H A Dt_openpam_dispatch.c51 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
55 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
H A Dt_openpam_readlinev.c49 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
53 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
H A Dt_openpam_readword.c48 static int t_ ## n ## _func(OPENPAM_UNUSED(char **desc), \
52 t_add_test(&t_ ## n ## _func, NULL, "%s", t_ ## n ## _desc)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dboost_concept_check.h74 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ in _GLIBCXX_VISIBILITY()
75 template <_func##_type_var##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
82 …typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)();… in _GLIBCXX_VISIBILITY()
83 template <_func##_type_var1##_type_var2##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
90 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_… in _GLIBCXX_VISIBILITY()
91 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
98 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3,_type_var4>::* _func##_type_var1##_t… in _GLIBCXX_VISIBILITY()
99 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_ioctl.h170 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
173 .func = _func, \
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dboost_concept_check.h90 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ in _GLIBCXX_VISIBILITY()
91 template <_func##_type_var##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
98 …typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)();… in _GLIBCXX_VISIBILITY()
99 template <_func##_type_var1##_type_var2##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
106 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_… in _GLIBCXX_VISIBILITY()
107 template <_func##_type_var1##_type_var2##_type_var3##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
114 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3,_type_var4>::* _func##_type_var1##_t… in _GLIBCXX_VISIBILITY()
115 template <_func##_type_var1##_type_var2##_type_var3##_type_var4##_concept _Tp1> \ in _GLIBCXX_VISIBILITY()
/netbsd-src/sys/arch/arm/amlogic/
H A Dmesong12a_pinctrl.c337 #define GPIO_MUX_PINCTRL_GROUP(_name, _reg, _off, _group, _func) \ argument
338 { .name = _name, .reg = CBUS_REG(_reg), .bit = (_func), \
340 .func = (_func), .mask = (0xf << (4 * ((_off) & 7))) }
593 #define AOBUS_MUX_PINCTRL_GROUP(_name, _bit, _group, _func) \ argument
594 { .name = _name, .reg = CBUS_REG((_bit) / 8), .bit = (_func), \
596 .func = (_func), .mask = (0xf << (4 * ((_bit) & 7))) }
/netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
H A Drzn1-pinctrl.h11 #define RZN1_PINMUX(_gpio, _func) \ argument
12 (((_func) << 8) | (_gpio))
/netbsd-src/distrib/sparc/ramdisk/
H A Ddot.profile197 1|cdrom) _func=cdrom;;
198 2|tape) _func=tape;;
199 3|floppy) _func=floppy;;
202 $_func && break
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeThread.cc217 DbeQueue::DbeQueue (int (*_func) (void *arg), void *_arg) in DbeQueue()
219 func = _func; in DbeQueue()
H A DHistable.h166 DbeInstr (uint64_t _id, int _flags, Function *_func, uint64_t _addr);
268 DbeLine (Function *_func, SourceFile *sf, int _lineno);
H A DDbeThread.h31 DbeQueue (int (*_func)(void *arg), void *_arg);
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeThread.cc217 DbeQueue::DbeQueue (int (*_func) (void *arg), void *_arg) in DbeQueue()
219 func = _func; in DbeQueue()
H A DHistable.h166 DbeInstr (uint64_t _id, int _flags, Function *_func, uint64_t _addr);
268 DbeLine (Function *_func, SourceFile *sf, int _lineno);
H A DDbeThread.h31 DbeQueue (int (*_func)(void *arg), void *_arg);
H A DHist_data.cc1183 DbeInstr::DbeInstr (uint64_t _id, int _flags, Function *_func, uint64_t _addr) in DbeInstr() argument
1188 func = _func; in DbeInstr()
1545 DbeLine::DbeLine (Function *_func, SourceFile *sf, int _lineno) in DbeLine() argument
1547 func = _func; in DbeLine()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_ioctl.c599 #define DRM_IOCTL_DEF(ioctl, _func, _flags) \ argument
602 .func = _func, \
608 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, _func, _flags) argument
610 #define DRM_LEGACY_IOCTL_DEF(ioctl, _func, _flags) DRM_IOCTL_DEF(ioctl, drm_invalid_op, _flags) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A DREADME-interworking504 .globl _func
506 _func:
527 .globl _func
529 _func:
547 .globl _func
549 _func:
570 .globl _func
571 _func:
612 .globl _func
614 _func:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A DREADME-interworking504 .globl _func
506 _func:
527 .globl _func
529 _func:
547 .globl _func
549 _func:
570 .globl _func
571 _func:
612 .globl _func
614 _func:
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td62 class FI816_ins_base<bits<3> _func, string asmstr,
64 FI816<_func, (outs), (ins simm16:$imm), !strconcat(asmstr, asmstr2),
67 class FI816_ins<bits<3> _func, string asmstr,
69 FI816_ins_base<_func, asmstr, "\t$imm # 16 bit inst", itin>;
71 class FI816_SP_ins<bits<3> _func, string asmstr,
73 FI816_ins_base<_func, asmstr, "\t$$sp, $imm # 16 bit inst", itin>;
158 class FEXT_I816_ins_base<bits<3> _func, string asmstr,
160 FEXT_I816<_func, (outs), (ins simm16:$imm), !strconcat(asmstr, asmstr2),
163 class FEXT_I816_ins<bits<3> _func, string asmstr,
165 FEXT_I816_ins_base<_func, asmstr, "\t$imm", itin>;
[all …]
/netbsd-src/external/bsd/openpam/dist/include/security/
H A Dopenpam.h215 const char *_func,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dlinkage.m434 dnl but _func does, then it will "#define func _func".
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dlinkage.m434 dnl but _func does, then it will "#define func _func".

12