/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 108 friend bool operator==(const locale_t& __left, const locale_t& __right) { 109 return __left.__locale_ == __right.__locale_; 112 …end bool operator==(const locale_t& __left, int __right) { return __left.__locale_ == nullptr && _… 114 friend bool operator==(const locale_t& __left, long long __right) { 115 return __left.__locale_ == nullptr && __right == 0; 120 …friend bool operator==(int __left, const locale_t& __right) { return __left == 0 && nullptr == __r… 122 …friend bool operator==(std::nullptr_t, const locale_t& __right) { return nullptr == __right.__loca… 124 …d bool operator!=(const locale_t& __left, const locale_t& __right) { return !(__left == __right); } 126 friend bool operator!=(const locale_t& __left, int __right) { return !(__left == __right); } 128 friend bool operator!=(const locale_t& __left, long long __right) { return !(__left == __right); } [all …]
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/ |
H A D | assert.h | 89 const boolean_t __right = (boolean_t)(RIGHT); \ 90 if (!(__left OP __right)) \ 93 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \ 99 const int64_t __right = (int64_t)(RIGHT); \ 100 if (!(__left OP __right)) \ 103 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \ 109 const uint64_t __right = (uint64_t)(RIGHT); \ 110 if (!(__left OP __right)) \ 113 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \ 119 const uintptr_t __right [all...] |
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | debug.h | 103 const TYPE __right = (TYPE)(RIGHT); \ 104 if (!(__left OP __right)) \ 106 (uintmax_t)__left, #OP, (uintmax_t)__right, \
|
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/ |
H A D | tree.h | 205 struct type __node, *__left, *__right, *__tmp; \ 209 __left = __right = &__node; \ 221 SPLAY_LINKLEFT(head, __right, field); \ 234 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 242 struct type __node, *__left, *__right, *__tmp; \ 245 __left = __right = &__node; \ 257 SPLAY_LINKLEFT(head, __right, field); \ 270 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
/freebsd/contrib/libevent/WIN32-Code/ |
H A D | tree.h | 205 struct type __node, *__left, *__right, *__tmp; \ 209 __left = __right = &__node; \ 221 SPLAY_LINKLEFT(head, __right, field); \ 234 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 242 struct type __node, *__left, *__right, *__tmp; \ 245 __left = __right = &__node; \ 257 SPLAY_LINKLEFT(head, __right, field); \ 270 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sys-tree.h | 212 struct type __node, *__left, *__right, *__tmp; \ 216 __left = __right = &__node; \ 228 SPLAY_LINKLEFT(head, __right, field); \ 241 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 249 struct type __node, *__left, *__right, *__tmp; \ 252 __left = __right = &__node; \ 264 SPLAY_LINKLEFT(head, __right, field); \ 277 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
/freebsd/sys/sys/ |
H A D | tree.h | 222 struct type __node, *__left, *__right, *__tmp; \ 226 __left = __right = &__node; \ 238 SPLAY_LINKLEFT(head, __right, field); \ 251 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 259 struct type __node, *__left, *__right, *__tmp; \ 262 __left = __right = &__node; \ 274 SPLAY_LINKLEFT(head, __right, field); \ 287 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | strings.subr | 287 local __left="" __right="$1" 290 case "$__right" in *$__find*) 291 __left="$__left${__right%%$__find*}$__replace" 292 __right="${__right#*$__find}" 297 __left="$__left${__right#*$__find}"
|
H A D | device.subr | 809 local __left="${__name%%[0-9]*}" __right="${__name#*[0-9]}" 813 case "$__right" in 814 [0-9]*) __right="${__right#[0-9]}" ;; 818 __dname="${__left}%d$__right"
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/ |
H A D | formatter.h | 71 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__right};
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libuutil.h | 101 typedef int uu_compare_fn_t(const void *__left, const void *__right,
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | formatter_floating_point.h | 526 __specs.__alignment_ = __format_spec::__alignment::__right; 602 __specs.__alignment_ = __format_spec::__alignment::__right; 739 __specs.__alignment_ = __format_spec::__alignment::__right;
|
H A D | parser_std_format_spec.h | 182 __right, enumerator 570 __alignment_ = __alignment::__right;
|
H A D | formatter_output.h | 93 case __format_spec::__alignment::__right: in __padding_size()
|
H A D | formatter_integral.h | 330 __specs.__alignment_ = __format_spec::__alignment::__right; in __format_integer()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | parallel_backend_tbb.h |
|