| /freebsd-13-stable/contrib/file/src/ |
| HD | readelf.c | 79 getu16(int swap, uint16_t value) in getu16() 98 getu32(int swap, uint32_t value) in getu32() 119 getu64(int swap, uint64_t value) in getu64() 143 #define elf_getu16(swap, value) getu16(swap, value) argument 144 #define elf_getu32(swap, value) getu32(swap, value) argument 145 #define elf_getu64(swap, value) getu64(swap, value) argument 351 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core() 427 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) in do_note_netbsd_version() 476 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) in do_note_freebsd_version() 554 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, in do_bid_note() [all …]
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/experimental/__simd/ |
| HD | reference.h | 78 swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexce… in swap() function 85 _LIBCPP_HIDE_FROM_ABI void swap(_Vp& __a, __simd_reference<_Tp, _Storage, _Vp>&& __b) noexcept { in swap() function 92 _LIBCPP_HIDE_FROM_ABI void swap(__simd_reference<_Tp, _Storage, _Vp>&& __a, _Vp& __b) noexcept { in swap() function
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__utility/ |
| HD | swap.h | 40 inline _LIBCPP_HIDE_FROM_ABI __swap_result_t<_Tp> _LIBCPP_CONSTEXPR_SINCE_CXX20 swap(_Tp& __x, _Tp&… in swap() function 48 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void swap(_Tp (&__a)[_Np], _Tp (&__b)[_N… in swap() function
|
| HD | pair.h | 452 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void swap(pair& __p) in swap() function 460 _LIBCPP_HIDE_FROM_ABI constexpr void swap(const pair& __p) const in swap() function
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__stop_token/ |
| HD | 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
|
| HD | 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
|
| HD | intrusive_shared_ptr.h | 92 …_LIBCPP_HIDE_FROM_ABI void swap(__intrusive_shared_ptr& __other) { std::swap(__raw_ptr_, __other._… in swap() function 94 …_LIBCPP_HIDE_FROM_ABI friend void swap(__intrusive_shared_ptr& __lhs, __intrusive_shared_ptr& __rh… in swap() function
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__thread/ |
| HD | jthread.h | 84 _LIBCPP_HIDE_FROM_ABI void swap(jthread& __other) noexcept { in swap() function 107 …_LIBCPP_HIDE_FROM_ABI friend void swap(jthread& __lhs, jthread& __rhs) noexcept { __lhs.swap(__rhs… in swap() function
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__mutex/ |
| HD | 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-13-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | sort.h | 36 #define sort(base, num, size, cmp, swap) do { \ argument
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | SetVector.h | 324 void swap(SetVector<T, Vector, Set, N> &RHS) { in swap() function 387 inline void swap(llvm::SetVector<T, V, S, N> &LHS, in swap() function 395 swap(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap() function
|
| HD | SmallPtrSet.h | 540 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { in swap() function 551 inline void swap(llvm::SmallPtrSet<T, N> &LHS, llvm::SmallPtrSet<T, N> &RHS) { in swap() function
|
| HD | Any.h | 95 Any &swap(Any &Other) { in swap() function
|
| HD | IntrusiveRefCntPtr.h | 208 void swap(IntrusiveRefCntPtr &other) { in swap() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | Use.cpp | 14 void Use::swap(Use &RHS) { in swap() function in llvm::Use
|
| /freebsd-13-stable/contrib/googletest/googletest/src/ |
| HD | gtest-assertion-result.cc | 52 void AssertionResult::swap(AssertionResult& other) { in swap() function in testing::AssertionResult
|
| /freebsd-13-stable/sbin/natd/ |
| HD | icmp.c | 46 struct in_addr swap; in SendNeedFragIcmp() local
|
| /freebsd-13-stable/contrib/gdtoa/ |
| HD | strtoIg.c | 42 int i, nb, nw, nw1, rv, rv1, swap; local
|
| /freebsd-13-stable/usr.bin/top/ |
| HD | machine.h | 51 int *swap; member 74 bool swap; /* show swap usage */ member
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| HD | Iterable.h | 147 void swap(AdaptedConstIterator<C, E, A> &lhs, in swap() function
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/ |
| HD | x25519_ref10.c | 66 unsigned int swap; in crypto_scalarmult_curve25519_ref10() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/ |
| HD | Profile.h | 105 friend void swap(Profile &L, Profile &R) { in swap() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | SmallPtrSet.cpp | 213 void SmallPtrSetImplBase::swap(SmallPtrSetImplBase &RHS) { in swap() function in SmallPtrSetImplBase
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | PartialDiagnostic.h | 135 void swap(PartialDiagnostic &PD) { in swap() function
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | thread.h | 110 void swap(llvm::thread &Other) noexcept { std::swap(Thread, Other.Thread); } in swap() function
|