| /freebsd/contrib/file/src/ |
| H A D | readelf.c | 93 getu16(int swap, uint16_t value) in getu16() 112 getu32(int swap, uint32_t value) in getu32() 133 getu64(int swap, uint64_t value) in getu64() 157 #define elf_getu16(swap, value) getu16(swap, value) argument 158 #define elf_getu32(swap, value) getu32(swap, value) argument 159 #define elf_getu64(swap, value) getu64(swap, value) argument 365 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core() 441 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) in do_note_netbsd_version() 490 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) in do_note_freebsd_version() 568 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, in do_bid_note() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | swap.h | 41 inline _LIBCPP_HIDE_FROM_ABI __swap_result_t<_Tp> _LIBCPP_CONSTEXPR_SINCE_CXX20 swap(_Tp& __x, _Tp&… in swap() function 49 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void swap(_Tp (&__a)[_Np], _Tp (&__b)[_N… in swap() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__utility/ |
| H A D | swap.h | 35 inline _LIBCPP_HIDE_FROM_ABI __swap_result_t<_Tp> swap(_Tp& __x, _Tp& __y) { in swap() function 42 inline _LIBCPP_HIDE_FROM_ABI void swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) { in swap() function
|
| H A D | pair.h | 130 _LIBCPP_HIDE_FROM_ABI void swap(pair& __p) { in swap() function 170 inline _LIBCPP_HIDE_FROM_ABI void swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) { in swap() function
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/ |
| H A D | reference.h | 165 swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexce… in swap() function 172 _LIBCPP_HIDE_FROM_ABI void swap(_Vp& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexcept { in swap() function 179 _LIBCPP_HIDE_FROM_ABI void swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, _Vp& __b) noexcept { in swap() function
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sort.h | 36 #define sort(base, num, size, cmp, swap) do { \ argument 41 #define sort_r(base, num, size, cmp, swap, priv) do { \ argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__stop_token/ |
| H A D | stop_token.h | 35 _LIBCPP_HIDE_FROM_ABI void swap(stop_token& __other) noexcept { __state_.swap(__other.__state_); } in swap() function 47 …_LIBCPP_HIDE_FROM_ABI friend void swap(stop_token& __lhs, stop_token& __rhs) noexcept { __lhs.swap… in swap() function
|
| H A D | stop_source.h | 67 …_LIBCPP_HIDE_FROM_ABI void swap(stop_source& __other) noexcept { __state_.swap(__other.__state_); } in swap() function 81 …_LIBCPP_HIDE_FROM_ABI friend void swap(stop_source& __lhs, stop_source& __rhs) noexcept { __lhs.sw… in swap() function
|
| H A D | intrusive_shared_ptr.h | 93 …_LIBCPP_HIDE_FROM_ABI void swap(__intrusive_shared_ptr& __other) { std::swap(__raw_ptr_, __other._… in swap() function 95 …_LIBCPP_HIDE_FROM_ABI friend void swap(__intrusive_shared_ptr& __lhs, __intrusive_shared_ptr& __rh… in swap() function
|
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_fletcher4.c | 55 fletcher_4_incremental(boolean_t swap, void *buff, size_t size, void *cksum) in fletcher_4_incremental() 65 fletcher_4(boolean_t swap, void *buff, size_t size, void *cksum) in fletcher_4() 137 boolean_t swap = ATTR_IS_SET(CA_BYTESWAPPED); in chain_calc_fletcher4() local 227 boolean_t swap = (context->fc_operation == F4_VALIDATE && in chain_fletcher4() local
|
| H A D | zstream_util.h | 74 validate_or_exit(zio_cksum_t *expect, zio_cksum_t *actual, boolean_t swap, in validate_or_exit()
|
| /freebsd/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | jthread.h | 86 _LIBCPP_HIDE_FROM_ABI void swap(jthread& __other) noexcept { in swap() function 109 …_LIBCPP_HIDE_FROM_ABI friend void swap(jthread& __lhs, jthread& __rhs) noexcept { __lhs.swap(__rhs… in swap() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__mutex/ |
| H A D | unique_lock.h | 100 _LIBCPP_HIDE_FROM_ABI void swap(unique_lock& __u) _NOEXCEPT { in swap() function 169 inline _LIBCPP_HIDE_FROM_ABI void swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) _NOEXCEP… in swap() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__mutex/ |
| H A D | unique_lock.h | 98 _LIBCPP_HIDE_FROM_ABI void swap(unique_lock& __u) _NOEXCEPT { in swap() function 167 inline _LIBCPP_HIDE_FROM_ABI void swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) _NOEXCEP… in swap() function
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | mlockall2.sh | 132 swap(); function
|
| /freebsd/contrib/llvm-project/libcxx/include/__vector/ |
| H A D | swap.h | 23 swap(vector<_Tp, _Allocator>& __x, vector<_Tp, _Allocator>& __y) _NOEXCEPT_(_NOEXCEPT_(__x.swap(__y… in swap() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Use.cpp | 14 void Use::swap(Use &RHS) { in swap() function in llvm::Use
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SetVector.h | 334 void swap(SetVector<T, Vector, Set, N> &RHS) { in swap() function 401 inline void swap(llvm::SetVector<T, V, S, N> &LHS, in swap() function 409 swap(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap() function
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest-assertion-result.cc | 52 void AssertionResult::swap(AssertionResult& other) { in swap() function in testing::AssertionResult
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | tan.c | 42 svfloat64_t swap = n; in special_case() local 120 svfloat64_t swap = n; in SV_NAME_D1() local
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Use.cpp | 24 void Use::swap(Use &OtherUse) { in swap() function in llvm::sandboxir::Use
|
| /freebsd/sbin/natd/ |
| H A D | icmp.c | 46 struct in_addr swap; in SendNeedFragIcmp() local
|
| /freebsd/contrib/arm-optimized-routines/networking/ |
| H A D | chksum.c | 35 bool swap = false; in __chksum() local
|
| /freebsd/contrib/gdtoa/ |
| H A D | strtoIg.c | 42 int i, nb, nw, nw1, rv, rv1, swap; local
|
| /freebsd/usr.bin/top/ |
| H A D | machine.h | 51 int *swap; member 74 bool swap; /* show swap usage */ member
|