| /freebsd/sys/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 79 const boolean_t __right = (boolean_t)!!(RIGHT); \ 80 if (!(__left OP __right)) \ 84 __left, #OP, __right); \ 90 const int64_t __right = (int64_t)(RIGHT); \ 91 if (!(__left OP __right)) \ 95 (longlong_t)__left, #OP, (longlong_t)__right); \ 101 const uint64_t __right = (uint64_t)(RIGHT); \ 102 if (!(__left OP __right)) \ 106 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \ 112 const uintptr_t __right = (uintptr_t)(RIGHT); \ [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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/contrib/llvm-project/libcxx/include/__locale_dir/support/ |
| H A D | windows.h | 110 friend bool operator==(const __locale_t& __left, const __locale_t& __right) { 111 return __left.__locale_ == __right.__locale_; 114 …d bool operator==(const __locale_t& __left, int __right) { return __left.__locale_ == nullptr && _… 116 friend bool operator==(const __locale_t& __left, long long __right) { 117 return __left.__locale_ == nullptr && __right == 0; 122 …iend bool operator==(int __left, const __locale_t& __right) { return __left == 0 && nullptr == __r… 124 …friend bool operator==(std::nullptr_t, const __locale_t& __right) { return nullptr == __right.__lo… 126 …ol operator!=(const __locale_t& __left, const __locale_t& __right) { return !(__left == __right); } 128 friend bool operator!=(const __locale_t& __left, int __right) { return !(__left == __right); } 130 …friend bool operator!=(const __locale_t& __left, long long __right) { return !(__left == __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/contrib/llvm-project/libcxx/include/__format/ |
| H A D | formatter_floating_point.h | 527 __specs.__alignment_ = __format_spec::__alignment::__right; 603 __specs.__alignment_ = __format_spec::__alignment::__right; 740 __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 | 76 case __format_spec::__alignment::__right: in __padding_size()
|
| H A D | formatter_integral.h | 331 __specs.__alignment_ = __format_spec::__alignment::__right; in __format_integer()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
| H A D | parallel_backend_tbb.h | |