Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/include/
H A Dfile.h110 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f, t) macro
121 #define bc_file_flushErr(f, t) bc_file_flushErr_impl(f) macro
/aosp_15_r20/external/bc/src/
H A Dfile.c123 bc_file_flushErr(BcFile* restrict f, BcFlushType type) in bc_file_flushErr() function