Home
last modified time | relevance | path

Searched defs:eof (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/
H A Dadx.h46 int eof; member
H A Damfenc.h60 amf_bool eof; ///< flag indicating EOF happened member
/third_party/curl/tests/libtest/
H A Dlib667.c39 int eof = !*pooh->readptr; in read_callback() local
H A Dlib654.c47 int eof = !*pooh->readptr; in read_callback() local
H A Dlib643.c39 int eof = !*pooh->readptr; in read_callback() local
/third_party/ltp/testcases/kdump/lib/crasher/
H A Dcrasher.c41 crasher_read(char *buf, char **start, off_t offset, int len, int *eof, void *data) crasher_read() argument
/third_party/node/deps/base64/base64/include/
H A Dlibbase64.h59 int eof; member
/third_party/ffmpeg/doc/examples/
H A Ddecode_video.c95 int eof; in main() local
/third_party/ffmpeg/libavformat/
H A Dsapdec.c41 int eof; member
/third_party/mesa3d/bin/
H A Dperf-annotate-jit.py83 def eof(self): member in LineParser
/third_party/skia/src/core/
H A DSkBuffer.h50 bool eof() const { return fPos >= fStop; } in eof() function in SkRBuffer
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer-deserialize-text.hh422 const char *eof = pe, *tok = nullptr; in _hb_buffer_deserialize_text() local
/third_party/ffmpeg/libavfilter/
H A Dqsvvpp.h74 int eof; member
H A Daf_axcorrelate.c45 int eof; member
H A Dframesync.h198 uint8_t eof; member
H A Dvf_tpad.c43 int eof; member
H A Dyadif.h76 int eof; member
H A Dvf_idet.h71 int eof; member
/third_party/alsa-utils/axfer/
H A Dcontainer.h46 bool eof; member
/third_party/backends/backend/
H A Dplustek-pp_procfs.c173 procfsBInfoReadProc( char *buf, char **start, off_t offset, int count, int *eof, void *data ) procfsBInfoReadProc() argument
186 procfsInfoReadProc( char *buf, char **start, off_t offset, int count, int *eof, void *data ) procfsInfoReadProc() argument
217 procfsButtonsReadProc( char *buf, char **start, off_t offset, int count, int *eof, void *data ) procfsButtonsReadProc() argument
/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.h66 uint8_t eof; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_outbound_item.h66 uint8_t eof; member
/third_party/libwebsockets/win32port/zlib/
H A Dgzguts.h99 int eof; /* true if end of input file reached */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDataExtractor.h537 bool eof(const Cursor &C) const { return size() == C.Offset; } in eof() function in llvm::DataExtractor
/third_party/rust/crates/nom/src/combinator/
H A Dmod.rs333 pub fn eof<I: InputLength + Clone, E: ParseError<I>>(input: I) -> IResult<I, I, E> { in eof() functions

Completed in 11 milliseconds

123456