Home
last modified time | relevance | path

Searched refs:pp_buffer (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dpretty-print.h329 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
330 pp_string (PP, pp_buffer (PP)->digit_buffer); \
339 print_dec (W, pp_buffer (PP)->digit_buffer, SGN); \
340 pp_string (PP, pp_buffer (PP)->digit_buffer); \
351 #define pp_buffer(PP) (PP)->buffer macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dpretty-print.h329 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
330 pp_string (PP, pp_buffer (PP)->digit_buffer); \
339 print_dec (W, pp_buffer (PP)->digit_buffer, SGN); \
340 pp_string (PP, pp_buffer (PP)->digit_buffer); \
351 #define pp_buffer(PP) (PP)->buffer macro
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpifunc.c743 u16 hpi_outstream_host_buffer_get_info(u32 h_outstream, u8 **pp_buffer, in hpi_outstream_host_buffer_get_info() argument
756 if (pp_buffer) in hpi_outstream_host_buffer_get_info()
757 *pp_buffer = hr.u.d.u.hostbuffer_info.p_buffer; in hpi_outstream_host_buffer_get_info()
1097 u16 hpi_instream_host_buffer_get_info(u32 h_instream, u8 **pp_buffer, in hpi_instream_host_buffer_get_info() argument
1110 if (pp_buffer) in hpi_instream_host_buffer_get_info()
1111 *pp_buffer = hr.u.d.u.hostbuffer_info.p_buffer; in hpi_instream_host_buffer_get_info()
H A Dhpi_internal.h1400 u16 hpi_outstream_host_buffer_get_info(u32 h_outstream, u8 **pp_buffer,
1403 u16 hpi_instream_host_buffer_get_info(u32 h_instream, u8 **pp_buffer,