Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 25 of 116) sorted by relevance

12345

/freebsd/contrib/file/src/
H A Dreadelf.c76 getu16(int swap, uint16_t value) in getu16()
95 getu32(int swap, uint32_t value) in getu32()
116 getu64(int swap, uint64_t value) in getu64()
140 #define elf_getu16(swap, value) getu16(swap, value) argument
141 #define elf_getu32(swap, value) getu32(swap, value) argument
142 #define elf_getu64(swap, value) getu64(swap, value) argument
347 dophn_core(struct magic_set *ms, int clazz, int swap, int fd, off_t off, in dophn_core()
423 do_note_netbsd_version(struct magic_set *ms, int swap, void *v) in do_note_netbsd_version()
472 do_note_freebsd_version(struct magic_set *ms, int swap, void *v) in do_note_freebsd_version()
550 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz, in do_bid_note()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dswap.h40 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
/freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dreference.h78 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/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_token.h35 _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 Dstop_source.h67 …_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 Dintrusive_shared_ptr.h92 …_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/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h84 _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/tools/test/stress2/misc/
H A Dmlockall2.sh132 swap(); function
/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Dunique_lock.h100 _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/sys/compat/linuxkpi/common/include/linux/
H A Dsort.h36 #define sort(base, num, size, cmp, swap) do { \ argument
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp14 void Use::swap(Use &RHS) { in swap() function in llvm::Use
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h324 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(llv function
[all...]
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-assertion-result.cc52 void AssertionResult::swap(AssertionResult& other) { in swap() function in testing::AssertionResult
/freebsd/sbin/natd/
H A Dicmp.c46 struct in_addr swap; in SendNeedFragIcmp() local
/freebsd/contrib/arm-optimized-routines/networking/
H A Dchksum.c35 bool swap = false; in __chksum() local
/freebsd/contrib/gdtoa/
H A DstrtoIg.c42 int i, nb, nw, nw1, rv, rv1, swap; local
/freebsd/usr.bin/top/
H A Dmachine.h51 int *swap; member
74 bool swap; /* show swap usage */ member
/freebsd/contrib/arm-optimized-routines/networking/arm/
H A Dchksum_simd.c20 bool swap = (uintptr_t) ptr & 1; in __chksum_arm_simd() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h147 void swap(AdaptedConstIterator<C, E, A> &lhs, in swap() function
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_sincos_common.h68 uint64x2_t swap = vtstq_s64 (n, v_s64 (1)); in v_sincos_inline() local
H A Dv_sincosf_common.h66 uint32x4_t swap = vtstq_u32 (vreinterpretq_u32_s32 (n), v_u32 (1)); in v_sincosf_inline() local
H A Dsv_tan_3u5.c88 svfloat64_t swap = n; in SV_NAME_D1() local
/freebsd/contrib/arm-optimized-routines/networking/aarch64/
H A Dchksum_simd.c61 bool swap = (uintptr_t) ptr & 1; in __chksum_aarch64_simd() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c66 unsigned int swap; in crypto_scalarmult_curve25519_ref10() local
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h105 friend void swap(Profile &L, Profile &R) { in swap() function

12345