/external/stlport/test/unit/ |
locale_test.h | 12 # define STD std:: 14 # define STD 77 void _loc_has_facet( const STD locale& ); 78 void _num_put_get( const STD locale&, const ref_locale* ); 79 void _time_put_get( const STD locale& ); 80 void _ctype_facet( const STD locale& ); 81 void _ctype_facet_w( const STD locale& ); 82 void _locale_init_problem( const STD locale& ); 87 void _money_put_get( const STD locale&, const ref_monetary* ) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
locale_test.h | 12 # define STD std:: 14 # define STD 77 void _loc_has_facet( const STD locale& ); 78 void _num_put_get( const STD locale&, const ref_locale* ); 79 void _time_put_get( const STD locale& ); 80 void _ctype_facet( const STD locale& ); 81 void _ctype_facet_w( const STD locale& ); 82 void _locale_init_problem( const STD locale& ); 87 void _money_put_get( const STD locale&, const ref_monetary* ) [all...] |
/ndk/tests/device/test-stlport/unit/ |
locale_test.h | 12 # define STD std:: 14 # define STD 77 void _loc_has_facet( const STD locale& ); 78 void _num_put_get( const STD locale&, const ref_locale* ); 79 void _time_put_get( const STD locale& ); 80 void _ctype_facet( const STD locale& ); 81 void _ctype_facet_w( const STD locale& ); 82 void _locale_init_problem( const STD locale& ); 87 void _money_put_get( const STD locale&, const ref_monetary* ) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
pa-risc2W.s | 124 STD %r3,0(%sp) ; save r3 125 STD %r4,8(%sp) ; save r4 129 STD %r5,16(%sp) ; save r5 130 STD %r6,24(%sp) ; save r6 131 STD %r7,32(%sp) ; save r7 132 STD %r8,40(%sp) ; save r8 134 STD %r9,48(%sp) ; save r9 137 STD w,56(%sp) ; store w on stack 220 STD lt_0,0(r_ptr) ; rp[0] = lt[0] 226 STD lt_1,8(r_ptr) ; rp[1] = lt[1 [all...] |
pa-risc2.s | 132 STD %r3,0(%sp) ; save r3 133 STD %r4,8(%sp) ; save r4 137 STD %r5,16(%sp) ; save r5 139 STD %r6,24(%sp) ; save r6 140 STD %r7,32(%sp) ; save r7 142 STD %r8,40(%sp) ; save r8 143 STD %r9,48(%sp) ; save r9 228 STD lt_0,0(r_ptr) ; rp[0] = lt[0] 234 STD lt_1,8(r_ptr) ; rp[1] = lt[1] 275 STD lt_0,0(r_ptr) ; rp[0] = l [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2W.s | 124 STD %r3,0(%sp) ; save r3 125 STD %r4,8(%sp) ; save r4 129 STD %r5,16(%sp) ; save r5 130 STD %r6,24(%sp) ; save r6 131 STD %r7,32(%sp) ; save r7 132 STD %r8,40(%sp) ; save r8 134 STD %r9,48(%sp) ; save r9 137 STD w,56(%sp) ; store w on stack 220 STD lt_0,0(r_ptr) ; rp[0] = lt[0] 226 STD lt_1,8(r_ptr) ; rp[1] = lt[1 [all...] |
pa-risc2.s | 132 STD %r3,0(%sp) ; save r3 133 STD %r4,8(%sp) ; save r4 137 STD %r5,16(%sp) ; save r5 139 STD %r6,24(%sp) ; save r6 140 STD %r7,32(%sp) ; save r7 142 STD %r8,40(%sp) ; save r8 143 STD %r9,48(%sp) ; save r9 228 STD lt_0,0(r_ptr) ; rp[0] = lt[0] 234 STD lt_1,8(r_ptr) ; rp[1] = lt[1] 275 STD lt_0,0(r_ptr) ; rp[0] = l [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 283 while (std::next(I) != MBB.end()) 284 std::next(I)->eraseFromParent(); 792 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; [all...] |
SystemZFrameLowering.cpp | 124 const std::vector<CalleeSavedInfo> &CSI, 213 const std::vector<CalleeSavedInfo> &CSI, 319 const std::vector<CalleeSavedInfo> &CSI = MFFrame->getCalleeSavedInfo(); 375 for (auto I = std::next(MF.begin()), E = MF.end(); I != E; ++I) 385 (MBBI->getOpcode() == SystemZ::STD ||
|
SystemZISelLowering.cpp | 389 SystemZTargetLowering::getConstraintType(const std::string &Constraint) const { 485 static std::pair<unsigned, const TargetRegisterClass *> 486 parseRegisterNumber(const std::string &Constraint, 490 std::string Suffix(Constraint.data() + 2, Constraint.size() - 2); 493 return std::make_pair(Map[Index], RC); 495 return std::make_pair(0U, nullptr); 498 std::pair<unsigned, const TargetRegisterClass *> SystemZTargetLowering:: 499 getRegForInlineAsmConstraint(const std::string &Constraint, MVT VT) const { 507 return std::make_pair(0U, &SystemZ::GR64BitRegClass); 509 return std::make_pair(0U, &SystemZ::GR128BitRegClass) [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 696 case PPC::STD: 706 unsigned OpNum = (MI->getOpcode() == PPC::STD) ? 2 : 1; 709 llvm_unreachable("Global must be word-aligned for LD, STD, LWA!"); [all...] |
PPCRegisterInfo.cpp | 64 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX; 670 // This is true for instructions like "STD". 680 case PPC::STD: 784 // only "std" to a stack slot that is at least 4-byte aligned, but it can [all...] |
PPCISelDAGToDAG.cpp | 158 /// Suitable for use by STD and friends. 176 std::vector<SDValue> &OutOps) override { 440 std::swap(Op0, Op1); 441 std::swap(Op0Opc, Op1Opc); 442 std::swap(TargetMask, InsertMask); 448 std::swap(Op0, Op1); 449 std::swap(Op0Opc, Op1Opc); 450 std::swap(TargetMask, InsertMask); [all...] |
PPCFastISel.cpp | 590 Opc = PPC::STD; 640 case PPC::STD: Opc = PPC::STDX; break; 698 std::swap(TBB, FBB); [all...] |
PPCInstrInfo.cpp | 204 case PPC::STD: 790 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD)) [all...] |
PPCFrameLowering.cpp | 372 unsigned AlignMask = std::max(MaxAlign, TargetAlign) - 1; 404 maxCallFrameSize = std::max(maxCallFrameSize, minCallFrameSize); 557 const MCInstrDesc& StoreInst = TII.get(isPPC64 ? PPC::STD 616 // indexed into with a simple STDU/STWU/STD/STW immediate offset operand. 775 const std::vector<CalleeSavedInfo> &CSI = MFI->getCalleeSavedInfo(); [all...] |
PPCISelLowering.cpp | [all...] |
/external/e2fsprogs/debian/ |
rules | 83 stdbuilddir ?= ${debdir}/BUILD-STD 103 CFGSTDSTAMP ?= ${STAMPSDIR}/configure-std-stamp 106 BUILDSTDSTAMP ?= ${STAMPSDIR}/build-std-stamp 325 build: build-std $(BUILD_BF) $(BUILD_STATIC) 327 build-std: ${BUILDSTDSTAMP} 381 install: cleanup install-std 391 install-std: DH_OPTIONS= 392 install-std: build
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 662 #define STD CHOICE(std, std, std) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 662 #define STD CHOICE(std, std, std) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | [all...] |
chromeVoxChromePageScript.js | [all...] |