HomeSort by relevance Sort by last modified time
    Searched refs:STD (Results 1 - 14 of 14) sorted by null

  /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/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/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 184 adt1=form.STD;
203 if(!vnull(form.STD)){ return false; }
207 form.STD.focus();
217 form.STD.focus();
227 form.STD.focus();
245 form.STD.focus();
250 form.STD.focus();
500 adt1=form.STD;
519 if(!vnull(form.STD)) return false;
523 form.STD.focus()
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 57 ImmToIdxMap[PPC::LD] = PPC::LDX; ImmToIdxMap[PPC::STD] = PPC::STDX;
434 // is true for instructions like "STD", which the machine implicitly adds two
440 case PPC::STD:
484 // only "std" to a stack slot that is at least 4-byte aligned, but it can
PPCInstrInfo.cpp 117 case PPC::STD:
463 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
472 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STD))
PPCFrameLowering.cpp 250 maxCallFrameSize = std::max(maxCallFrameSize, minCallFrameSize);
364 BuildMI(MBB, MBBI, dl, TII.get(PPC::STD))
370 BuildMI(MBB, MBBI, dl, TII.get(PPC::STD))
472 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
535 const std::vector<CalleeSavedInfo> &CSI = MFI->getCalleeSavedInfo();
851 const std::vector<CalleeSavedInfo> &CSI = FFI->getCalleeSavedInfo();
    [all...]
PPCISelDAGToDAG.cpp 162 /// for use by STD and friends.
174 std::vector<SDValue> &OutOps) {
429 std::swap(Op0, Op1);
430 std::swap(Op0Opc, Op1Opc);
431 std::swap(TargetMask, InsertMask);
437 std::swap(Op0, Op1);
438 std::swap(Op0Opc, Op1Opc);
439 std::swap(TargetMask, InsertMask);
    [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/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/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 685 milliseconds