Searched refs:buft (Results 1 – 2 of 2) sorted by relevance
173 QEMUTimer *buft; member262 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 timer_del(st->buft); in hda_audio_setup()499 timer_del(st->buft); in hda_audio_setup()727 st->buft = timer_new_ns(QEMU_CLOCK_VIRTUAL, in hda_audio_init()731 st->buft = timer_new_ns(QEMU_CLOCK_VIRTUAL, in hda_audio_init()755 timer_free(st->buft); in hda_audio_exit()[all …]
2989 decNumber buft[D2N(3)]; in decNumberSquareRoot() local2990 decNumber *t=buft; /* up-to-3-digit constant or work */ in decNumberSquareRoot()5396 decNumber buft[D2N(DECBUFFER*2+9+1)]; in decExpOp() local5398 decNumber *t=buft; /* term */ in decExpOp()5553 if (needbytes>sizeof(buft)) { /* need malloc space */ in decExpOp()