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

  /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/v8/src/mips/
constants-mips.h 202 SW = ((5 << 3) + 3) << kOpcodeShift,

Completed in 3445 milliseconds