Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/libkern/os/
H A Datomic_private.h635 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-10002.1.13/bsd/sys/_types/
H A D_fd_def.h63 __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-10002.1.13/bsd/netinet6/
H A Din6_private.h240 #define in6_cksum_buffer(_b, _n, _o, _l) \ argument
241 inet6_cksum_buffer(_b, _n, _o, _l)
/xnu-10002.1.13/bsd/netinet/
H A Din_private.h294 #define in_cksum_buffer(_b, _l) \ argument
295 inet_cksum_buffer(_b, 0, 0, _l)
/xnu-10002.1.13/tools/lldbmacros/
H A Dmacho.py351 for _b in blocks:
352 if self.default_side_padding + len(_b.name) + 2 > self.width:
353 self.width = self.default_side_padding + len(_b.name) + 2