Searched refs:ST (Results 26 - 50 of 155) sorted by relevance

1234567

/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/
H A DSSLeay.xs251 PerlIO* io = IoIFP(sv_2io(ST(3)));
287 char* buf = SvPV(ST(1), blen);
290 len = SvOK(ST(2)) ? SvIV(ST(2)) : blen;
292 offset = SvIV(ST(3));
327 SV* sv = ST(1);
331 offset = SvIV(ST(3));
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/
H A DSSLeay.xs269 PerlIO* io = IoIFP(sv_2io(ST(3)));
305 char* buf = SvPV(ST(1), blen);
308 len = SvOK(ST(2)) ? SvIV(ST(2)) : blen;
310 offset = SvIV(ST(3));
367 SV* sv = ST(1);
371 offset = SvIV(ST(3));
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DCwd.xs462 (items == 1 && (!SvOK(ST(0)) || (SvPOK(ST(0)) && !SvCUR(ST(0))))))
464 else if (items == 1 && SvPOK(ST(0)) && SvCUR(ST(0)) &&
465 isALPHA(SvPVX(ST(0))[0]))
466 drive = toUPPER(SvPVX(ST(0))[0]) - 'A' + 1;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam-critcl/
H A D3_peg_itself127 long int ST;
476 long int ST;
555 p->ST = 0;
594 p->ST = 0;
747 return p->ST;
938 p->ST = 1;
946 p->ST = 0;
955 p->ST = 1;
961 p->ST = 0;
966 p->ST
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_parse_peg_c.tcl127 long int ST;
476 long int ST;
555 p->ST = 0;
594 p->ST = 0;
747 return p->ST;
938 p->ST = 1;
946 p->ST = 0;
955 p->ST = 1;
961 p->ST = 0;
966 p->ST
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLLVMContextImpl.h107 KeyTy(const StructType* ST) : argument
108 ETypes(ArrayRef<Type*>(ST->element_begin(), ST->element_end())),
109 isPacked(ST->isPacked()) {}
132 static unsigned getHashValue(const StructType *ST) { argument
133 return getHashValue(KeyTy(ST));
H A DType.cpp428 StructType *ST; local
432 ST = new (Context.pImpl->TypeAllocator) StructType(Context);
433 ST->setSubclassData(SCDB_IsLiteral); // Literal struct.
434 ST->setBody(ETypes, isPacked);
435 Context.pImpl->AnonStructTypes[ST] = true;
437 ST = I->first;
440 return ST;
512 StructType *ST = new (Context.pImpl->TypeAllocator) StructType(Context); local
514 ST->setName(Name);
515 return ST;
537 StructType *ST = create(Context, Name); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMips16FrameLowering.cpp122 llvm::createMips16FrameLowering(const MipsSubtarget &ST) { argument
123 return new Mips16FrameLowering(ST);
H A DMipsSERegisterInfo.cpp42 MipsSERegisterInfo::MipsSERegisterInfo(const MipsSubtarget &ST, argument
44 : MipsRegisterInfo(ST), TII(I) {}
H A DMipsRegisterInfo.cpp45 MipsRegisterInfo::MipsRegisterInfo(const MipsSubtarget &ST) argument
46 : MipsGenRegisterInfo(Mips::RA), Subtarget(ST) {}
/macosx-10.9.5/architecture-265/i386/
H A Dfpu.h58 fp_data_reg_t ST[8]; member in struct:fp_stack
/macosx-10.9.5/cctools-845/include/architecture/i386/
H A Dfpu.h55 fp_data_reg_t ST[8]; member in struct:fp_stack
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DStackProtector.cpp124 const StructType *ST = dyn_cast<StructType>(Ty); local
125 if (!ST) return false;
127 for (StructType::element_iterator I = ST->element_begin(),
128 E = ST->element_end(); I != E; ++I)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcInstrInfo.h41 explicit SparcInstrInfo(SparcSubtarget &ST);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp84 SDNode *SelectBaseOffsetStore(StoreSDNode *ST, DebugLoc dl);
85 SDNode *SelectIndexedStore(StoreSDNode *ST, DebugLoc dl);
596 SDNode *HexagonDAGToDAGISel::SelectIndexedStore(StoreSDNode *ST, DebugLoc dl) { argument
597 SDValue Chain = ST->getChain();
598 SDValue Base = ST->getBasePtr();
599 SDValue Offset = ST->getOffset();
600 SDValue Value = ST->getValue();
604 EVT StoredVT = ST->getMemoryVT();
624 MemOp[0] = ST->getMemOperand();
627 ReplaceUses(ST, Resul
665 SelectBaseOffsetStore(StoreSDNode *ST, DebugLoc dl) argument
721 StoreSDNode *ST = cast<StoreSDNode>(N); local
[all...]
/macosx-10.9.5/CPANInternal-140/Authen-Krb5/
H A DKrb5.xs98 ST(0) = sv_2mortal(newSVpv((char *)error_message(e), 0));
101 ST(0) = sv_2mortal(newSVpv((char *)error_message(err), 0));
102 SvUPGRADE(ST(0), SVt_PVIV);
103 SvIVX(ST(0)) = err;
104 SvIOK_on(ST(0));
284 ST(0) = sv_2mortal(newSVpv(name, 0));
540 ST(0) = sv_newmortal();
541 sv_setref_pv(ST(0),"Authen::Krb5::Ticket",(void*)ticket);
552 ST(0) = sv_2mortal(newSVpv(p->realm.data,p->realm.length));
821 ST(
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp71 SDValue OptimizeFloatStore(StoreSDNode *ST);
297 static void ExpandUnalignedStore(StoreSDNode *ST, SelectionDAG &DAG, argument
300 assert(ST->getAddressingMode() == ISD::UNINDEXED &&
302 SDValue Chain = ST->getChain();
303 SDValue Ptr = ST->getBasePtr();
304 SDValue Val = ST->getValue();
306 int Alignment = ST->getAlignment();
307 DebugLoc dl = ST->getDebugLoc();
308 if (ST->getMemoryVT().isFloatingPoint() ||
309 ST
638 OptimizeFloatStore(StoreSDNode* ST) argument
696 StoreSDNode *ST = cast<StoreSDNode>(Node); local
[all...]
H A DLegalizeVectorOps.cpp143 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode()); local
144 EVT StVT = ST->getMemoryVT();
145 EVT ValVT = ST->getValue().getValueType();
146 if (StVT.isVector() && ST->isTruncatingStore())
393 StoreSDNode *ST = cast<StoreSDNode>(Op.getNode()); local
394 SDValue Chain = ST->getChain();
395 SDValue BasePTR = ST->getBasePtr();
396 SDValue Value = ST->getValue();
397 EVT StVT = ST->getMemoryVT();
399 unsigned Alignment = ST
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp62 SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT) argument
68 if (ST == -1)
71 StructMemberThreshold = ST;
191 SROA_DT(int T = -1, int ST = -1, int AT = -1, int SLT = -1) :
192 SROA(T, true, ID, ST, AT, SLT) {
208 SROA_SSAUp(int T = -1, int ST = -1, int AT = -1, int SLT = -1) :
209 SROA(T, false, ID, ST, AT, SLT) {
804 if (StructType *ST = dyn_cast<StructType>(ToType)) {
807 const StructLayout &Layout = *TD.getStructLayout(ST);
808 Value *Res = UndefValue::get(ST);
[all...]
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dconfig.c155 #define ST TidyString macro
217 { TidyDoctype, MU, "doctype", ST, 0, ParseDocType, doctypePicks },
219 { TidyAltText, MU, "alt-text", ST, 0, ParseString, NULL },
222 { TidySlideStyle, MS, "slide-style", ST, 0, ParseName, NULL },
224 { TidyErrFile, MS, "error-file", ST, 0, ParseString, NULL },
225 { TidyOutFile, MS, "output-file", ST, 0, ParseString, NULL },
271 { TidyEmacsFile, MS, "gnu-emacs-file", ST, 0, ParseString, NULL },
285 { TidyLanguage, CE, "language", ST, 0, ParseName, NULL },
292 { TidyCSSPrefix, MU, "css-prefix", ST, 0, ParseCSS1Selector, NULL },
293 { TidyInlineTags, MU, "new-inline-tags", ST,
[all...]
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A DKrb5.xs115 ST(0) = sv_2mortal(newSVpv((char *)error_message(e), 0));
118 ST(0) = sv_2mortal(newSVpv((char *)error_message(err), 0));
119 (void) SvUPGRADE(ST(0), SVt_PVIV);
120 SvIVX(ST(0)) = err;
121 SvIOK_on(ST(0));
642 ST(0) = sv_newmortal();
643 sv_setref_pv(ST(0),"Authen::Krb5::Ticket",(void*)ticket);
654 ST(0) = sv_2mortal(newSVpv(p->realm.data,p->realm.length));
933 ST(0) = sv_newmortal();
934 ST(
[all...]
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A DMagic.xs1439 VMG_SET_CB(ST(i++), data);
1441 cb = ST(i++);
1447 VMG_SET_SVT_CB(ST(i++), get);
1448 VMG_SET_SVT_CB(ST(i++), set);
1449 VMG_SET_SVT_CB(ST(i++), len);
1450 VMG_SET_SVT_CB(ST(i++), clear);
1451 VMG_SET_SVT_CB(ST(i++), free);
1453 VMG_SET_SVT_CB(ST(i++), copy);
1456 /* VMG_SET_SVT_CB(ST(i++), dup); */
1462 VMG_SET_SVT_CB(ST(
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp45 MBlazeRegisterInfo(const MBlazeSubtarget &ST, const TargetInstrInfo &tii) argument
46 : MBlazeGenRegisterInfo(MBlaze::R15), Subtarget(ST), TII(tii) {}
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/
H A DXS.xs274 SV* self = ST(0);
275 const I32 throw_nomethod = SvIVX(ST(1));
490 classname = ST(0);
491 if(items == 2) cache = (HV*)SvRV(ST(1));
548 classname = ST(0);
553 if(items == 2) cache = (HV*)SvRV(ST(1));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp504 StoreSDNode *ST = cast<StoreSDNode>(Op); local
505 assert(!ST->isTruncatingStore() && "Unexpected store type");
506 assert(ST->getMemoryVT() == MVT::i32 && "Unexpected store EVT");
507 if (allowsUnalignedMemoryAccesses(ST->getMemoryVT())) {
511 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext()));
513 if (ST->getAlignment() >= ABIAlignment) {
516 SDValue Chain = ST->getChain();
517 SDValue BasePtr = ST->getBasePtr();
518 SDValue Value = ST->getValue();
521 if (ST
1490 StoreSDNode *ST = cast<StoreSDNode>(N); local
[all...]

Completed in 299 milliseconds

1234567