Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Des1370.c388 uint32_t old_freq, new_freq, old_fmt, new_fmt; in es1370_update_voices() local
395 old_fmt = (s->sctl & b->sctl_fmt) >> b->sctl_sh_fmt; in es1370_update_voices()
399 if ((old_fmt != new_fmt) || (old_freq != new_freq)) { in es1370_update_voices()
/openbmc/linux/lib/
H A Dvsprintf.c2774 const char *old_fmt = fmt; in vsnprintf() local
2785 memcpy(str, old_fmt, copy); in vsnprintf()
3251 const char *old_fmt = fmt; in bstr_printf() local
3262 memcpy(str, old_fmt, copy); in bstr_printf()