Searched refs:_n (Results 1 - 25 of 46) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_regs.h72 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n)))
118 #define E1000_RDFPCQ(_n) (0x02430 + (0x4 * (_n)))
136 * Note: "_n" is the queue number of the register to be written to.
141 #define E1000_RDBAL(_n) ((_n) < 4 ? \
142 (0x02800 + ((_n) * 0x100)) : \
143 (0x0C000 + ((_n) * 0x40)))
144 #define E1000_RDBAH(_n) ((_
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_regs.h94 #define E1000_RDFPCQ(_n) (0x02430 + (0x4 * (_n)))
103 #define E1000_RXCTL(_n) (0x0C014 + (0x40 * (_n)))
104 #define E1000_RQDPC(_n) (0x0C030 + (0x40 * (_n)))
110 * Note: "_n" is the queue number of the register to be written to.
115 #define E1000_RDBAL(_n) \
116 ((_n) < 4 ? (0x02800 + ((_n) *
[all...]
H A De1000_82571.h45 #define E1000_EITR_82574(_n) (0x000E8 + (0x4 * (_n)))
/opensolaris-onvv-gate/usr/src/lib/scsi/libses/common/
H A Dlibses_plugin.h97 #define SES_NV_ADD(_t, _e, _l, _n, ...) \
98 if (((_e) = nvlist_add_##_t((_l), (_n), __VA_ARGS__)) != 0) \
99 return (ses_set_nverrno((_e), (_n)))
101 #define SES_NV_ADD_OR_FREE(_t, _e, _l, _n, ...) \
102 if (((_e) = nvlist_add_##_t((_l), (_n), __VA_ARGS__)) != 0) { \
103 nvlist_free(_l); return (ses_set_nverrno((_e), (_n))); }
112 #define SES_NV_CTLBOOL(_l, _n, _b) \
115 (void) nvlist_lookup_boolean_value((_l), (_n), &v); \
119 #define SES_NV_CTLBOOL_INVERT(_l, _n, _b) \
122 (void) nvlist_lookup_boolean_value((_l), (_n),
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetcchar.c58 return ((int)c->_n);
63 for (i = 0; i < c->_n; ++i)
H A Dwinnwstr.c65 if (n < cp->_n)
69 for (i = 0; i < cp->_n; ++i) {
H A Dwunctrl.c92 if (cc->_n <= 0)
105 for (i = 0; i < cc->_n; ++i)
H A Dwaddwchn.c59 for (x = w->_curx; x < n && cp->_n != 0 && cp->_wc[0] != '\0';
H A Dm_cc.c163 cc->_n = 1;
187 if (cc->_n != 1 || wctomb((char *)mb, cc->_wc[0]) != 1)
249 for (count = i = 0; i < cc->_n; ++i, count += bytes)
327 cc->_n = (short)i;
371 cc->_n = i;
397 cc->_n = 1;
429 for (width = spacing = i = 0; i < cc->_n; ++i) {
447 for (i = spacing; i < cc->_n; ++i) {
448 for (j = cc->_n - 1; i < j; --j) {
744 if (_M_CCHAR_MAX < cp->_n
[all...]
H A Dwadd_wch.c108 uc._n = 1;
H A Dwacs.c161 acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1)
H A Dwins_wch.c143 uc._n = 1;
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetcchar.c56 return __m_return_int("getcchar", c->_n + 1);
61 for (i = 0; i < c->_n; ++i)
H A Dwinnwstr.c63 if (n < cp->_n)
67 for (i = 0; i < cp->_n; ++i)
H A Dwaddwchn.c61 for (x = w->_curx; x < n && cp->_n != 0; x += width, ++cp)
H A Dwunctrl.c94 if (cc->_n <= 0)
107 for (i = 0; i < cc->_n; ++i)
H A Dm_cc.c156 cc->_n = 1;
179 if (cc->_n != 1 || wctomb((char *) mb, cc->_wc[0]) != 1)
247 for (count = i = 0; i < cc->_n; ++i, count += bytes)
323 cc->_n = i;
364 cc->_n = i;
409 for (width = spacing = i = 0; i < cc->_n; ++i) {
427 for (i = spacing; i < cc->_n; ++i) {
428 for (j = cc->_n - 1; i < j; --j) {
789 if (c1->_n != c2->_n)
[all...]
H A Dwadd_wch.c88 uc._n = 1;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm9 # _n : numeraotr (value = _n/_d)
76 $self->{_n} = $MBI->new($CALC->_str ( $f->{_m} ),undef,undef);# mantissa
89 $self->{_n}->blsft( $MBI->new($CALC->_str($f->{_e})),10) unless
115 $self->{_n} = $n->copy(); # "mantissa" = $n
117 $self->{sign} = $self->{_n}->{sign}; $self->{_n}->{sign} = '+';
123 $self->{_n} = $MBI->new(abs($$n),undef,undef); # "mantissa" = $n
132 $self->{_n} = $MBI->bzero(); # undef => 0
156 $self->{_n}
[all...]
/opensolaris-onvv-gate/usr/src/head/
H A Dsyms.h56 } _n; member in struct:syment
64 #define n_name _n._n_name
65 #define n_nptr _n._n_nptr[1]
66 #define n_zeroes _n._n_n._n_zeroes
67 #define n_offset _n._n_n._n_offset
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h157 #define xge_list_for_each_safe(_p, _n, _h) \
158 for (_p = (_h)->next, _n = _p->next; _p != (_h); \
159 _p = _n, _n = _p->next)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigRat/
H A DTest.pm91 return $s.$x->{_n} if $x->{_d}->is_one();
92 my $output = Math::BigFloat->new($x->{_n})->bdiv($x->{_d});
118 my $output = Math::BigFloat->new($x->{_n})->bdiv($x->{_d});
/opensolaris-onvv-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h91 #define MBPF_OPEN(_m, _n, _p, _z) (_m)->bpr_open(_n, (uintptr_t *)_p, _z)
100 #define MBPF_GET_LINKID(_m, _n, _ip, _z) \
101 (_m)->bpr_getlinkid(_n, _ip, _z)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigrat.t71 $x = $cr->new('-0'); ok ($x,'0'); ok ($x->{_n}, '0'); ok ($x->{_d},'1');
72 $x = $cr->new('NaN'); ok ($x,'NaN'); ok ($x->{_n}, '0'); ok ($x->{_d},'0');
73 $x = $cr->new('-NaN'); ok ($x,'NaN'); ok ($x->{_n}, '0'); ok ($x->{_d},'0');
74 $x = $cr->new('-1r4'); ok ($x,'NaN'); ok ($x->{_n}, '0'); ok ($x->{_d},'0');
76 $x = $cr->new('+inf'); ok ($x,'inf'); ok ($x->{_n}, '0'); ok ($x->{_d},'0');
77 $x = $cr->new('-inf'); ok ($x,'-inf'); ok ($x->{_n}, '0'); ok ($x->{_d},'0');
78 $x = $cr->new('123a4'); ok ($x,'NaN'); ok ($x->{_n}, '0'); ok ($x->{_d},'0');
81 $x = $cr->new('1e2e2'); ok ($x,'NaN'); ok ($x->{_n}, '0'); ok ($x->{_d},'0');
82 $x = $cr->new('1+2+2'); ok ($x,'NaN'); ok ($x->{_n}, '0'); ok ($x->{_d},'0');
84 $x = $cr->new('1.2.2'); ok ($x,'NaN'); ok ($x->{_n}, '
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/arn/
H A Darn_reg.h1459 #define AR_KEYTABLE(_n) (AR_KEYTABLE_0 + ((_n)*32))
1472 #define AR_KEYTABLE_KEY0(_n) (AR_KEYTABLE(_n) + 0)
1473 #define AR_KEYTABLE_KEY1(_n) (AR_KEYTABLE(_n) + 4)
1474 #define AR_KEYTABLE_KEY2(_n) (AR_KEYTABLE(_n) + 8)
1475 #define AR_KEYTABLE_KEY3(_n) (AR_KEYTABLE(_n)
[all...]

Completed in 169 milliseconds

12