| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | bn-c64xplus.asm | 53 MV ARG2,B0 58 || [B0] MV ARG0,A2 59 || [B0] MV ARG3,A3 71 || MV.S A17,A23 77 MV A19,RET ; return value 83 MV ARG2,B0 97 || MV.S A17,A21 103 MV A19,RET ; return value 109 MV ARG2,B0 113 [B0] MV ARG0,B2 [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_004_pos.ksh | 72 log_must $MV $VDEV1 $DEVICE_DIR/newdir1 73 log_must $MV $VDEV2 $DEVICE_DIR/newdir2 79 log_must $MV $VDEV0 $DEVICE_DIR/newdir2 80 log_must $MV $DEVICE_DIR/newdir1/* $DEVICE_DIR/newdir2 85 log_must $MV $DEVICE_DIR/newdir2/$VDEV0F $VDEV0 86 log_must $MV $DEVICE_DIR/newdir2/$VDEV1F $VDEV1 87 log_must $MV $DEVICE_DIR/newdir2/$VDEV2F $VDEV2
|
| H A D | zpool_import_005_pos.ksh | 79 log_must $MV $VDEV0 $DEVICE_DIR/vdev0-new 85 log_must $MV $VDEV1 $DEVICE_DIR/newdir1/vdev1-new 86 log_must $MV $VDEV2 $DEVICE_DIR/newdir2/vdev2-new 93 log_must $MV $DEVICE_DIR/vdev0-new $VDEV0 94 log_must $MV $DEVICE_DIR/newdir1/vdev1-new $VDEV1 95 log_must $MV $DEVICE_DIR/newdir2/vdev2-new $VDEV2
|
| /freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_mv_001_pos.ksh | 79 log_must $MV ${obj[i]} $dst_file 83 log_must $MV ${obj[i]} $TESTDIR1 90 log_fail "$MV fails to keep the acl for file." 108 log_must $MV ${obj[i]} $dst_dir 114 log_must $MV ${obj[i]} $TESTDIR1 127 log_fail "$MV fails to recursively keep the acl for " \ 136 log_assert "Verify that '$MV' supports ZFS ACLs." 185 log_pass "'$MV' succeeds to support ZFS ACLs."
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 172 MutableValue *MV = this; in write() local 174 !CastInst::isBitOrNoopPointerCastable(Ty, MV->getType(), DL)) { in write() 175 if (isa<Constant *>(MV->Val) && !MV->makeMutable()) in write() 178 MutableAggregate *Agg = cast<MutableAggregate *>(MV->Val); in write() 185 MV = &Agg->Elements[Index->getZExtValue()]; in write() 188 Type *MVType = MV->getType(); in write() 189 MV->clear(); in write() 191 MV->Val = ConstantExpr::getIntToPtr(V, MVType); in write() 193 MV->Val = ConstantExpr::getPtrToInt(V, MVType); in write() 195 MV->Val = ConstantExpr::getBitCast(V, MVType); in write() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetObjectFile.cpp | 44 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 49 unsigned FinalOff = Offset+MV.getConstant()+4; in getIndirectSymViaGOTPCRel() 66 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 68 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel()
|
| H A D | X86TargetObjectFile.h | 34 const MCValue &MV, int64_t Offset, 56 const MCValue &MV, int64_t Offset,
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/ |
| H A D | zfs_diff_001_pos.ksh | 56 log_must ${MV} ${TESTDIR}/dirs/rename ${TESTDIR}/dirs/rename.new 60 log_must ${MV} ${TESTDIR}/files/rename ${TESTDIR}/files/rename.new 62 log_must ${MV} ${TESTDIR}/files/srcdir/move ${TESTDIR}/files/dstdir/move
|
| /freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs/ |
| H A D | zfs_003_neg.ksh | 64 $MV $file ${file}.bak 69 $MV ${file}.bak $file
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 865 CurMatchRAII(MatchASTVisitor &MV, const MatchCallback *CB, in CurMatchRAII() 867 : MV(MV) { in CurMatchRAII() 868 MV.CurMatchState.SetCallbackAndRawNode(CB, NT); in CurMatchRAII() 871 ~CurMatchRAII() { MV.CurMatchState.reset(); } in ~CurMatchRAII() 874 MatchASTVisitor &MV; member 926 TraceReporter(const MatchASTVisitor &MV) : MV(MV) {} in TraceReporter() argument 928 const CurMatchData &State = MV.CurMatchState; in print() 935 assert(MV.ActiveASTContext && in print() 938 ASTContext &Ctx = MV.getASTContext(); in print() 963 const MatchASTVisitor &MV; member in clang::ast_matchers::internal::__anon17c865b50111::MatchASTVisitor::TraceReporter [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
| H A D | snapshot_017_pos.ksh | 177 log_must $MV file2 file99 179 log_must $MV file4 file99 181 log_must $MV file6 file99
|
| H A D | snapshot_016_pos.ksh | 82 log_must $MV $TESTDIR/$SNAPROOT/$TESTSNAP $TESTDIR/$SNAPROOT/snap_a 92 log_must $MV $TESTDIR/$SNAPROOT/$TESTSNAP $TESTDIR/$SNAPROOT/snap_a
|
| /freebsd/tests/sys/cddl/zfs/tests/hotspare/ |
| H A D | hotspare_remove_004_pos.ksh | 73 log_must $MV $dev $dev.bak 77 log_must $MV $dev.bak $dev
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetObjectFile.cpp | 60 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 62 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel() 101 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 103 assert((Offset+MV.getConstant() == 0) && in getIndirectSymViaGOTPCRel()
|
| H A D | AArch64TargetObjectFile.h | 25 const MCValue &MV, int64_t Offset, 62 const MCValue &MV, int64_t Offset,
|
| /freebsd/crypto/openssl/ |
| H A D | BSDmakefile | 18 MV?= /bin/mv 81 ${MV} ${BN_CONF_H} ${BN_CONF_H_ORIG} && \ 87 ${MV} ${CONFIGURATION_H} ${CONFIGURATION_H_ORIG} && \
|
| /freebsd/crypto/krb5/src/config/ |
| H A D | libobj.in | 12 $(CC) $(PICFLAGS) -DSHARED $(ALL_CFLAGS) -c $< -o $*.so.o && $(MV) $*.so.o $*.so 14 $(CC) $(PROFFLAGS) $(ALL_CFLAGS) -c $< -o $*.po.o && $(MV) $*.po.o $*.po
|
| /freebsd/contrib/libxo/tests/gettext/ |
| H A D | Makefile.am | 156 ${MV} po/$$lang/$$base.po \ 158 ${MV} po/$$lang/$$base.new.po \ 168 ${MV} po/$$lang/$$base.po \ 170 ${MV} po/$$lang/$$base.new.po \
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetObjectFile.cpp | 66 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 68 int64_t FinalOffset = Offset + MV.getConstant(); in getIndirectSymViaGOTPCRel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetObjectFile.cpp | 49 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 54 Res, MCConstantExpr::create(Offset + MV.getConstant(), Ctx), Ctx); in getIndirectSymViaGOTPCRel()
|
| /freebsd/tests/sys/cddl/zfs/tests/acl/trivial/ |
| H A D | zfs_acl_mv_001_pos.ksh | 73 log_must usr_exec $MV $INI_DIR/* $TST_DIR
|
| H A D | zfs_acl_compress_001_pos.ksh | 77 log_must usr_exec $MV $INI_DIR/* $TST_DIR
|
| H A D | zfs_acl_pack_001_pos.ksh | 77 log_must usr_exec $MV $INI_DIR/* $TST_DIR
|
| /freebsd/tests/sys/cddl/zfs/tests/zil/ |
| H A D | zil_001_pos.ksh | 69 log_must $MV $TESTDIR/0 $TESTDIR/1
|
| /freebsd/crypto/krb5/src/util/ss/ |
| H A D | Makefile.in | 100 $(MV) y.tab.c ct.tab.c 101 $(MV) y.tab.h ct.tab.h
|