Home
last modified time | relevance | path

Searched defs:FUNC (Results 1 – 25 of 162) sorted by relevance

1234567

/netbsd/external/gpl3/gcc.old/dist/libgcc/config/
H A Dhardfp.c29 TYPE FUNC (TYPE x, TYPE y) { return x + y; } in FUNC() function
31 TYPE FUNC (TYPE x, TYPE y) { return x - y; } in FUNC() function
33 TYPE FUNC (TYPE x) { return -x; } in FUNC() function
35 TYPE FUNC (TYPE x, TYPE y) { return x * y; } in FUNC() function
37 TYPE FUNC (TYPE x, TYPE y) { return x / y; } in FUNC() function
43 int FUNC (TYPE x, TYPE y) { return x > y ? 1 : 0; } in FUNC() function
51 int FUNC (TYPE x) { return (int) x; } in FUNC() function
53 TYPE FUNC (int x) { return (TYPE) x; } in FUNC() function
55 TYPE FUNC (unsigned int x) { return (TYPE) x; } in FUNC() function
57 TYPE FUNC (float x) { return (TYPE) x; } in FUNC() function
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/config/
H A Dhardfp.c29 TYPE FUNC (TYPE x, TYPE y) { return x + y; } in FUNC() function
31 TYPE FUNC (TYPE x, TYPE y) { return x - y; } in FUNC() function
33 TYPE FUNC (TYPE x) { return -x; } in FUNC() function
35 TYPE FUNC (TYPE x, TYPE y) { return x * y; } in FUNC() function
37 TYPE FUNC (TYPE x, TYPE y) { return x / y; } in FUNC() function
43 int FUNC (TYPE x, TYPE y) { return x > y ? 1 : 0; } in FUNC() function
51 int FUNC (TYPE x) { return (int) x; } in FUNC() function
53 TYPE FUNC (int x) { return (TYPE) x; } in FUNC() function
55 TYPE FUNC (unsigned int x) { return (TYPE) x; } in FUNC() function
57 TYPE FUNC (float x) { return (TYPE) x; } in FUNC() function
[all …]
/netbsd/usr.sbin/tadpolectl/
H A Dtadpolectl.c122 #define FUNC(x) \ macro
193 FUNC(hw_mouse_disable) in FUNC() function
216 FUNC(hw_kbd_click) in FUNC() function
239 FUNC(hw_mouse_intclick) in FUNC() function
262 FUNC(hw_mouse_extclick) in FUNC() function
347 FUNC(hw_speaker_freq) in FUNC() function
480 FUNC(hw_video_lid) in FUNC() function
585 FUNC(hw_power_mains) in FUNC() function
598 FUNC(hw_poweroncycles) in FUNC() function
637 FUNC(hw_version) in FUNC() function
[all …]
/netbsd/common/lib/libc/arch/arm/gen/
H A Dbyte_swap_4.S35 #define FUNC _C_LABEL(bswap32) macro
37 #define FUNC _C_LABEL(__bswap32) macro
H A Dbyte_swap_2.S35 #define FUNC _C_LABEL(bswap16) macro
37 #define FUNC _C_LABEL(__bswap16) macro
/netbsd/common/lib/libc/arch/aarch64/gen/
H A Dbyte_swap_2.S35 #define FUNC _C_LABEL(bswap16) macro
37 #define FUNC _C_LABEL(__bswap16) macro
H A Dbyte_swap_4.S35 #define FUNC _C_LABEL(bswap32) macro
37 #define FUNC _C_LABEL(__bswap32) macro
H A Dbyte_swap_8.S35 #define FUNC _C_LABEL(bswap64) macro
37 #define FUNC _C_LABEL(__bswap64) macro
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-reduce/
H A DDeltaManager.cpp57 #define DELTA_PASS(NAME, FUNC) FUNC(Tester); in runAllDeltaPasses() argument
63 #define DELTA_PASS(NAME, FUNC) \ in runDeltaPassName() argument
76 #define DELTA_PASS(NAME, FUNC) OS << " " << NAME << "\n"; in printDeltaPasses() argument
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Disnan.c39 # define FUNC rpl_isnanl macro
51 # define FUNC rpl_isnand macro
63 # define FUNC rpl_isnanf macro
94 FUNC (DOUBLE x) in FUNC() function
H A Dfrexp.c40 # define FUNC frexpl macro
48 # define FUNC frexp macro
58 FUNC (DOUBLE x, int *expptr) in FUNC() function
H A Dmbsrtowcs.c32 #define FUNC mbsrtowcs macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Disnan.c39 # define FUNC rpl_isnanl macro
51 # define FUNC rpl_isnand macro
63 # define FUNC rpl_isnanf macro
94 FUNC (DOUBLE x) in FUNC() function
H A Dfrexp.c40 # define FUNC frexpl macro
48 # define FUNC frexp macro
58 FUNC (DOUBLE x, int *expptr) in FUNC() function
H A Dmbsrtowcs.c32 #define FUNC mbsrtowcs macro
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-dir-file-name.c78 #define FUNC(name) \ macro
95 #define FUNC(name) \ in main() macro
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-dir-file-name.c78 #define FUNC(name) \ macro
95 #define FUNC(name) \ in main() macro
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-pe/
H A Dvers-script-dll.c2 #define FUNC(X_) extern void X_ (void); void X_ (void) { }; macro
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dvers-script-dll.c2 #define FUNC(X_) extern void X_ (void); void X_ (void) { }; macro
/netbsd/external/gpl3/gcc/dist/gcc/config/
H A Dnetbsd.h169 #define COLLECT_SHARED_INIT_FUNC(STREAM,FUNC) \ argument
175 #define COLLECT_SHARED_FINI_FUNC(STREAM,FUNC) \ argument
/netbsd/external/gpl3/gcc.old/dist/gcc/config/
H A Dnetbsd.h169 #define COLLECT_SHARED_INIT_FUNC(STREAM,FUNC) \ argument
175 #define COLLECT_SHARED_FINI_FUNC(STREAM,FUNC) \ argument
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/arc/
H A Dasm.h28 #define FUNC(X) .type X,@function macro
/netbsd/external/gpl3/gcc/dist/libgcc/config/arc/
H A Dasm.h28 #define FUNC(X) .type X,@function macro
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dforward-scope-exit.h120 #define FORWARD_SCOPE_EXIT(FUNC) \ argument
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dforward-scope-exit.h120 #define FORWARD_SCOPE_EXIT(FUNC) \ argument

1234567