Home
last modified time | relevance | path

Searched refs:is_eof (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Df_interleave.c78 int is_eof = !!ff_inlink_acknowledge_status(ctx->inputs[i], &status, &rpts); in activate() local
80 nb_eofs += is_eof; in activate()
82 first_eof = is_eof; in activate()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs469 if self.is_eof() { in bump()
521 !self.is_eof() in bump_and_bump_space()
537 while !self.is_eof() { in bump_space()
544 while !self.is_eof() { in bump_space()
567 if self.is_eof() { in peek()
579 if self.is_eof() { in peek_space()
600 fn is_eof(&self) -> bool { in is_eof() functions
963 if self.is_eof() { in parse_with_comments()
1112 if self.is_eof() { in parse_counted_repetition()
1136 if self.is_eof() || sel in parse_counted_repetition()
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.cc115 bool Lexer::is_eof() const { in is_eof() function in tint::reader::wgsl::Lexer
144 while (!is_eof() && is_whitespace(content_->data[pos_])) { in skip_whitespace_and_comments()
166 if (is_eof()) { in skip_whitespace_and_comments()
177 while (!is_eof() && !matches(pos_, "\n")) { in skip_comment()
195 while (!is_eof() && depth > 0) { in skip_comment()
662 while (!is_eof() && is_hex(content_->data[end])) { in try_hex_integer()
735 while (!is_eof() && is_alphanum_underscore(content_->data[pos_])) { in try_ident()
H A Dlexer.h74 bool is_eof() const;
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c944 BROTLI_BOOL is_eof = BROTLI_FALSE; in CompressFile() local
947 if (context->available_in == 0 && !is_eof) { in CompressFile()
949 is_eof = !HasMoreInput(context); in CompressFile()
953 is_eof ? BROTLI_OPERATION_FINISH : BROTLI_OPERATION_PROCESS, in CompressFile()
/third_party/rust/crates/regex/src/
H A Ddfa.rs919 if b.is_eof() { in exec_byte()
988 let cache = if b.is_eof() && self.prog.matches.len() > 1 { in exec_byte()
1726 fn is_eof(&self) -> bool { in is_eof() functions
1742 if self.is_eof() { in as_byte()

Completed in 9 milliseconds