Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/file/src/
H A Dreadelf.c76 getu16(int swap,uint16_t value) getu16() argument
95 getu32(int swap,uint32_t value) getu32() argument
116 getu64(int swap,uint64_t value) getu64() argument
140 elf_getu16(swap,value) global() argument
141 elf_getu32(swap,value) global() argument
142 elf_getu64(swap,value) global() argument
347 dophn_core(struct magic_set * ms,int clazz,int swap,int fd,off_t off,int num,size_t size,off_t fsize,int * flags,uint16_t * notecount) dophn_core() argument
423 do_note_netbsd_version(struct magic_set * ms,int swap,void * v) do_note_netbsd_version() argument
472 do_note_freebsd_version(struct magic_set * ms,int swap,void * v) do_note_freebsd_version() argument
550 do_bid_note(struct magic_set * ms,unsigned char * nbuf,uint32_t type,int swap,uint32_t namesz,uint32_t descsz,size_t noff,size_t doff,int * flags) do_bid_note() argument
595 do_os_note(struct magic_set * ms,unsigned char * nbuf,uint32_t type,int swap,uint32_t namesz,uint32_t descsz,size_t noff,size_t doff,int * flags) do_os_note() argument
694 do_pax_note(struct magic_set * ms,unsigned char * nbuf,uint32_t type,int swap,uint32_t namesz,uint32_t descsz,size_t noff,size_t doff,int * flags) do_pax_note() argument
734 do_core_note(struct magic_set * ms,unsigned char * nbuf,uint32_t type,int swap,uint32_t namesz,uint32_t descsz,size_t noff,size_t doff,int * flags,size_t size,int clazz) do_core_note() argument
945 get_offset_from_virtaddr(struct magic_set * ms,int swap,int clazz,int fd,off_t off,int num,off_t fsize,uint64_t virtaddr) get_offset_from_virtaddr() argument
980 get_string_on_virtaddr(struct magic_set * ms,int swap,int clazz,int fd,off_t ph_off,int ph_num,off_t fsize,uint64_t virtaddr,char * buf,ssize_t buflen) get_string_on_virtaddr() argument
1014 do_auxv_note(struct magic_set * ms,unsigned char * nbuf,uint32_t type,int swap,uint32_t namesz,uint32_t descsz,size_t noff,size_t doff,int * flags,size_t size,int clazz,int fd,off_t ph_off,int ph_num,off_t fsize) do_auxv_note() argument
1121 dodynamic(struct magic_set * ms,void * vbuf,size_t offset,size_t size,int clazz,int swap,int * pie,size_t * need) dodynamic() argument
1157 donote(struct magic_set * ms,void * vbuf,size_t offset,size_t size,int clazz,int swap,size_t align,int * flags,uint16_t * notecount,int fd,off_t ph_off,int ph_num,off_t fsize) donote() argument
1349 doshn(struct magic_set * ms,int clazz,int swap,int fd,off_t off,int num,size_t size,off_t fsize,int mach,int strtab,int * flags,uint16_t * notecount) doshn() argument
1655 dophn_exec(struct magic_set * ms,int clazz,int swap,int fd,off_t off,int num,size_t size,off_t fsize,int sh_num,int * flags,uint16_t * notecount) dophn_exec() argument
1824 int swap; file_tryelf() local
[all...]
/freebsd-src/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& __y) in swap() function
48 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) in swap() function
/freebsd-src/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_token.h36 _LIBCPP_HIDE_FROM_ABI void swap(stop_token& __other) noexcept { __state_.swap(__other.__state_); } swap() function
48 _LIBCPP_HIDE_FROM_ABI friend void swap(stop_token& __lhs, stop_token& __rhs) noexcept { __lhs.swap(__rhs); } swap() function
H A Dstop_source.h68 _LIBCPP_HIDE_FROM_ABI void swap(stop_source& __other) noexcept { __state_.swap(__other.__state_); } swap() function
82 _LIBCPP_HIDE_FROM_ABI friend void swap(stop_source& __lhs, stop_source& __rhs) noexcept { __lhs.swap(__rhs); } 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-src/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h85 std::swap(__stop_source_, __other.__stop_source_); in swap() function
108 _LIBCPP_HIDE_FROM_ABI friend void swap(jthread& __lhs, jthread& __rhs) noexcept { __lhs.swap(__rhs); } swap() function
/freebsd-src/tools/test/stress2/misc/
H A Dmlockall2.sh132 swap(); function
/freebsd-src/contrib/llvm-project/libcxx/include/__mutex/
H A Dunique_lock.h96 _LIBCPP_HIDE_FROM_ABI void swap(unique_lock& __u) _NOEXCEPT { swap() function
165 inline _LIBCPP_HIDE_FROM_ABI void swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) _NOEXCEPT { swap() function
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dsort.h36 #define sort(base, num, size, cmp, swap) do { \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp14 void Use::swap(Use &RHS) { in swap() function in llvm::Use
/freebsd-src/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(llvm::SmallSetVector<T, N> &LHS, llvm::SmallSetVector<T, N> &RHS) { in swap() function
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-assertion-result.cc52 void AssertionResult::swap(AssertionResult& other) { in swap() function in testing::AssertionResult
/freebsd-src/sbin/natd/
H A Dicmp.c46 struct in_addr swap; in SendNeedFragIcmp() local
/freebsd-src/contrib/arm-optimized-routines/networking/
H A Dchksum.c35 bool swap = false; in __chksum() local
/freebsd-src/contrib/gdtoa/
H A DstrtoIg.c42 int i, nb, nw, nw1, rv, rv1, swap; local
/freebsd-src/usr.bin/top/
H A Dmachine.h51 int *swap; member
74 bool swap; /* show swap usage */ member
/freebsd-src/contrib/arm-optimized-routines/networking/arm/
H A Dchksum_simd.c20 bool swap = (uintptr_t) ptr & 1; in __chksum_arm_simd() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h147 void swap(AdaptedConstIterator<C, E, A> &lhs, in swap() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_sincos_common.h
H A Dv_sincosf_common.h
H A Dsv_tan_3u5.c
H A Dsv_sincos_common.h
/freebsd-src/contrib/arm-optimized-routines/networking/aarch64/
H A Dchksum_simd.c61 bool swap = (uintptr_t) ptr & 1; in __chksum_aarch64_simd() local
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
H A Dx25519_ref10.c66 unsigned int swap; in crypto_scalarmult_curve25519_ref10() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h105 friend void swap(Profile &L, Profile &R) { in swap() function

12345