Searched defs:SW (Results 1 - 7 of 7) 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/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/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.cpp20 static const SkScalar SW = SkIntToScalar(W); member in namespace:skiagm
63 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
123 SW - SkIntToScalar(2),
130 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
/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/openfst/src/include/fst/
H A Darc-map.h772 typedef StringWeight<typename A::Label, S> SW; typedef in struct:fst::ToGallicMapper
779 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId);
782 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId);
786 GW(SW::One(), arc.weight), arc.nextstate);
790 GW(SW(arc.olabel), arc.weight), arc.nextstate);
812 typedef StringWeight<Label, S> SW; typedef in struct:fst::FromGallicMapper
824 SW w1 = arc.weight.Value1();
870 typedef StringWeight<Label, S> SW; typedef in struct:fst::GallicToNewSymbolsMapper
896 SW w1 = arc.weight.Value1();
908 map_.insert(pair<const SW, Labe
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp719 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); local
720 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
803 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))
804 if (!isa<SwitchCase>(SW->getSubStmt()))
805 return SW->getSubStmt();

Completed in 370 milliseconds