Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/filter/
Dsymmetric.hpp107 int status = (state() & f_eof) != 0 ? f_eof : f_good; in read()
114 bool flush = status == f_eof; in read()
208 state() |= f_eof; in fill()
209 return f_eof; in fill()
246 f_eof = f_write << 1, enumerator
Daggregate.hpp63 if (!(state_ & f_eof)) in read()
125 state_ |= f_eof; in do_read()
154 f_eof = f_write << 1 enumerator
/third_party/boost/libs/iostreams/example/
Dfinite_state_filter.hpp309 if ((flags_ & f_eof) == 0) { in get()
314 flags_ |= f_eof; in get()
324 else if ((flags_ & f_eof) != 0) in get()
357 f_eof = f_write << 1 enumerator
/third_party/FatFs/source/
Dff.h508 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) macro