Searched refs:v_str (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | cli-command.c | 1933 char v_str[PA_CVOLUME_SNPRINT_VERBOSE_MAX]; in pa_cli_command_dump_volumes() local 1946 pa_cvolume_snprint_verbose(v_str, in pa_cli_command_dump_volumes() 1947 sizeof(v_str), in pa_cli_command_dump_volumes() 1953 pa_cvolume_snprint_verbose(v_str, in pa_cli_command_dump_volumes() 1954 sizeof(v_str), in pa_cli_command_dump_volumes() 1958 pa_strbuf_printf(buf, "soft = %s, ", pa_cvolume_snprint_verbose(v_str, sizeof(v_str), &s->soft_volume, map, true)); in pa_cli_command_dump_volumes() 1961 pa_cvolume_snprint_verbose(v_str, in pa_cli_command_dump_volumes() 1962 sizeof(v_str), in pa_cli_command_dump_volumes() 1971 pa_strbuf_printf(buf, "volume = %s, ", pa_cvolume_snprint_verbose(v_str, sizeo in pa_cli_command_dump_volumes() [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 1697 char v_str[64]; 1698 ImFormatString(v_str, IM_ARRAYSIZE(v_str), fmt_start, v); 1699 const char* p = v_str;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 2193 char v_str[64]; in RoundScalarWithFormatT() local 2194 ImFormatString(v_str, IM_ARRAYSIZE(v_str), fmt_start, v); in RoundScalarWithFormatT() 2195 const char* p = v_str; in RoundScalarWithFormatT()
|
Completed in 27 milliseconds