Searched refs:SW (Results 1 - 20 of 20) sorted by relevance

/external/oprofile/module/ia64/
H A DIA64entry.h22 #define SW(f) (IA64_SWITCH_STACK_##f##_OFFSET) macro
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(F1
[all...]
/external/skia/gm/
H A Dstrokerects.cpp20 static const SkScalar SW = SkIntToScalar(W); member in namespace:skiagm
58 canvas->translate(SW * x, SH * y);
61 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
H A Dstrokes.cpp18 static const SkScalar SW = SkIntToScalar(W); variable
61 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
121 SW - SkIntToScalar(2),
128 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
/external/qemu/audio/
H A Daudio_template.h30 #define SW SWVoiceOut macro
35 #define SW SWVoiceIn macro
93 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw)
107 static int glue (audio_pcm_sw_alloc_resources_, TYPE) (SW *sw)
138 SW *sw,
176 static void glue (audio_pcm_sw_fini_, TYPE) (SW *sw)
185 static void glue (audio_pcm_hw_add_sw_, TYPE) (HW *hw, SW *sw)
190 static void glue (audio_pcm_hw_del_sw_, TYPE) (SW *sw)
342 static SW *glue (audio_pcm_create_voice_pair_, TYPE) (
347 SW *s
572 #undef SW macro
[all...]
/external/openfst/src/include/fst/
H A Darc-map.h770 typedef StringWeight<typename A::Label, S> SW; typedef in struct:fst::ToGallicMapper
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; typedef in struct:fst::FromGallicMapper
822 SW w1 = arc.weight.Value1();
868 typedef StringWeight<Label, S> SW; typedef in struct:fst::GallicToNewSymbolsMapper
894 SW w1 = arc.weight.Value1();
906 map_.insert(pair<const SW, Labe
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dmap.h686 typedef StringWeight<typename A::Label, S> SW; typedef in struct:fst::ToGallicMapper
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; typedef in struct:fst::FromGallicMapper
731 SW w1 = arc.weight.Value1();
762 typedef StringWeight<Label, S> SW; typedef in struct:fst::GallicToNewSymbolsMapper
785 SW w1 = arc.weight.Value1();
797 map_.insert(pair<const SW, Labe
[all...]
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.cc339 case SW:
H A Dassembler-mips.cc276 const Instr kPushRegPattern = SW | (kRegister_sp_Code << kRsShift)
285 const Instr kSwRegFpOffsetPattern = SW | (kRegister_fp_Code << kRsShift)
291 const Instr kSwRegFpNegOffsetPattern = SW | (kRegister_fp_Code << kRsShift)
622 return ((instr & kOpcodeMask) == SW);
1438 GenInstrImmediate(SW, rs.rm(), rd, rs.offset_);
1441 GenInstrImmediate(SW, at, rd, 0); // Equiv to sw(rd, MemOperand(at, 0));
H A Dconstants-mips.h294 SW = ((5 << 3) + 3) << kOpcodeShift,
H A Dsimulator-mips.cc2637 case SW:
2716 case SW:
/external/v8/src/mips/
H A Dconstants-mips.cc333 case SW:
H A Dassembler-mips.cc246 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)
628 return ((instr & kOpcodeMask) == SW);
1431 GenInstrImmediate(SW, rs.rm(), rd, rs.offset_);
1434 GenInstrImmediate(SW, at, rd, 0); // Equiv to sw(rd, MemOperand(at, 0));
H A Dconstants-mips.h291 SW = ((5 << 3) + 3) << kOpcodeShift,
H A Dsimulator-mips.cc2497 case SW:
2576 case SW:
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp753 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); local
754 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
846 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))
847 if (!isa<SwitchCase>(SW->getSubStmt()))
848 return SW->getSubStmt();
/external/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp77 if ((Opc == Mips::SW) || (Opc == Mips::SW_P8) || (Opc == Mips::SD) ||
189 Opc = IsN64 ? Mips::SW_P8 : Mips::SW;
H A DMipsLongBranch.cpp290 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::SW)).addReg(Mips::RA)
/external/qemu/android/
H A Dhw-events.h25 EV_TYPE(SW, 0x05) \
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp577 Syscall param ioctl(TCSET{S,SW,SF}) points to unaddressable byte(s)
/external/sonivox/jet_tools/JetCreator/
H A Dimg_splash.py471 K!;^\x14\xc8\x92o\xd7\xb2J\x17\xae`\x8e\xb7\xb2\xe8,SW,\xeb\xf3Q\x91\x1aI\

Completed in 456 milliseconds