/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 | 560 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; 651 splitMove(MI, SystemZ::STD); 729 StoreOpcode = SystemZ::STD;
|
SystemZFrameLowering.cpp | 126 const std::vector<CalleeSavedInfo> &CSI, 215 const std::vector<CalleeSavedInfo> &CSI, 321 const std::vector<CalleeSavedInfo> &CSI = MFFrame->getCalleeSavedInfo(); 339 for (std::vector<CalleeSavedInfo>::const_iterator 388 for (std::vector<CalleeSavedInfo>::const_iterator 393 (MBBI->getOpcode() == SystemZ::STD ||
|
SystemZISelLowering.cpp | 313 SystemZTargetLowering::getConstraintType(const std::string &Constraint) const { 407 static std::pair<unsigned, const TargetRegisterClass *> 408 parseRegisterNumber(const std::string &Constraint, 412 std::string Suffix(Constraint.data() + 2, Constraint.size() - 2); 415 return std::make_pair(Map[Index], RC); 417 return std::make_pair(0u, static_cast<TargetRegisterClass*>(0)); 420 std::pair<unsigned, const TargetRegisterClass *> SystemZTargetLowering:: 421 getRegForInlineAsmConstraint(const std::string &Constraint, MVT VT) const { 429 return std::make_pair(0U, &SystemZ::GR64BitRegClass); 431 return std::make_pair(0U, &SystemZ::GR128BitRegClass) [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 292 #define STD XO62( 0) 893 tcg_out32 (s, (STD 899 tcg_out32 (s, STD | RS (0) | RA (1) | (frame_size + 16)); 942 tcg_out_ldsta (s, arg, arg1, arg2, STD, STDX); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCRegisterInfo.cpp | 64 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX; 527 // This is true for instructions like "STD". 536 case PPC::STD: 634 // only "std" to a stack slot that is at least 4-byte aligned, but it can
|
PPCFrameLowering.cpp | 211 unsigned AlignMask = std::max(MaxAlign, TargetAlign) - 1; 243 maxCallFrameSize = std::max(maxCallFrameSize, minCallFrameSize); 425 BuildMI(MBB, MBBI, dl, TII.get(PPC::STD)) 431 BuildMI(MBB, MBBI, dl, TII.get(PPC::STD)) 437 BuildMI(MBB, MBBI, dl, TII.get(PPC::STD)) 655 const std::vector<CalleeSavedInfo> &CSI = MFI->getCalleeSavedInfo(); [all...] |
PPCISelDAGToDAG.cpp | 150 /// Suitable for use by STD and friends. 168 std::vector<SDValue> &OutOps) { 426 std::swap(Op0, Op1); 427 std::swap(Op0Opc, Op1Opc); 428 std::swap(TargetMask, InsertMask); 434 std::swap(Op0, Op1); 435 std::swap(Op0Opc, Op1Opc); 436 std::swap(TargetMask, InsertMask); [all...] |
PPCAsmPrinter.cpp | 706 case PPC::STD: 715 unsigned OpNum = (MI->getOpcode() == PPC::STD) ? 2 : 1; 718 llvm_unreachable("Global must be word-aligned for LD, STD, LWA!"); [all...] |
PPCInstrInfo.cpp | 129 case PPC::STD: 576 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD)) [all...] |
PPCISelLowering.cpp | [all...] |
/external/e2fsprogs/debian/ |
rules | 80 stdbuilddir=${debdir}/BUILD-STD 101 CFGSTDSTAMP=${STAMPSDIR}/configure-std-stamp 104 BUILDSTDSTAMP=${STAMPSDIR}/build-std-stamp 253 build: build-std build-bf $(BUILD_STATIC) 255 build-std: ${BUILDSTDSTAMP} 303 install: cleanup install-std 313 install-std: DH_OPTIONS= 314 install-std: build
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_tabl.cpp | [all...] |
/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/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | [all...] |