Home
last modified time | relevance | path

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

/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c531 char *print_buf = NULL; in do_read() local
564 print_buf = xmalloc(print_bytes); in do_read()
587 memcpy(print_buf, buf, print_bytes); in do_read()
592 printf("%02x", print_buf[i - 1]); in do_read()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c894 gchar print_buf[PA_FORMAT_INFO_SNPRINT_MAX]; in gst_pulseringbuffer_acquire() local
1020 pa_format_info_snprint (print_buf, sizeof (print_buf), in gst_pulseringbuffer_acquire()
1022 GST_INFO_OBJECT (psink, "negotiated to: %s", print_buf); in gst_pulseringbuffer_acquire()