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

  /external/oprofile/module/ia64/
IA64entry.h 22 #define SW(f) (IA64_SWITCH_STACK_##f##_OFFSET)
39 .savesp ar.unat, SW(CALLER_UNAT)+16+(off); \
40 .savesp ar.fpsr, SW(AR_FPSR)+16+(off); \
41 .spillsp f2, SW(F2)+16+(off); .spillsp f3, SW(F3)+16+(off); \
42 .spillsp f4, SW(F4)+16+(off); .spillsp f5, SW(F5)+16+(off); \
43 .spillsp f16, SW(F16)+16+(off); .spillsp f17, SW(F17)+16+(off); \
44 .spillsp f18, SW(F18)+16+(off); .spillsp f19, SW(F19)+16+(off);
    [all...]
  /external/skia/gm/
strokerects.cpp 20 static const SkScalar SW = SkIntToScalar(W);
58 canvas->translate(SW * x, SH * y);
61 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
strokes.cpp 18 static const SkScalar SW = SkIntToScalar(W);
61 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
121 SW - SkIntToScalar(2),
128 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
  /external/qemu/audio/
audio_template.h 30 #define SW SWVoiceOut
35 #define SW SWVoiceIn
93 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw)
95 if (sw->buf) {
96 qemu_free (sw->buf);
99 if (sw->rate) {
100 st_rate_stop (sw->rate);
103 sw->buf = NULL;
104 sw->rate = NULL
347 SW *sw; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
map.h 686 typedef StringWeight<typename A::Label, S> SW;
693 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
696 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
700 GW(SW::One(), arc.weight), arc.nextstate);
704 GW(SW(arc.olabel), arc.weight), arc.nextstate);
722 typedef StringWeight<Label, S> SW;
731 SW w1 = arc.weight.Value1();
762 typedef StringWeight<Label, S> SW;
785 SW w1 = arc.weight.Value1();
797 map_.insert(pair<const SW, Label>(w1, l))
    [all...]
  /external/openfst/src/include/fst/
arc-map.h 770 typedef StringWeight<typename A::Label, S> SW;
777 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
780 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
784 GW(SW::One(), arc.weight), arc.nextstate);
788 GW(SW(arc.olabel), arc.weight), arc.nextstate);
810 typedef StringWeight<Label, S> SW;
822 SW w1 = arc.weight.Value1();
868 typedef StringWeight<Label, S> SW;
894 SW w1 = arc.weight.Value1();
906 map_.insert(pair<const SW, Label>(w1, l))
    [all...]
  /external/v8/src/mips/
constants-mips.cc 333 case SW:
assembler-mips.cc 245 // sw(r, MemOperand(sp, 0))
246 const Instr kPushRegPattern = SW | (kRegister_sp_Code << kRsShift)
255 const Instr kSwRegFpOffsetPattern = SW | (kRegister_fp_Code << kRsShift)
261 const Instr kSwRegFpNegOffsetPattern = SW | (kRegister_fp_Code << kRsShift)
263 // A mask for the Rt register for push, pop, lw, sw instructions.
628 return ((instr & kOpcodeMask) == SW);
1429 void Assembler::sw(Register rd, const MemOperand& rs) { function in class:v8::Assembler
    [all...]
constants-mips.h 291 SW = ((5 << 3) + 3) << kOpcodeShift,
573 // sw(r, MemOperand(sp, 0))
581 // A mask for the Rt register for push, pop, lw, sw instructions.
simulator-mips.cc     [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 167 mMips->SW(R_s0, R_sp, 0);
168 mMips->SW(R_s1, R_sp, 4);
169 mMips->SW(R_s2, R_sp, 8);
170 mMips->SW(R_s3, R_sp, 12);
171 mMips->SW(R_s4, R_sp, 16);
843 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP
849 mMips->SW(Rd, Rn, 0);
852 mMips->SW(Rd, Rn, amode.value);
856 mMips->SW(Rd, Rn, 0);
862 mMips->SW(Rd, R_at, 0)
    [all...]
MIPSAssembler.h 335 void SW(int Rt, int Rbase, int16_t offset);
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 753 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel());
754 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
842 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))
843 if (!isa<SwitchCase>(SW->getSubStmt()))
844 return SW->getSubStmt();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 71 if ((Opc == Mips::SW) || (Opc == Mips::SW_P8) || (Opc == Mips::SD) ||
166 Opc = IsN64 ? Mips::SW_P8 : Mips::SW;
MipsLongBranch.cpp 269 // sw $ra, 0($sp)
285 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW)).addReg(Mips::RA)
  /external/llvm/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 53 MBlaze::SB, MBlaze::SH, MBlaze::SW, UNSUPPORTED, //34,35,36,37
403 case 0x0: return MBlaze::SW;
482 case MBlaze::SW: return decodeSW(insn);
  /external/qemu/android/
hw-events.h 25 EV_TYPE(SW, 0x05) \
  /external/sonivox/jet_tools/JetCreator/
img_splash.py     [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 577 Syscall param ioctl(TCSET{S,SW,SF}) points to unaddressable byte(s)
    [all...]

Completed in 2550 milliseconds