/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
H A D | subdev.h | 39 #define nvkm_printk_(s,l,p,f,a...) do { \ argument 47 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument 48 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a) argument 49 #define nvkm_error(s,f,a...) nvkm_printk((s), ERROR, err, f, ##a) argument 50 #define nvkm_warn(s,f,a...) nvkm_printk((s), WARN, notice, f, ##a) argument 51 #define nvkm_info(s,f,a...) nvkm_printk((s), INFO, info, f, ##a) argument 52 #define nvkm_debug(s,f,a...) nvkm_printk((s), DEBUG, info, f, ##a) argument 53 #define nvkm_trace(s,f,a...) nvkm_printk((s), TRACE, info, f, ##a) argument 54 #define nvkm_spam(s,f,a...) nvkm_printk((s), SPAM, dbg, f, ##a) argument
|
H A D | client.h | 49 #define nvif_printk(o,l,p,f,a...) do { \ argument 56 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument 57 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument 58 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument 59 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument 60 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument 61 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
|
H A D | falcon.h | 26 #define FLCN_PRINTK(t,f,fmt,a...) do { \ argument 32 #define FLCN_DBG(f,fmt,a...) FLCN_PRINTK(debug, (f), fmt, ##a) argument 33 #define FLCN_ERR(f,fmt,a...) FLCN_PRINTK(error, (f), fmt, ##a) argument
|
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/ |
H A D | t-ternary.cc | 42 mpz_class a(1), b(2), c(3); in check_mpz_1() local 47 mpz_class a(1), b(2), c(3); in check_mpz_1() local 60 mpz_class a(1), b(2); in check_mpz_2() local 66 mpz_class a(1), b(2); in check_mpz_2() local 80 mpz_class a(1), b(2); in check_mpz_3() local 86 mpz_class a(1), b(2); in check_mpz_3() local 100 mpz_class a(1), b(2), c(3); in check_mpz_4() local 106 mpz_class a(1), b(2), c(3); in check_mpz_4() local 120 mpz_class a(1), b(2), c(3); in check_mpz_5() local 126 mpz_class a(1), b(2), c(3); in check_mpz_5() local [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
H A D | aux.h | 34 #define AUX_MSG(b,l,f,a...) do { \ argument 38 #define AUX_ERR(b,f,a...) AUX_MSG((b), error, f, ##a) argument 39 #define AUX_DBG(b,f,a...) AUX_MSG((b), debug, f, ##a) argument 40 #define AUX_TRACE(b,f,a...) AUX_MSG((b), trace, f, ##a) argument
|
H A D | bus.h | 34 #define BUS_MSG(b,l,f,a...) do { \ argument 38 #define BUS_ERR(b,f,a...) BUS_MSG((b), error, f, ##a) argument 39 #define BUS_DBG(b,f,a...) BUS_MSG((b), debug, f, ##a) argument 40 #define BUS_TRACE(b,f,a...) BUS_MSG((b), trace, f, ##a) argument
|
H A D | pad.h | 63 #define PAD_MSG(p,l,f,a...) do { \ argument 67 #define PAD_ERR(p,f,a...) PAD_MSG((p), error, f, ##a) argument 68 #define PAD_DBG(p,f,a...) PAD_MSG((p), debug, f, ##a) argument 69 #define PAD_TRACE(p,f,a...) PAD_MSG((p), trace, f, ##a) argument
|
/netbsd-src/sys/arch/arm/include/ |
H A D | bus_funcs.h | 74 #define __bs_c(a,b) __CONCAT(a,b) argument 81 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 94 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 112 #define bus_space_map(t, a, s, c, hp) \ argument 123 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument 138 #define bus_space_mmap(t, a, o, p, f) \ argument 144 #define bus_space_barrier(t, h, o, l, f) \ argument 169 #define bus_space_read_multi_1(t, h, o, a, c) \ argument 171 #define bus_space_read_multi_2(t, h, o, a, c) \ argument 173 #define bus_space_read_multi_4(t, h, o, a, c) \ argument [all …]
|
/netbsd-src/sys/arch/riscv/include/ |
H A D | bus_funcs.h | 70 #define __bs_c(a,b) __CONCAT(a,b) argument 77 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 90 #define __bs_nonsingle_s(type, sz, t, h, o, a, c) \ argument 108 #define bus_space_map(t, a, s, c, hp) \ argument 119 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument 134 #define bus_space_mmap(t, a, o, p, f) \ argument 140 #define bus_space_barrier(t, h, o, l, f) \ argument 161 #define bus_space_read_multi_1(t, h, o, a, c) \ argument 163 #define bus_space_read_multi_2(t, h, o, a, c) \ argument 165 #define bus_space_read_multi_4(t, h, o, a, c) \ argument [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
H A D | conn.h | 28 #define CONN_MSG(c,l,f,a...) do { \ argument 33 #define CONN_ERR(c,f,a...) CONN_MSG((c), error, f, ##a) argument 34 #define CONN_DBG(c,f,a...) CONN_MSG((c), debug, f, ##a) argument 35 #define CONN_TRACE(c,f,a...) CONN_MSG((c), trace, f, ##a) argument
|
H A D | outp.h | 50 #define OUTP_MSG(o,l,f,a...) do { \ argument 55 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a) argument 56 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) argument 57 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a) argument
|
/netbsd-src/sys/crypto/arch/arm/ |
H A D | arm_neon_imm.h | 41 #define V_N_U8(a,b,c,d,e,f,g,h) \ argument 43 #define VQ_N_U8(a,b,c,d,e,f,g,h, i,j,k,l,m,n,o,p) \ argument 45 #define VQ_N_U32(a,b,c,d) \ argument 48 #define V_N_U8(a,b,c,d,e,f,g,h) \ argument 50 #define VQ_N_U8(a,b,c,d,e,f,g,h, i,j,k,l,m,n,o,p) \ argument 52 #define VQ_N_U32(a,b,c,d) \ argument 55 #define V_N_U8(a,b,c,d,e,f,g,h) \ argument 57 #define VQ_N_U8(a,b,c,d,e,f,g,h, i,j,k,l,m,n,o,p) \ argument 59 #define VQ_N_U32(a,b,c,d) \ argument 64 #define V_N_U8(a,b,c,d,e,f,g,h) \ argument [all …]
|
/netbsd-src/sys/arch/hpcmips/include/ |
H A D | bus.h | 268 #define __bs_c(a,b) __CONCAT(a,b) argument 283 #define __bs_nonsingle(type, sz, t, h, o, a, c) \ argument 294 #define bus_space_map(t, a, s, c, hp) \ argument 305 #define bus_space_alloc(t, rs, re, s, a, b, c, ap, hp) \ argument 321 #define bus_space_mmap(t, a, o, p, f) \ argument 328 #define bus_space_barrier(t, h, o, l, f) \ argument 353 #define bus_space_read_multi_1(t, h, o, a, c) \ argument 355 #define bus_space_read_multi_2(t, h, o, a, c) \ argument 357 #define bus_space_read_multi_4(t, h, o, a, c) \ argument 359 #define bus_space_read_multi_8(t, h, o, a, c) \ argument [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | tic6x-insn-formats.h | 23 #define SAT(a) (((a) & 1) << TIC6X_COMPACT_SAT_POS) argument 24 #define BR(a) (((a) & 1) << TIC6X_COMPACT_BR_POS) argument 25 #define DSZ(a) (((a) & 7) << TIC6X_COMPACT_DSZ_POS) argument 28 #define BFLD1(a) 1, { a } argument 29 #define BFLD2(a, b) 2, { a, b } argument 30 #define BFLD3(a, b, c) 3, { a, b, c } argument 31 #define BFLD4(a, b, c, d) 4, { a, b, c, d } argument 36 #define CFLDS2(a, b) 5, { CFLDS, a, b } argument 37 #define CFLDS3(a, b, c) 6, { CFLDS, a, b, c } argument 38 #define CFLDS4(a, b, c, d) 7, { CFLDS, a, b, c, d } argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | tic6x-insn-formats.h | 23 #define SAT(a) (((a) & 1) << TIC6X_COMPACT_SAT_POS) argument 24 #define BR(a) (((a) & 1) << TIC6X_COMPACT_BR_POS) argument 25 #define DSZ(a) (((a) & 7) << TIC6X_COMPACT_DSZ_POS) argument 28 #define BFLD1(a) 1, { a } argument 29 #define BFLD2(a, b) 2, { a, b } argument 30 #define BFLD3(a, b, c) 3, { a, b, c } argument 31 #define BFLD4(a, b, c, d) 4, { a, b, c, d } argument 36 #define CFLDS2(a, b) 5, { CFLDS, a, b } argument 37 #define CFLDS3(a, b, c) 6, { CFLDS, a, b, c } argument 38 #define CFLDS4(a, b, c, d) 7, { CFLDS, a, b, c, d } argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | iresolve.cc | 144 resolve_bound (gfc_expr *f, gfc_expr *array, gfc_expr *dim, gfc_expr *kind, in resolve_bound() 169 resolve_transformational (const char *name, gfc_expr *f, gfc_expr *array, in resolve_transformational() 206 gfc_resolve_abs (gfc_expr *f, gfc_expr *a) in gfc_resolve_abs() 219 gfc_resolve_access (gfc_expr *f, gfc_expr *name ATTRIBUTE_UNUSED, in gfc_resolve_access() 229 gfc_resolve_adjustl (gfc_expr *f, gfc_expr *string) in gfc_resolve_adjustl() 241 gfc_resolve_adjustr (gfc_expr *f, gfc_expr *string) in gfc_resolve_adjustr() 253 gfc_resolve_char_achar (gfc_expr *f, gfc_expr *x, gfc_expr *kind, in gfc_resolve_char_achar() 270 gfc_resolve_achar (gfc_expr *f, gfc_expr *x, gfc_expr *kind) in gfc_resolve_achar() 277 gfc_resolve_acos (gfc_expr *f, gfc_expr *x) in gfc_resolve_acos() 287 gfc_resolve_acosh (gfc_expr *f, gfc_expr *x) in gfc_resolve_acosh() [all …]
|
/netbsd-src/sys/nfs/ |
H A D | nfsm_subs.h | 78 nfsm_build(a,c,s) global() argument 96 nfsm_dissect(a,c,s) global() argument 128 nfsm_srvfhtom(f,v3) global() argument 140 nfsm_srvpostop_fh(f) global() argument 161 nfsm_mtofh(d,v,v3,f) global() argument 200 nfsm_getfh(f,s,v3) global() argument 213 nfsm_loadattr(v,a,flags) global() argument 234 nfsm_postop_attr(v,f,flags) global() argument 266 nfsm_wcc_data(v,f,flags,docheck) global() argument 305 nfsm_v3attrbuild(a,full) global() argument 399 nfsm_reqhead(n,a,s) global() argument 405 nfsm_rndup(a) global() argument 406 nfsm_padlen(a) global() argument 419 nfsm_strtom(a,s,m) global() argument 520 nfsm_srvfillattr(a,f) global() argument 523 nfsm_srvwcc_data(br,b,ar,a) global() argument 526 nfsm_srvpostop_attr(r,a) global() argument 529 nfsm_srvsattr(a) global() argument [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fixed-value.c | 30 fixed_identical (const FIXED_VALUE_TYPE *a, const FIXED_VALUE_TYPE *b) in fixed_identical() 40 fixed_hash (const FIXED_VALUE_TYPE *f) in fixed_hash() 111 fixed_from_string (FIXED_VALUE_TYPE *f, const char *str, scalar_mode mode) in fixed_from_string() 178 fixed_saturate1 (machine_mode mode, double_int a, double_int *f, in fixed_saturate1() 237 double_int *f, bool sat_p) in fixed_saturate2() 300 get_fixed_sign_bit (double_int a, int i_f_bits) in get_fixed_sign_bit() 313 do_fixed_add (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a, in do_fixed_add() 399 do_fixed_multiply (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a, in do_fixed_multiply() 514 do_fixed_divide (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a, in do_fixed_divide() 626 do_fixed_shift (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a, in do_fixed_shift() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fixed-value.cc | 30 fixed_identical (const FIXED_VALUE_TYPE *a, const FIXED_VALUE_TYPE *b) in fixed_identical() 40 fixed_hash (const FIXED_VALUE_TYPE *f) in fixed_hash() 111 fixed_from_string (FIXED_VALUE_TYPE *f, const char *str, scalar_mode mode) in fixed_from_string() 178 fixed_saturate1 (machine_mode mode, double_int a, double_int *f, in fixed_saturate1() 237 double_int *f, bool sat_p) in fixed_saturate2() 300 get_fixed_sign_bit (double_int a, int i_f_bits) in get_fixed_sign_bit() 313 do_fixed_add (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a, in do_fixed_add() 399 do_fixed_multiply (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a, in do_fixed_multiply() 514 do_fixed_divide (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a, in do_fixed_divide() 626 do_fixed_shift (FIXED_VALUE_TYPE *f, const FIXED_VALUE_TYPE *a, in do_fixed_shift() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | iresolve.c | 144 resolve_bound (gfc_expr *f, gfc_expr *array, gfc_expr *dim, gfc_expr *kind, in resolve_bound() 169 resolve_transformational (const char *name, gfc_expr *f, gfc_expr *array, in resolve_transformational() 205 gfc_resolve_abs (gfc_expr *f, gfc_expr *a) in gfc_resolve_abs() 217 gfc_resolve_access (gfc_expr *f, gfc_expr *name ATTRIBUTE_UNUSED, in gfc_resolve_access() 227 gfc_resolve_adjustl (gfc_expr *f, gfc_expr *string) in gfc_resolve_adjustl() 239 gfc_resolve_adjustr (gfc_expr *f, gfc_expr *string) in gfc_resolve_adjustr() 251 gfc_resolve_char_achar (gfc_expr *f, gfc_expr *x, gfc_expr *kind, in gfc_resolve_char_achar() 267 gfc_resolve_achar (gfc_expr *f, gfc_expr *x, gfc_expr *kind) in gfc_resolve_achar() 274 gfc_resolve_acos (gfc_expr *f, gfc_expr *x) in gfc_resolve_acos() 283 gfc_resolve_acosh (gfc_expr *f, gfc_expr *x) in gfc_resolve_acosh() [all …]
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
H A D | tcc.c | 56 EFI_STATUS EFI_FUNCTION test_call1_callback(UINT32 a) in test_call1_callback() 69 EFI_STATUS EFI_FUNCTION test_call2_callback(UINT32 a, UINT32 b) in test_call2_callback() 86 EFI_STATUS EFI_FUNCTION test_call3_callback(UINT32 a, UINT32 b, in test_call3_callback() 104 EFI_STATUS EFI_FUNCTION test_call4_callback(UINT32 a, UINT32 b, in test_call4_callback() 125 EFI_STATUS EFI_FUNCTION test_call5_callback(UINT32 a, UINT32 b, in test_call5_callback() 148 EFI_STATUS EFI_FUNCTION test_call6_callback(UINT32 a, UINT32 b, in test_call6_callback() 149 UINT32 c, UINT32 d, UINT32 e, UINT32 f) in test_call6_callback() 174 EFI_STATUS EFI_FUNCTION test_call7_callback(UINT32 a, UINT32 b, in test_call7_callback() 175 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g) in test_call7_callback() 202 EFI_STATUS EFI_FUNCTION test_call8_callback(UINT32 a, UINT32 b, in test_call8_callback() [all …]
|
/netbsd-src/sys/arch/x86/include/ |
H A D | loadfile_machdep.h | 40 #define LOADADDR(a) ((((u_long)(a)) & 0x07ffffff) + offset) argument 41 #define ALIGNENTRY(a) ((u_long)(a) & 0x00100000) argument 42 #define READ(f, b, c) pread((f), (void *)LOADADDR(b), (c)) argument 45 #define WARN(a) do { \ argument 53 #define PROGRESS(a) x86_progress a argument 54 #define ALLOC(a) alloc(a) argument 55 #define DEALLOC(a, b) dealloc(a, b) argument 56 #define OKMAGIC(a) ((a) == ZMAGIC) argument 65 #define LOADADDR(a) offset argument 66 #define READ(f, b, c) c argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
H A D | riscv-fp.c | 45 __fixdfdi (DFtype a) in __fixdfdi() 53 __fixsfdi (SFtype a) in __fixsfdi() 61 __fixunsdfsi (DFtype a) in __fixunsdfsi() 70 __fixunssfsi (SFtype a) in __fixunssfsi() 105 DFtype f; in __floatdisf() local 130 DFtype f; in __floatundisf() local 155 local_fixunsdfdi (DFtype a) in local_fixunsdfdi() 170 DFtype a = original_a; in local_fixunssfdi() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
H A D | riscv-fp.c | 45 __fixdfdi (DFtype a) in __fixdfdi() 53 __fixsfdi (SFtype a) in __fixsfdi() 61 __fixunsdfsi (DFtype a) in __fixunsdfsi() 70 __fixunssfsi (SFtype a) in __fixunssfsi() 105 DFtype f; in __floatdisf() local 130 DFtype f; in __floatundisf() local 155 local_fixunsdfdi (DFtype a) in local_fixunsdfdi() 170 DFtype a = original_a; in local_fixunssfdi() local
|
/netbsd-src/sys/external/bsd/drm2/include/drm/ |
H A D | drm_trace_netbsd.h | 39 #define DEFINE_TRACE1(m,p,n,a) SDT_PROBE_DEFINE1(sdt,m,p,n,a) argument 40 #define DEFINE_TRACE2(m,p,n,a,b) SDT_PROBE_DEFINE2(sdt,m,p,n,a,b) argument 41 #define DEFINE_TRACE3(m,p,n,a,b,c) SDT_PROBE_DEFINE3(sdt,m,p,n,a,b,c) argument 42 #define DEFINE_TRACE4(m,p,n,a,b,c,d) SDT_PROBE_DEFINE4(sdt,m,p,n,a,b,c,d) argument 43 #define DEFINE_TRACE5(m,p,n,a,b,c,d,e) SDT_PROBE_DEFINE5(sdt,m,p,n,a,b,c,d,e) argument 44 #define DEFINE_TRACE6(m,p,n,a,b,c,d,e,f) \ argument 46 #define DEFINE_TRACE7(m,p,n,a,b,c,d,e,f,g) \ argument 50 #define DEFINE_TRACE1(m,p,n,a) SDT_PROBE_DECLARE(sdt,m,p,n) argument 51 #define DEFINE_TRACE2(m,p,n,a,b) SDT_PROBE_DECLARE(sdt,m,p,n) argument 52 #define DEFINE_TRACE3(m,p,n,a,b,c) SDT_PROBE_DECLARE(sdt,m,p,n) argument [all …]
|