Searched refs:_b (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.41.6/osfmk/machine/ |
| H A D | trap.h | 46 register long _b __asm__(ML_TRAP_REGISTER_2) = (long)(b); \ 48 __asm__ __volatile__ ("" : "+r"(_a), "+r"(_b)); \ 52 register long _b __asm__(ML_TRAP_REGISTER_2) = (long)(b); \ 55 __asm__ __volatile__ ("" : "+r"(_a), "+r"(_b), "+r"(_c)); \
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_pcb.h | 282 #define INP_ADD_RXSTAT(_inp, _stats_functional_type, _p, _b) \ argument 285 locked_add_64(&((_inp)->inp_mstat.ms_total.ts_rxbytes), (_b)); \ 290 locked_add_64(&((_inp)->inp_mstat.ms_cellular.ts_rxbytes), (_b)); \ 295 locked_add_64(&((_inp)->inp_mstat.ms_wifi_infra.ts_rxbytes), (_b)); \ 300 locked_add_64(&((_inp)->inp_mstat.ms_wifi_non_infra.ts_rxbytes), (_b)); \ 305 locked_add_64(&((_inp)->inp_mstat.ms_wired.ts_rxbytes), (_b)); \ 310 locked_add_64(&((_inp)->inp_mstat.ms_bluetooth.ts_rxbytes), (_b)); \ 315 locked_add_64(&((_inp)->inp_mstat.ms_alternate.ts_rxbytes), (_b)); \ 323 #define INP_ADD_TXSTAT(_inp, _stats_functional_type, _p, _b) \ argument 326 locked_add_64(&((_inp)->inp_mstat.ms_total.ts_txbytes), (_b)); \ [all …]
|
| H A D | in_private.h | 302 #define in_cksum_buffer(_b, _l) \ argument 303 inet_cksum_buffer(_b, 0, 0, _l)
|
| /xnu-12377.41.6/libkern/os/ |
| H A D | atomic_private.h | 635 os_atomic_basetypeof(p) _r = (e); int _b; \ 637 _b = os_atomic_std(atomic_compare_exchange_strong_explicit)( \ 642 _b; \ 679 os_atomic_basetypeof(p) _r = (e); int _b; \ 681 _b = os_atomic_std(atomic_compare_exchange_strong_explicit)( \ 686 *(g) = _r; _b; \
|
| /xnu-12377.41.6/bsd/sys/_types/ |
| H A D | _fd_def.h | 63 __darwin_check_fd_set(int _a, const void *_b) in __darwin_check_fd_set() argument 71 return __darwin_check_fd_set_overflow(_a, _b, 1); in __darwin_check_fd_set() 73 return __darwin_check_fd_set_overflow(_a, _b, 0); in __darwin_check_fd_set()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_private.h | 245 #define in6_cksum_buffer(_b, _n, _o, _l, _t) \ argument 246 inet6_cksum_buffer(_b, _n, _o, _l, _t)
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | macho.py | 333 for _b in blocks: 334 if self.default_side_padding + len(_b.name) + 2 > self.width: 335 self.width = self.default_side_padding + len(_b.name) + 2
|
| /xnu-12377.41.6/osfmk/corecrypto/ |
| H A D | ccn_internal.h | 99 cc_unit _b = (tmp) >> (2 * CCN_UNIT_BITS - 1); \ 100 tmp = ((cc_dunit)(x)) - (y) - _b; \
|