Searched refs:_b (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/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-8019.80.24/libkern/os/ ! |
| H A D | atomic_private.h | 668 os_atomic_basetypeof(p) _r = (e); int _b; \ 670 _b = os_atomic_std(atomic_compare_exchange_strong_explicit)( \ 675 _b; \ 712 os_atomic_basetypeof(p) _r = (e); int _b; \ 714 _b = os_atomic_std(atomic_compare_exchange_strong_explicit)( \ 719 *(g) = _r; _b; \
|
| /xnu-8019.80.24/tools/lldbmacros/ ! |
| H A D | macho.py | 248 for _b in blocks: 249 if self.default_side_padding + len(_b.name) + 2 > self.width: 250 self.width = self.default_side_padding + len(_b.name) + 2
|
| /xnu-8019.80.24/bsd/netinet/ ! |
| H A D | in.h | 906 #define in_cksum_buffer(_b, _l) \ argument 907 inet_cksum_buffer(_b, 0, 0, _l)
|
| /xnu-8019.80.24/bsd/netinet6/ ! |
| H A D | in6.h | 894 #define in6_cksum_buffer(_b, _n, _o, _l) \ argument 895 inet6_cksum_buffer(_b, _n, _o, _l)
|