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

123

/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Drefcount.h201 int _n = ++(rp)->refs; \
203 *_tmp = _n; \
209 int _n; \
211 _n = ++(rp)->refs; \
213 *_tmp = _n; \
219 int _n; \
221 _n = --(rp)->refs; \
223 *_tmp = _n; \
H A Dbuffer.h729 #define ISC__BUFFER_ADD(_b, _n) \
731 (_b)->used += (_n); \
734 #define ISC__BUFFER_SUBTRACT(_b, _n) \
736 (_b)->used -= (_n); \
773 #define ISC__BUFFER_SETACTIVE(_b, _n) \
775 (_b)->active = (_b)->current + (_n); \
783 #define ISC__BUFFER_FORWARD(_b, _n) \
785 (_b)->current += (_n); \
788 #define ISC__BUFFER_BACK(_b, _n) \
790 (_b)->current -= (_n); \
[all...]
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Drefcount.h201 int _n = ++(rp)->refs; \
203 *_tmp = _n; \
209 int _n; \
211 _n = ++(rp)->refs; \
213 *_tmp = _n; \
219 int _n; \
221 _n = --(rp)->refs; \
223 *_tmp = _n; \
H A Dbuffer.h729 #define ISC__BUFFER_ADD(_b, _n) \
731 (_b)->used += (_n); \
734 #define ISC__BUFFER_SUBTRACT(_b, _n) \
736 (_b)->used -= (_n); \
773 #define ISC__BUFFER_SETACTIVE(_b, _n) \
775 (_b)->active = (_b)->current + (_n); \
783 #define ISC__BUFFER_FORWARD(_b, _n) \
785 (_b)->current += (_n); \
788 #define ISC__BUFFER_BACK(_b, _n) \
790 (_b)->current -= (_n); \
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dprbit.h65 ** 2 greater than or equal to _n. The result is returned in _log2.
67 #define PR_CEILING_LOG2(_log2,_n) \
69 PRUint32 j_ = (PRUint32)(_n); \
87 ** 2 less than or equal to _n. The result is returned in _log2.
91 #define PR_FLOOR_LOG2(_log2,_n) \
93 PRUint32 j_ = (PRUint32)(_n); \
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dprbit.h65 ** 2 greater than or equal to _n. The result is returned in _log2.
67 #define PR_CEILING_LOG2(_log2,_n) \
69 PRUint32 j_ = (PRUint32)(_n); \
87 ** 2 less than or equal to _n. The result is returned in _log2.
91 #define PR_FLOOR_LOG2(_log2,_n) \
93 PRUint32 j_ = (PRUint32)(_n); \
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dprbit.h65 ** 2 greater than or equal to _n. The result is returned in _log2.
67 #define PR_CEILING_LOG2(_log2,_n) \
69 PRUint32 j_ = (PRUint32)(_n); \
87 ** 2 less than or equal to _n. The result is returned in _log2.
91 #define PR_FLOOR_LOG2(_log2,_n) \
93 PRUint32 j_ = (PRUint32)(_n); \
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dprbit.h65 ** 2 greater than or equal to _n. The result is returned in _log2.
67 #define PR_CEILING_LOG2(_log2,_n) \
69 PRUint32 j_ = (PRUint32)(_n); \
87 ** 2 less than or equal to _n. The result is returned in _log2.
91 #define PR_FLOOR_LOG2(_log2,_n) \
93 PRUint32 j_ = (PRUint32)(_n); \
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_fd_def.h53 __darwin_fd_isset(int _n, const struct fd_set *_p) argument
55 return (_p->fds_bits[(unsigned long)_n/__DARWIN_NFDBITS] & ((__int32_t)(1<<((unsigned long)_n % __DARWIN_NFDBITS))));
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_impl.h150 int _n = (n); \
151 openpam_log(PAM_LOG_LIBDEBUG, "entering: %d", _n); \
170 int _n = (n); \
171 openpam_log(PAM_LOG_LIBDEBUG, "returning %d", _n); \
172 return (_n); \
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dforward-control.sh13 _n=0
15 test $_n -eq 1 && trace "waiting for $_path to appear"
16 _n=`expr $_n + 1`
17 test $_n -ge 20 && return 1
25 _n=0
27 test $_n -eq 1 && trace "waiting for $_pid to exit"
28 _n=`expr $_n + 1`
29 test $_n
[all...]
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/AdjacencyMap/
H A DLight.pm24 $m->[ _n ] = 0;
45 $n = $m->[ _n ]++;
52 $n = $m->[ _n ]++;
231 $m->[ _n ] = $V[ _n ];
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/AdjacencyMap/
H A DLight.pm24 $m->[ _n ] = 0;
45 $n = $m->[ _n ]++;
52 $n = $m->[ _n ]++;
231 $m->[ _n ] = $V[ _n ];
/macosx-10.9.5/sudo-72/src/
H A Dmissing.h180 # define memcpy(_d, _s, _n) (bcopy(_s, _d, _n))
183 # define memset(_s, _x, _n) (bzero(_s, _n))
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dname.h1340 dns_name_t *_n = (n); \
1345 dns_name_getlabelsequence(_n, 0, _n->labels - _l, _p); \
1347 dns_name_getlabelsequence(_n, _n->labels - _l, _l, _s); \
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dname.c309 #define COPYCHARARRAY(_ds,_el,_l,_n) \
311 (_n) = malloc((_l) * sizeof((_n)[0])); \
312 if ((_n) == NULL) \
315 (_n)[i] = _ds->u._el[i]
318 #define COPYVALARRAY(_ds,_el,_l,_n) \
320 (_n) = malloc((_l) * sizeof((_n)[0])); \
321 if ((_n) == NULL) \
324 (_n)[
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/include/security/
H A Dopenpam.h210 int openpam_ttyconv(int _n,
220 int openpam_nullconv(int _n,
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DArena.cpp66 #define CEILING_LOG2(_log2, _n) \
67 unsigned int j_ = (unsigned int)(_n); \
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dinternal.h404 } _n; member in struct:internal_syment
413 #define n_name _n._n_name
414 #define n_zeroes _n._n_n._n_zeroes
415 #define n_offset _n._n_n._n_offset
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoffgen.c363 if (sym->_n._n_n._n_zeroes != 0
364 || sym->_n._n_n._n_offset == 0)
366 memcpy (buf, sym->_n._n_name, SYMNMLEN);
374 BFD_ASSERT (sym->_n._n_n._n_offset >= STRING_SIZE_SIZE);
382 return strings + sym->_n._n_n._n_offset;
797 native->u.syment._n._n_n._n_offset =
799 native->u.syment._n._n_n._n_zeroes = 0;
803 strncpy (native->u.syment._n._n_name, ".file", SYMNMLEN);
831 strncpy (native->u.syment._n._n_name, symbol->name, SYMNMLEN);
835 native->u.syment._n
[all...]
H A Dcoff-mcore.c443 else if ( sym->_n._n_n._n_zeroes == 0
444 && sym->_n._n_n._n_offset != 0)
445 my_name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
450 strncpy (buf, sym->_n._n_name, SYMNMLEN);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dcoffgrok.c53 #define N(x) ((x)->_n._n_nptr[1])
458 ptr->u.function.lines = do_lines (i, sym->_n._n_nptr[1]);
543 s->name = sym->_n._n_nptr[1];
621 n->name = sym->_n._n_nptr[1];
643 char *name = sym->_n._n_nptr[1];
664 char *name = sym->_n._n_nptr[1];
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_loop.c130 struct mbuf *_n; \
131 for (_n = _m; _n != NULL; _n = _n->m_nextpkt) \
132 LO_BPF_TAP_OUT(_n); \
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoaimp.h717 int _n = (_nd0) - _maxdigits; \
718 for(; _n > 0 && *_q == '0'; _n--, _q++) {} \
719 *_tp++ = _n > 0 ? '1' : '0'; \
/macosx-10.9.5/Heimdal-323.92.1/packages/mac/SnowLeopard10A/
H A Droken.h297 #define rk_random_uniform(_n) arc4random_uniform(_n)

Completed in 156 milliseconds

123