Searched refs:_s (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h61 const uint8_t *_s=(uint8_t *)s; local
64 _r[size] = _s[size] ^ _t[size];
/xnu-2782.1.97/bsd/sys/
H A Dsystm.h210 #define susize(_a, _s) sulong((_a), (_s))
H A Dkauth.h69 #define KAUTH_NTSID_SIZE(_s) (KAUTH_NTSID_HDRSIZE + ((_s)->sid_authcount * sizeof(u_int32_t)))
/xnu-2782.1.97/bsd/net/
H A Dif_var.h698 #define IF_TCP_STATINC(_ifp, _s) do { \
700 atomic_add_64(&(_ifp)->if_tcp_stat->_s, 1); \
703 #define IF_UDP_STATINC(_ifp, _s) do { \
705 atomic_add_64(&(_ifp)->if_udp_stat->_s, 1); \
H A Dpf_ioctl.c297 struct s##_32 _s##_32; \
298 struct s##_64 _s##_64; \
309 bcopy(a, &s##_un->_u._s##_64, \
312 bcopy(a, &s##_un->_u._s##_32, \
320 bcopy(&s##_un->_u._s##_64, a, sizeof (struct s##_64)); \
322 bcopy(&s##_un->_u._s##_32, a, sizeof (struct s##_32)); \
327 #define PFIOCX_STRUCT_ADDR32(s) (&s##_un->_u._s##_32)
328 #define PFIOCX_STRUCT_ADDR64(s) (&s##_un->_u._s##_64)
350 #define PFIOC_STRUCT_ADDR32(s) (&s##_un->_u._s##_32)
351 #define PFIOC_STRUCT_ADDR64(s) (&s##_un->_u._s##_6
[all...]
/xnu-2782.1.97/bsd/netinet6/
H A Din6.h874 #define in6_delayed_cksum_offset(_m, _o, _s, _p) \
875 ((void) in6_finalize_cksum(_m, _o, _s, _p, CSUM_DELAY_IPV6_DATA))
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py516 _s = '{0: <s} {2: <#0x} OP {1: <d} {3: <s}'.format(('-' * 8), record.operation, unsigned(record.element), ('-' * 8))
517 _s += GetBtlogBacktrace(btlog.btrecord_btdepth, record)
519 if _s not in summary_cache:
520 summary_cache[_s] = 1
522 summary_cache[_s] += 1
524 print _s

Completed in 47 milliseconds