Lines Matching defs:value
1183 pa_log_debug(ngettext("snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu ms).\n"
1185 "snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
1249 pa_log_debug(ngettext("snd_pcm_delay() returned a value that is exceptionally large: %li byte (%s%lu ms).\n"
1251 "snd_pcm_delay() returned a value that is exceptionally large: %li bytes (%s%lu ms).\n"
1277 pa_log_debug(ngettext("snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu ms).\n"
1279 "snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
1339 pa_log_debug(ngettext("snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu byte (%lu ms).\n"
1341 "snd_pcm_mmap_begin() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
1872 snd_ctl_elem_value_t *value;
1882 snd_ctl_elem_value_alloca(&value);
1884 (err = snd_hctl_elem_read(elem, value)) < 0) {
1891 elddata = (unsigned char *) snd_ctl_elem_value_get_bytes(value);