Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dmove.h30 move(_LIBCPP_LIFETIMEBOUND _Tp&& __t) _NOEXCEPT { in move() function
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem_cache.h48 #define kmem_cache_set_move(skc, move) spl_kmem_cache_set_move(skc, move) argument
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmove.h116 move(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { in move() function
H A Dpstl.h427 move(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _ForwardOutIte… in move() function
/freebsd/sys/dev/sound/midi/
H A Dmidiq.h79 #define MIDIQ_DEQ_I(head, buf, size, move, update) do { … argument
/freebsd/contrib/sendmail/contrib/
H A Dqtool.pl888 sub move subroutine
/freebsd/contrib/llvm-project/libcxx/src/
H A Dios.cpp309 void ios_base::move(ios_base& rhs) { in move() function in ios_base
/freebsd/sys/x86/iommu/
H A Damd_ctx.c477 dte_entry_init(struct amdiommu_ctx *ctx, bool move, uint8_t dte, uint32_t edte) in dte_entry_init()
H A Dintel_ctx.c151 ctx_id_entry_init(struct dmar_ctx *ctx, dmar_ctx_entry_t *ctxp, bool move, in ctx_id_entry_init()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat6.c729 int move; in ipf_nat6_newrdr() local
940 int move; in ipf_nat6_add() local
H A Dip_nat.c2825 int move; in ipf_nat_newrdr() local
3035 int move; in ipf_nat_add() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h675 void move(uint64_t Delta) { in move() function
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h395 int (*move) (struct ttm_buffer_object *bo, member
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h194 cc_int32 (*move)(cc_ccache_t, cc_ccache_t); member
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h207 #define kmem_cache_set_move(skc, move) spl_kmem_cache_set_move(skc, move) argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp234 namespace move { namespace
/freebsd/tools/sched/
H A Dschedgraph.py674 def move(self, canvas, x, y): member in Event
862 def move(self, canvas, xpos, ypos): member in EventSource
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistz256.c178 const BN_ULONG src[P256_LIMBS], BN_ULONG move) in copy_conditional()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1776 Error IRMover::move(std::unique_ptr<Module> Src, in move() function in IRMover
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_impl.h
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1916 move: NULL, property
/freebsd/contrib/unbound/sldns/
H A Dstr2wire.c33 #define RET_ERR_SHIFT(e, move) RET_ERR(LDNS_WIREPARSE_ERROR(e), LDNS_WIREPARSE_OFFSET(e)+(move)); argument
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1315 #define move(y,x) wmove(stdscr,(y),(x)) macro
/freebsd/stand/ficl/
H A Dwords.c3932 static void move(FICL_VM *pVM) in move() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1382 EditType move = best_move[l_i][r_i]; in CalculateOptimalEdits() local