Home
last modified time | relevance | path

Searched refs:buft (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/audio/
H A Dhda-codec.c173 QEMUTimer *buft; member
262 timer_mod_anticipate_ns(st->buft, now + HDA_TIMER_TICKS); in hda_audio_input_timer()
332 timer_mod_anticipate_ns(st->buft, now + HDA_TIMER_TICKS); in hda_audio_output_timer()
437 timer_mod_anticipate_ns(st->buft, now + HDA_TIMER_TICKS); in hda_audio_set_running()
439 timer_del(st->buft); in hda_audio_set_running()
490 st->buft = timer_new_ns(QEMU_CLOCK_VIRTUAL, in hda_audio_setup()
500 st->buft = timer_new_ns(QEMU_CLOCK_VIRTUAL, in hda_audio_setup()
754 timer_del(st->buft); in hda_audio_exit()
819 VMSTATE_TIMER_PTR(buft, HDAAudioStream),
/openbmc/qemu/libdecnumber/
H A DdecNumber.c2989 decNumber buft[D2N(3)]; in decNumberSquareRoot() local
2990 decNumber *t=buft; /* up-to-3-digit constant or work */ in decNumberSquareRoot()
5396 decNumber buft[D2N(DECBUFFER*2+9+1)]; in decExpOp() local
5398 decNumber *t=buft; /* term */ in decExpOp()
5553 if (needbytes>sizeof(buft)) { /* need malloc space */ in decExpOp()