Searched refs:__le (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/ |
| H A D | types_private.h | 40 if (__comparison == __le) in operator() 49 enum __comparison_t { __le, __ge } __comparison; enumerator
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | bitfield.h | 55 le ## _n ## _get_bits(__le ## _n v, uint ## _n ## _t f) \ 78 le ## _n ## _encode_bits(__le ## _n v, uint ## _n ## _t f) \
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_base.lua | 206 t.__le = function (a,b,c) function 232 t.__le = nil 240 t.__le = function (a,b) function
|
| H A D | tst.lib_coroutine.lua | 291 __le = function(a,b) coroutine.yield(nil, "le"); return a - b <= 0 end, function 332 mt.__le = nil
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | deque | 1898 pointer __le = __l.__ptr_ + 1; 1899 difference_type __bs = __le - __lb; 1902 __lb = __le - __bs; 1904 if (__lb <= __vt && __vt < __le) 1906 __r = std::move_backward(__lb, __le, __r); 1956 pointer __le = __l.__ptr_ + 1; 1957 difference_type __bs = __le - __lb; 1960 __lb = __le - __bs; 1962 if (__lb <= __vt && __vt < __le) 1964 while (__le != __lb) { [all …]
|
| H A D | fstream | 479 ptrdiff_t __le = __extbufend_ ? __extbufend_ - __extbuf_ : 0; 502 __rhs.__extbufend_ = __rhs.__extbuf_ + __le;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | deque | 2359 pointer __le = __l.__ptr_ + 1; 2360 difference_type __bs = __le - __lb; 2363 __lb = __le - __bs; 2365 if (__lb <= __vt && __vt < __le) 2367 __r = std::move_backward(__lb, __le, __r); 2417 pointer __le = __l.__ptr_ + 1; 2418 difference_type __bs = __le - __lb; 2421 __lb = __le - __bs; 2423 if (__lb <= __vt && __vt < __le) 2425 while (__le != __lb) { [all …]
|
| H A D | fstream | 525 ptrdiff_t __le = __extbufend_ ? __extbufend_ - __extbuf_ : 0; 548 __rhs.__extbufend_ = __rhs.__extbuf_ + __le;
|
| /freebsd/contrib/llvm-project/libcxx/src/experimental/ |
| H A D | tzdb.cpp | 358 return __tz::__constrained_weekday::__le; in __parse_comparison()
|
| /freebsd/contrib/lua/src/ |
| H A D | luaconf.h.dist | 354 @@ LUA_COMPAT_LT_LE controls the emulation of the '__le' metamethod
|