/freebsd/sys/contrib/openzfs/lib/libspl/include/ |
H A D | assert.h | 88 const boolean_t __left = (boolean_t)(LEFT); \ 90 if (!(__left OP __right)) \ 93 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \ 98 const int64_t __left = (int64_t)(LEFT); \ 100 if (!(__left OP __right)) \ 103 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \ 108 const uint64_t __left = (uint64_t)(LEFT); \ 110 if (!(__left OP __right)) \ 113 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \ 118 const uintptr_t __left [all...] |
/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 …friend 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; 118 …friend bool operator==(const locale_t& __left, std::nullptr_t) { return __left.__locale_ == nullpt… 120 …friend bool operator==(int __left, const locale_t& __right) { return __left == 0 && nullptr == __r… 124 …friend bool operator!=(const locale_t& __left, const locale_t& __right) { return !(__left == __rig… 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/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | debug.h | 102 const TYPE __left = (TYPE)(LEFT); \ 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; \ 231 SPLAY_LINKRIGHT(head, __left, field); \ 234 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 242 struct type __node, *__left, *__right, *__tmp; \ 245 __left = __right = &__node; \ 267 SPLAY_LINKRIGHT(head, __left, 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; \ 231 SPLAY_LINKRIGHT(head, __left, field); \ 234 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 242 struct type __node, *__left, *__right, *__tmp; \ 245 __left = __right = &__node; \ 267 SPLAY_LINKRIGHT(head, __left, 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; \ 238 SPLAY_LINKRIGHT(head, __left, field); \ 241 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 249 struct type __node, *__left, *__right, *__tmp; \ 252 __left = __right = &__node; \ 274 SPLAY_LINKRIGHT(head, __left, field); \ 277 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | strings.subr | 287 local __left="" __right="$1" 291 __left="$__left${__right%%$__find*}$__replace" 297 __left="$__left${__right#*$__find}" 299 setvar "$__var_to_set" "$__left" 301 echo "$__left"
|
H A D | device.subr | 809 local __left="${__name%%[0-9]*}" __right="${__name#*[0-9]}" 810 if [ "$__left" != "$__name" ]; then 818 __dname="${__left}%d$__right"
|
/freebsd/sys/sys/ |
H A D | tree.h | 222 struct type __node, *__left, *__right, *__tmp; \ 226 __left = __right = &__node; \ 248 SPLAY_LINKRIGHT(head, __left, field); \ 251 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \ 259 struct type __node, *__left, *__right, *__tmp; \ 262 __left = __right = &__node; \ 284 SPLAY_LINKRIGHT(head, __left, field); \ 287 SPLAY_ASSEMBLE(head, &__node, __left, __right, field); \
|
/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_tuple.h | 129 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
|
H A D | parser_std_format_spec.h | 180 __left, enumerator 562 __alignment_ = __alignment::__left; 897 __parser.__alignment_ = __alignment::__left;
|
H A D | formatter_string.h | 56 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
|
H A D | range_formatter.h | 209 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left}; in __format_as_sequence()
|
H A D | formatter_output.h | 81 case __format_spec::__alignment::__left: in __padding_size()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | parallel_backend_tbb.h |
|