/third_party/ffmpeg/libavcodec/ |
H A D | adx.h | 46 int eof; member
|
H A D | amfenc.h | 60 amf_bool eof; ///< flag indicating EOF happened member
|
/third_party/curl/tests/libtest/ |
H A D | lib667.c | 39 int eof = !*pooh->readptr; in read_callback() local
|
H A D | lib654.c | 47 int eof = !*pooh->readptr; in read_callback() local
|
H A D | lib643.c | 39 int eof = !*pooh->readptr; in read_callback() local
|
/third_party/ltp/testcases/kdump/lib/crasher/ |
H A D | crasher.c | 41 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 D | libbase64.h | 59 int eof; member
|
/third_party/ffmpeg/doc/examples/ |
H A D | decode_video.c | 95 int eof; in main() local
|
/third_party/ffmpeg/libavformat/ |
H A D | sapdec.c | 41 int eof; member
|
/third_party/mesa3d/bin/ |
H A D | perf-annotate-jit.py | 83 def eof(self): member in LineParser
|
/third_party/skia/src/core/ |
H A D | SkBuffer.h | 50 bool eof() const { return fPos >= fStop; } in eof() function in SkRBuffer
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer-deserialize-text.hh | 422 const char *eof = pe, *tok = nullptr; in _hb_buffer_deserialize_text() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | qsvvpp.h | 74 int eof; member
|
H A D | af_axcorrelate.c | 45 int eof; member
|
H A D | framesync.h | 198 uint8_t eof; member
|
H A D | vf_tpad.c | 43 int eof; member
|
H A D | yadif.h | 76 int eof; member
|
H A D | vf_idet.h | 71 int eof; member
|
/third_party/alsa-utils/axfer/ |
H A D | container.h | 46 bool eof; member
|
/third_party/backends/backend/ |
H A D | plustek-pp_procfs.c | 173 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 D | nghttp2_outbound_item.h | 66 uint8_t eof; member
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.h | 66 uint8_t eof; member
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzguts.h | 99 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 D | DataExtractor.h | 537 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 D | mod.rs | 333 pub fn eof<I: InputLength + Clone, E: ParseError<I>>(input: I) -> IResult<I, I, E> { in eof() functions
|