Searched defs:bc_file_write (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bc/include/ |
H A D | file.h | 112 #define bc_file_write(f, t, b, n) bc_file_write_impl(f, t, b, n) macro 123 #define bc_file_write(f, t, b, n) bc_file_write_impl(f, b, n) macro
|
/aosp_15_r20/external/bc/src/ |
H A D | file.c | 218 bc_file_write(BcFile* restrict f, BcFlushType type, const char* buf, size_t n) in bc_file_write() function
|