Home
last modified time | relevance | path

Searched refs:nb_read (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c86 size_t nb_read; variable
320 r->nb_read = 0; in diagnostics_file_cache_forcibly_evict_file()
387 r->nb_read = 0; in add_file_to_cache_tab()
419 size (0), nb_read (0), line_start_idx (0), line_num (0), in fcache()
450 return (c->nb_read == 0 in needs_read()
451 || c->nb_read == c->size in needs_read()
452 || (c->line_start_idx >= c->nb_read - 1)); in needs_read()
461 return c->nb_read == c->size; in needs_grow()
488 char * from = c->data + c->nb_read; in read_data()
489 size_t to_read = c->size - c->nb_read; in read_data()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc628 size_t nb_read = fread (from, 1, to_read, m_fp); in read_data() local
633 m_nb_read += nb_read; in read_data()
634 return !!nb_read; in read_data()