Searched refs:COPY (Results 126 - 150 of 173) sorted by relevance

1234567

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dconfigure.com392 $ COPY SYS$INPUT TIFF$DEF.OPT
538 $ COPY SYS$INPUT TIFF$DEF.OPT
709 $COPY SYS$INPUT [.LIBTIFF]DESCRIP.MMS
768 COPY TIFF$SHR.EXE SYS$SHARE
908 $COPY SYS$INPUT [.TOOLS]DESCRIP.MMS
1123 $COPY SYS$INPUT 'CURRENT'TIFFCONF.H
1224 $COPY SYS$INPUT 'CURRENT'TIF_CONFIG.H
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FastISel.cpp806 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
821 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
1213 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
1337 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
1782 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
1815 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
1947 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.c883 state->mode = COPY;
884 case COPY:
1499 (state->mode == COPY ? state->length :
H A Dgzlib.c328 if (state->mode == GZ_READ && state->how == COPY &&
/macosx-10.10/zlib-55/zlib/
H A Dinflate.c863 state->mode = COPY;
864 case COPY:
1478 (state->mode == COPY ? state->length :
H A Dgzlib.c307 if (state->mode == GZ_READ && state->how == COPY &&
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetInstrInfo.h775 return Opcode <= TargetOpcode::COPY;
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DPeepholeOptimizer.cpp213 // %reg1027 = COPY %reg1025:4
218 // the COPY here, it will give us the value after the <sext>, not the
279 TII->get(TargetOpcode::COPY), NewVR)
H A DTwoAddressInstructionPass.cpp1285 TII->get(TargetOpcode::COPY), RegA).addReg(RegB);
1447 // Rewrite INSERT_SUBREG as COPY now that we no longer need SSA form.
1450 // To %reg:subidx = COPY %subreg
1457 mi->setDesc(TII->get(TargetOpcode::COPY));
1611 TII->get(TargetOpcode::COPY))
1698 // Remember COPY sources. These might be candidate for coalescing.
1724 // might insert a COPY that uses SrcReg after is was killed.
1735 MI->getDebugLoc(), TII->get(TargetOpcode::COPY))
H A DStrongPHIElimination.cpp698 TII->get(TargetOpcode::COPY),
767 TII->get(TargetOpcode::COPY),
/macosx-10.10/vim-55/runtime/syntax/
H A Ddtml.vim43 syn keyword dtmlAttribute COPY count- createInObjectManager da_has_single_argument dav__allprop contained
119 syn keyword dtmlMethod choice chr cloneNode COPY cos cosh count createInObjectManager contained
H A Dclipper.vim27 syn keyword clipperStatement COPY FILE STRUCTURE STRU EXTE TO COUNT
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp648 dbgs() << "PHYS REG COPY\n";
777 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), Reg)
786 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase)
/macosx-10.10/ruby-106/ruby/
H A Dvsnprintf.c259 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n)) macro
294 COPY(w); /* copy MIN(fp->_w,len), */
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DMakefile.in185 COPY = cp
455 $(COPY) $$i "$(BIN_INSTALL_DIR)"; \
462 $(COPY) $$i "$(LIB_INSTALL_DIR)"; \
467 $(COPY) $(DDE_DLL_FILE) $(LIB_INSTALL_DIR)/dde1.2; \
468 $(COPY) $(ROOT_DIR)/library/dde/pkgIndex.tcl \
473 $(COPY) $(DDE_LIB_FILE) $(LIB_INSTALL_DIR)/dde1.2; \
477 $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg1.1; \
478 $(COPY) $(ROOT_DIR)/library/reg/pkgIndex.tcl \
483 $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg1.1; \
508 $(COPY) "
[all...]
/macosx-10.10/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm4469 open COPY, "| $ENV{RL_CLCOPY_CMD}" or warn("$mess: $!"), return;
4472 open COPY, "> $ENV{HOME}/.rl_cutandpaste" or warn("$mess: $!"), return;
4476 print COPY $in;
4477 close COPY or warn("$mess: closing $!");
/macosx-10.10/file_cmds-242/pax/
H A Dar_io.c156 case COPY:
158 * arfd not used in COPY mode
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp489 TII->get(TargetOpcode::COPY), CountReg).addReg(TripCount->getReg());
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp640 (unsigned) TargetOpcode::COPY;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_me.tcl201 @COPY@ $gcopyright] \
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile260 $(HEADERGEN) :COPY: FEATURE/$$(<:B:/$(ID)_//)
262 ast_namval.h :COPY: namval.h
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dmalloc.c1262 #define COPY(t,e,f) while ((*t = *f++) && t < e) t++ macro
1283 COPY(t, v, s);
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinflate.c819 state->mode = COPY;
820 case COPY:
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Demitter.c45 && (COPY(emitter->buffer,string), \
59 (COPY(emitter->buffer,string), \
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DMakefile.in186 COPY = cp
572 $(COPY) $$i "$(BIN_INSTALL_DIR)"; \
579 $(COPY) $$i "$(LIB_INSTALL_DIR)"; \
584 $(COPY) $(DDE_DLL_FILE) $(LIB_INSTALL_DIR)/dde1.3; \
585 $(COPY) $(ROOT_DIR)/library/dde/pkgIndex.tcl \
590 $(COPY) $(DDE_LIB_FILE) $(LIB_INSTALL_DIR)/dde1.3; \
594 $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg1.2; \
595 $(COPY) $(ROOT_DIR)/library/reg/pkgIndex.tcl \
600 $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg1.2; \
629 $(COPY) "
[all...]

Completed in 315 milliseconds

1234567