Home
last modified time | relevance | path

Searched defs:bc_file_flush (Results 1 – 2 of 2) sorted by relevance

/external/bc/include/
Dfile.h105 #define bc_file_flush(f, t) bc_file_flush_impl(f, t) macro
116 #define bc_file_flush(f, t) bc_file_flush_impl(f) macro
/external/bc/src/
Dfile.c184 bc_file_flush(BcFile* restrict f, BcFlushType type) in bc_file_flush() function