Searched refs:PC (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dtcap.h38 /* On Solaris2, sys/types.h #includes sys/reg.h, which #defines PC.
39 Unfortunately, PC is a global variable used by the termcap library. */
40 #ifdef PC
41 # undef PC macro
44 extern char PC;
/macosx-10.10/bash-94.1.2/bash-3.2/lib/termcap/
H A Dtermcap.h29 extern char PC;
48 extern char PC;
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Drun_client.sh95 PC=false
105 PC=true
124 if [ $PC != "true" ]
/macosx-10.10/llvmCore-3425.0.34/include/llvm-c/
H A DDisassembler.h39 * is at the PC parameter. For some instruction sets, there can be more than
50 typedef int (*LLVMOpInfoCallback)(void *DisInfo, uint64_t PC,
64 * including any PC adjustment, is passed in to the call back in the Value
100 * disassembler for things like adding a comment for a PC plus a constant
105 * instruction is passed indirectly as is the PC of the instruction in
123 /* The input reference is from a PC relative load instruction. */
157 * instruction is at the address specified by the PC parameter. If a valid
164 uint64_t BytesSize, uint64_t PC,
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm75 addp advance * 4, PC
76 jmp [PC]
81 addp pcOffset, PC
82 jmp [PC]
91 loadi ArgumentCount + TagOffset[cfr], PC
92 loadi 4[PC], t2
154 cCall2(slowPath, cfr, PC)
155 move t0, PC
406 cCall4(_llint_trace_operand, cfr, PC, fromWhere, operand)
407 move t0, PC
[all...]
H A DLowLevelInterpreter.asm98 # - Use a pair of registers to represent the PC: one register for the
100 # - The PC base (or PB for short) should be stored in the csr. It will
103 # - C calls are still given the Instruction* rather than the PC index.
105 const PC = t5
111 loadis offset * 8[PB, PC, 8], dest
115 loadp offset * 8[PB, PC, 8], dest
119 storep value, offset * 8[PB, PC, 8]
123 const PC = t5
125 loadis offset * 4[PC], dest
129 loadp offset * 4[PC], des
[all...]
H A DLowLevelInterpreter64.asm27 jmp [PB, PC, 8]
31 addp advance, PC
36 addi advance, PC
41 dispatchInt(offset * 8[PB, PC, 8])
45 loadi ArgumentCount + TagOffset[cfr], PC
366 leap [PB, PC, 8], PC
371 move t0, PC
373 subp PB, PC
374 rshiftp 3, PC
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dterminfo.c29 char *UP, *BC, PC; variable
/macosx-10.10/ncurses-44/ncurses/include/
H A Dtermcap.h57 extern NCURSES_EXPORT_VAR(char) PC;
H A Dtermcap.h.in57 extern NCURSES_EXPORT_VAR(char) PC;
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/eg/
H A Dbench11 # "JSON::PC" => ['$pc->convert ($perl)' , '$pc->parse ($json)'],
21 use JSON::PC;
33 my $pc = new JSON::PC;
/macosx-10.10/groff-38/groff/arch/djgpp/
H A Dconfig.bat45 set HOSTNAME=Unknown PC
46 if not "%HOSTNAME%" == "Unknown PC" goto SmallEnv
48 set HOSTNAME=%USER%'s PC
49 if not "%HOSTNAME%" == "%USER%'s PC" goto SmallEnv
52 set HOSTNAME=%USERNAME%'s PC
53 if not "%HOSTNAME%" == "%USERNAME%'s PC" goto SmallEnv
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCAsmInfo.cpp138 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, Context); local
139 return MCBinaryExpr::CreateSub(Res, PC, Context);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dxml.xotcl16 my set PC [xml::parser [my autoname [namespace tail [self]]]]
27 XMLParser instproc cget option {[my set PC] cget $option}
28 XMLParser instproc config args {eval "[my set PC] configure $args"}
29 XMLParser instproc parse data {[my set PC] parse $data}
30 XMLParser instproc reset {} {[my set PC] reset; [self]::T reset}
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.tab11 # call: CS=confstr PC=pathconf SC=sysconf SI=sysinfo QQ=query XX=none
47 ALLOC_SIZE_MIN POSIX PC 1 LUVW
51 ASYNC_IO POSIX PC 1 FUW
90 CHOWN_RESTRICTED POSIX PC 1 FUW
111 FILESIZEBITS POSIX PC 1 LMU (8*sizeof(off_t)) 32
197 LINK_MAX POSIX PC 1 LMU MAXLINK SHRT_MAX 8
219 MAX_CANON POSIX PC 1 LMU CANBSIZ 255
220 MAX_INPUT POSIX PC 1 LMU MAX_CANON 255
234 NAME_MAX POSIX PC 1 LMU 14 cc{
306 NO_TRUNC POSIX PC
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DDisassembler.cpp137 // the PC parameter. If a valid instruction can be disassembled its string is
145 uint64_t BytesSize, uint64_t PC, char *OutString,
148 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject.
149 DisasmMemoryObject MemoryObject(Bytes, BytesSize, PC);
156 S = DisAsm->getInstruction(Inst, Size, MemoryObject, PC,
144 LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, uint64_t BytesSize, uint64_t PC, char *OutString, size_t OutStringSize) argument
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86TargetMachine.cpp149 X86PassConfig *PC = new X86PassConfig(this, PM); local
152 PC->enablePass(&EarlyIfConverterID);
154 return PC;
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_cur_term.c77 PC = (char) ((pad_char != NULL) ? pad_char[0] : 0);
H A Dlib_termcap.c137 PC = 0;
150 PC = pad_char[0];
H A Dlib_tputs.c51 NCURSES_EXPORT_VAR(char) PC = 0; /* used by termcap library */
87 my_outch(PC);
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dprintf.c56 #define PC(c) \ macro
251 PC (nextch);
258 PC (*fmt);
267 PC ('%');
621 PC (' ');
625 PC (string[i]);
629 PC (' ');
/macosx-10.10/libiconv-42/libiconv/tools/
H A DMakefile210 cp850.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP850.TXT 8bit_tab_to_h
213 cp862.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP862.TXT 8bit_tab_to_h
216 cp866.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP866.TXT 8bit_tab_to_h
446 cp437.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP437.TXT 8bit_tab_to_h
449 cp737.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP737.TXT 8bit_tab_to_h
452 cp775.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP775.TXT 8bit_tab_to_h
455 cp852.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP852.TXT 8bit_tab_to_h
461 cp855.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP855.TXT 8bit_tab_to_h
464 cp857.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP857.TXT 8bit_tab_to_h
470 cp860.h : $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/PC/CP86
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dgenzone.sh100 hinfo01 HINFO "Generic PC clone" "NetBSD-1.4"
101 hinfo02 HINFO PC NetBSD
/macosx-10.10/procmail-14/procmail/src/
H A Dregexp.c421 #define PC(thiss,t) (((struct evoi*)geno(thiss,t))->st_) macro
431 while(thiss= *(reg= &PC(oldthis=thiss,th1))) /* wipe out list till you */
466 for(;;thiss=PC(reg=thiss,th1),PC(reg,th1)=0,reg=reg->next) /* pc-stack */
501 yep: if(!PC(reg,ot1)) /* state not yet pushed */
502 PC(reg,ot1)=other,PCp(other=reg,ot1)=pend;
520 thiss=PC(reg=thiss,th1),PC(reg,th1)=0,start=PCp(reg,th1),
568 Yep: if(!PC(reg,ot1)) /* state not yet pushed */
569 { PC(re
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DIRBuilder.h857 if (Constant *PC = dyn_cast<Constant>(Ptr)) {
864 return Insert(Folder.CreateGetElementPtr(PC, IdxList), Name);
870 if (Constant *PC = dyn_cast<Constant>(Ptr)) {
877 return Insert(Folder.CreateInBoundsGetElementPtr(PC, IdxList), Name);
882 if (Constant *PC = dyn_cast<Constant>(Ptr))
884 return Insert(Folder.CreateGetElementPtr(PC, IC), Name);
888 if (Constant *PC = dyn_cast<Constant>(Ptr))
890 return Insert(Folder.CreateInBoundsGetElementPtr(PC, IC), Name);
896 if (Constant *PC = dyn_cast<Constant>(Ptr))
897 return Insert(Folder.CreateGetElementPtr(PC, Id
[all...]

Completed in 626 milliseconds

12345