Searched refs:__le (Results 1 – 8 of 8) 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 | 205 t.__le = function (a,b,c) function 231 t.__le = nil 239 t.__le = function (a,b) function
|
H A D | tst.lib_coroutine.lua | 290 __le = function(a,b) coroutine.yield(nil, "le"); return a - b <= 0 end, function 331 mt.__le = nil
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | deque | 2330 pointer __le = __l.__ptr_ + 1; 2331 difference_type __bs = __le - __lb; 2334 __lb = __le - __bs; 2336 if (__lb <= __vt && __vt < __le) 2338 __r = std::move_backward(__lb, __le, __r); 2388 pointer __le = __l.__ptr_ + 1; 2389 difference_type __bs = __le - __lb; 2392 __lb = __le - __bs; 2394 if (__lb <= __vt && __vt < __le) 2396 while (__le != __lb) { [all …]
|
H A D | fstream | 511 ptrdiff_t __le = __extbufend_ ? __extbufend_ - __extbuf_ : 0; 534 __rhs.__extbufend_ = __rhs.__extbuf_ + __le;
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/ |
H A D | tzdb.cpp | 345 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
|