Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dbuffer.h799 #define ISC__BUFFER_INIT(_b, _base, _length) \ argument
813 #define ISC__BUFFER_INITNULL(_b) ISC__BUFFER_INIT(_b, NULL, 0) argument
815 #define ISC__BUFFER_INVALIDATE(_b) \ argument
828 #define ISC__BUFFER_REGION(_b, _r) \ argument
836 #define ISC__BUFFER_USEDREGION(_b, _r) \ argument
844 #define ISC__BUFFER_AVAILABLEREGION(_b, _r) \ argument
852 #define ISC__BUFFER_ADD(_b, _n) \ argument
859 #define ISC__BUFFER_SUBTRACT(_b, _n) \ argument
870 #define ISC__BUFFER_CLEAR(_b) \ argument
878 #define ISC__BUFFER_CONSUMEDREGION(_b, _r) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dconcept_check.h49 #define __glibcxx_class_requires(_a,_b) argument
50 #define __glibcxx_class_requires2(_a,_b,_c) argument
51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
72 #define __glibcxx_class_requires2(_a,_b,_C) \ argument
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dconcept_check.h49 #define __glibcxx_class_requires(_a,_b) argument
50 #define __glibcxx_class_requires2(_a,_b,_c) argument
51 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument
52 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument
72 #define __glibcxx_class_requires2(_a,_b,_C) \ argument
74 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument
76 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dsysmacros.h353 #define DECL_BITFIELD2(_a, _b) \ argument
355 #define DECL_BITFIELD3(_a, _b, _c) \ argument
357 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
359 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
361 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
363 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
365 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
368 #define DECL_BITFIELD2(_a, _b) \ argument
370 #define DECL_BITFIELD3(_a, _b, _c) \ argument
372 #define DECL_BITFIELD4(_a, _b, _c, _d) \ argument
[all …]
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_sriov.h87 #define ixgbe_add_vf(_a,_b,_c) do { } while (/*CONSTCOND*/false) argument
88 #define ixgbe_init_iov(_a,_b,_c) do { } while (/*CONSTCOND*/false) argument
94 #define ixgbe_define_iov_schemas(_a,_b) do { } while (/*CONSTCOND*/false) argument
96 #define ixgbe_vf_que_index(_a, _b, _c) (_c) argument
H A Dixgbe_rss.h56 #define rss_hash2bucket(_a,_b,_c) -1 argument
81 #define rss_hash2bucket(_a,_b,_c) -1 argument
/netbsd-src/external/bsd/nvi/dist/dist/
H A Dport.h.in118 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
121 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
/netbsd-src/external/bsd/nvi/usr.bin/nvi/
H A Dcompat.h118 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
121 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
H A Dport.h118 #define MAX(_a,_b) ((_a)<(_b)?(_b):(_a)) argument
121 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dmman.h37 #define mmap64(_a,_b,_c,_d,_e,_f) mmap(_a,_b,_c,_d,_e,_f) argument
H A Datomic.h37 #define casptr(_a, _b, _c) \ argument
/netbsd-src/games/larn/
H A Dio.c81 #define stty(_a,_b) ioctl(_a,TCSETA,_b) argument
82 #define gtty(_a,_b) ioctl(_a,TCGETA,_b) argument
87 #define stty(_a,_b) tcsetattr(_a,TCSADRAIN,_b) argument
88 #define gtty(_a,_b) tcgetattr(_a,_b) argument
/netbsd-src/games/dab/
H A Dbox.h90 BOARD& _b; // The board we refer to variable
H A Dboard.h82 int** _b; // board array of symbols variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Darray.d143 private size_t _a, _b; in RangeT() local
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Droken.h161 #define rk_getpwnam_r(_n, _pw, _b, _sz, _pwd) getpwnam_r(_n, _pw, _b, _sz, _pwd) argument
162 #define rk_getpwuid_r(_u, _pw, _b, _sz, _pwd) getpwuid_r(_u, _pw, _b, _sz, _pwd) argument
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A D10799.s53 _b: label
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsi2vmx.h279 #define si_a(_a, _b) ((qword)(vec_add((vec_uint4)(_a), (vec_uint4)(_b)))) argument
281 #define si_ah(_a, _b) ((qword)(vec_add((vec_ushort8)(_a), (vec_ushort8)(_b)))) argument
297 #define si_fa(_a, _b) ((qword)(vec_add((vec_float4)(_a), (vec_float4)(_b)))) argument
317 #define si_addx(_a, _b, _c) ((qword)(vec_add(vec_add((vec_uint4)(_a), (vec_uint4)(_b)), \ argument
323 #define si_and(_a, _b) ((qword)(vec_and((vec_uint4)(_a), (vec_uint4)(_b)))) argument
348 #define si_andc(_a, _b) ((qword)(vec_andc((vec_uchar16)(_a), (vec_uchar16)(_b)))) argument
353 #define si_avgb(_a, _b) ((qword)(vec_avg((vec_uchar16)(_a), (vec_uchar16)(_b)))) argument
365 #define si_bg(_a, _b) ((qword)(vec_subc((vec_uint4)(_b), (vec_uint4)(_a)))) argument
367 #define si_bgx(_a, _b, _c) ((qword)(vec_and(vec_or(vec_cmpgt((vec_uint4)(_b), (vec_uint4)(_a)), \ argument
816 #define si_cg(_a, _b) ((qword)(vec_addc((vec_uint4)(_a), (vec_uint4)(_b)))) argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsi2vmx.h279 #define si_a(_a, _b) ((qword)(vec_add((vec_uint4)(_a), (vec_uint4)(_b)))) argument
281 #define si_ah(_a, _b) ((qword)(vec_add((vec_ushort8)(_a), (vec_ushort8)(_b)))) argument
297 #define si_fa(_a, _b) ((qword)(vec_add((vec_float4)(_a), (vec_float4)(_b)))) argument
317 #define si_addx(_a, _b, _c) ((qword)(vec_add(vec_add((vec_uint4)(_a), (vec_uint4)(_b)), \ argument
323 #define si_and(_a, _b) ((qword)(vec_and((vec_uint4)(_a), (vec_uint4)(_b)))) argument
348 #define si_andc(_a, _b) ((qword)(vec_andc((vec_uchar16)(_a), (vec_uchar16)(_b)))) argument
353 #define si_avgb(_a, _b) ((qword)(vec_avg((vec_uchar16)(_a), (vec_uchar16)(_b)))) argument
365 #define si_bg(_a, _b) ((qword)(vec_subc((vec_uint4)(_b), (vec_uint4)(_a)))) argument
367 #define si_bgx(_a, _b, _c) ((qword)(vec_and(vec_or(vec_cmpgt((vec_uint4)(_b), (vec_uint4)(_a)), \ argument
816 #define si_cg(_a, _b) ((qword)(vec_addc((vec_uint4)(_a), (vec_uint4)(_b)))) argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h168 #define vec_addc(_a, _b) spu_genc(_a, _b) argument
492 #define vec_cmpeq(_a, _b) spu_cmpeq(_a, _b) argument
507 #define vec_cmpgt(_a, _b) spu_cmpgt(_a, _b) argument
522 #define vec_cmplt(_a, _b) spu_cmpgt(_b, _a) argument
528 #define vec_ctf(_a, _b) spu_convtf(_a, _b) argument
534 #define vec_cts(_a, _b) spu_convts(_a, _b) argument
540 #define vec_ctu(_a, _b) spu_convtu(_a, _b) argument
558 #define vec_dst(_a, _b, _c) argument
564 #define vec_dstst(_a, _b, _c) argument
570 #define vec_dststt(_a, _b, _c) argument
[all …]
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1520 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) argument
1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d) argument
1522 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1524 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1528 # define DT1(_n,_a,_b) argument
1529 # define DT2(_n,_a,_b,_c,_d) argument
1530 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1531 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1535 # define DT1(_n,_a,_b) argument
1536 # define DT2(_n,_a,_b,_c,_d) argument
[all …]
/netbsd-src/external/gpl2/gmake/dist/
H A Dmake.h534 #define MIN(_a,_b) ((_a)<(_b)?(_a):(_b)) argument
537 #define MAX(_a,_b) ((_a)>(_b)?(_a):(_b)) argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_engine_heartbeat.c192 static int cmp_u32(const void *_a, const void *_b) in cmp_u32()
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dqp.c106 float64 _b; in _Qp_dtoq() local
/netbsd-src/sys/net/lagg/
H A Dif_lagg_lacp.c206 #define LACP_PEERINFO_IDSTR(_pi, _b, _bs) \ argument
208 #define LACP_STATE_STR(_s, _b, _bs) lacp_state_str(_s, _b, _bs) argument
209 #define LACP_AGGREGATOR_STR(_a, _b, _bs) \ argument
214 #define LACP_PEERINFO_IDSTR(_pi, _b, _bs) __nothing argument
215 #define LACP_STATE_STR(_s, _b, _bs) __nothing argument
216 #define LACP_AGGREGATOR_STR(_a, _b, _bs) __nothing argument

12