/freebsd-src/contrib/llvm-project/libcxx/include/__utility/ |
H A D | move.h | 30 move(_LIBCPP_LIFETIMEBOUND _Tp&& __t) _NOEXCEPT { in move() function
|
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | kmem_cache.h | 48 #define kmem_cache_set_move(skc, move) spl_kmem_cache_set_move(skc, move) argument
|
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | pstl_move.h |
|
H A D | move.h | 118 move(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { move() function [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__string/ |
H A D | char_traits.h | 127 move(char_type* __s1, const char_type* __s2, size_t __n) { move() function
|
/freebsd-src/sys/dev/sound/midi/ |
H A D | midiq.h | 79 #define MIDIQ_DEQ_I(head, buf, size, move, update) do { … argument
|
/freebsd-src/contrib/sendmail/contrib/ |
H A D | qtool.pl | 888 sub move subroutine
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | ios.cpp | 305 void ios_base::move(ios_base& rhs) { move() function in ios_base
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 623 void move(uint64_t Delta) { move() function
|
/freebsd-src/sys/netpfil/ipfilter/netinet/ |
H A D | ip_nat6.c | 729 int move; in ipf_nat6_newrdr() local 940 int move; in ipf_nat6_add() local
|
H A D | ip_nat.c | 2825 int move; in ipf_nat_newrdr() local 3035 int move; in ipf_nat_add() local [all...] |
/freebsd-src/sys/x86/iommu/ |
H A D | intel_ctx.c | 168 ctx_id_entry_init(struct dmar_ctx * ctx,dmar_ctx_entry_t * ctxp,bool move,int busno) ctx_id_entry_init() argument
|
/freebsd-src/sys/dev/drm2/ttm/ |
H A D | ttm_bo_driver.h | 395 int (*move) (struct ttm_buffer_object *bo, member
|
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | krb5_ccapi.h | 194 cc_int32 (*move)(cc_ccache_t, cc_ccache_t); member
|
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | kmem_cache.h | 197 kmem_cache_set_move(skc,move) global() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MoveChecker.cpp | 234 namespace move { namespace
|
/freebsd-src/tools/sched/ |
H A D | schedgraph.py | 674 def move(self, canvas, x, y): member in Event 862 def move(self, canvas, xpos, ypos): member in EventSource
|
/freebsd-src/crypto/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 178 const BN_ULONG src[P256_LIMBS], BN_ULONG move) in copy_conditional()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1774 Error IRMover::move(std::unique_ptr<Module> Src, move() function in IRMover [all...] |
/freebsd-src/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 1916 move: NULL, property
|
/freebsd-src/contrib/unbound/sldns/ |
H A D | str2wire.c | 33 #define RET_ERR_SHIFT(e, move) RET_ERR(LDNS_WIREPARSE_ERROR(e), LDNS_WIREPARSE_OFFSET(e)+(move)); argument
|
/freebsd-src/contrib/ncurses/include/ |
H A D | curses.h.in | 1315 #define move(y,x) wmove(stdscr,(y),(x)) macro
|
/freebsd-src/stand/ficl/ |
H A D | words.c | 3932 static void move(FICL_VM *pVM) in move() function
|
/freebsd-src/contrib/googletest/googletest/src/ |
H A D | gtest.cc | 1356 EditType move = best_move[l_i][r_i]; CalculateOptimalEdits() local [all...] |