HomeSort by relevance Sort by last modified time
    Searched refs:is_eof (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
tekhex.c 512 bfd_boolean is_eof = FALSE; local
517 while (! is_eof)
523 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1);
524 while (*src != '%' && !is_eof)
525 is_eof = (bfd_boolean) (bfd_bread (src, (bfd_size_type) 1, abfd) != 1);
527 if (is_eof)
  /system/core/adb/
sockets.cpp 155 int is_eof = 0; local
172 is_eof = 1;
175 D("LS(%d): fd=%d post avail loop. r=%d is_eof=%d forced_eof=%d", s->id, s->fd, r, is_eof,
208 if ((s->fde.force_eof && !r) || is_eof) {
209 D(" closing because is_eof=%d r=%d s->fde.force_eof=%d", is_eof, r, s->fde.force_eof);
  /external/brotli/c/tools/
brotli.c 710 BROTLI_BOOL is_eof = BROTLI_FALSE; local
713 if (available_in == 0 && !is_eof) {
721 is_eof = feof(context->fin) ? BROTLI_TRUE : BROTLI_FALSE;
725 is_eof ? BROTLI_OPERATION_FINISH : BROTLI_OPERATION_PROCESS,
  /toolchain/binutils/binutils-2.27/gold/
script.cc 112 is_eof() const function in class:gold::Token
879 if (this->token_.is_eof()
    [all...]

Completed in 80 milliseconds