HomeSort by: relevance | last modified time | path
    Searched defs:eof (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/bin/
perf-annotate-jit.py 83 def eof(self): member in class:LineParser
142 if self.eof() or not self.lookahead().startswith('#'):
149 while not self.eof():
174 if self.eof():
  /xsrc/external/mit/MesaLib.old/dist/bin/
perf-annotate-jit.py 83 def eof(self): member in class:LineParser
142 if self.eof() or not self.lookahead().startswith('#'):
149 while not self.eof():
174 if self.eof():
  /xsrc/external/mit/bdftopcf/dist/
bufio.h 43 int eof; member in struct:_buffile
66 ((f)->left-- ? *(f)->bufp++ : ((f)->eof = (*(f)->input) (f)))
70 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
  /xsrc/external/mit/libXfont/dist/include/X11/fonts/
bufio.h 43 int eof; member in struct:_buffile
71 #define BufFileGet(f) ((f)->left-- ? *(f)->bufp++ : ((f)->eof = (*(f)->input) (f)))
73 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
  /xsrc/external/mit/libXfont2/dist/include/X11/fonts/
bufio.h 43 int eof; member in struct:_buffile
71 #define BufFileGet(f) ((f)->left-- ? *(f)->bufp++ : ((f)->eof = (*(f)->input) (f)))
73 #define BufFileSkip(f,c) ((f)->eof = (*(f)->skip) (f, c))
  /xsrc/external/mit/MesaLib/dist/src/util/perf/
u_trace.c 98 bool eof; /* this chunk is last in frame */ member in struct:u_trace_chunk
384 if (utctx->out && chunk->eof) {
396 u_trace_context_process(struct u_trace_context *utctx, bool eof)
405 last_chunk->eof = eof;
  /xsrc/external/mit/makedepend/dist/
main.c 572 *eof, /* end of file pointer */ local
591 eof = filep->f_end;
592 if (p >= eof)
596 for (bol = p--; ++p < eof;) {
599 while (((p + 1) < eof) && ((*p == ' ') || (*p == '\t'))) {
605 if (*p == '/' && (p + 1) < eof && *(p + 1) == '*') {
609 while (p < eof && *p) {
610 if (*p == '*' && (p + 1) < eof && *(p + 1) == '/') {
621 else if (*p == '/' && (p + 1) < eof && *(p + 1) == '/') {
625 while (p < eof && *p)
    [all...]
  /xsrc/external/mit/font-util/dist/
ucs2any.c 296 int eof = 0; local
303 if ((c = getc(fp)) == EOF)
304 eof = 1;
306 while (c != '\n' && !eof) {
314 if (c == EOF)
315 eof = 1;
318 if (eof) {
  /xsrc/external/mit/xedit/dist/lisp/
private.h 364 int eof; member in struct:_LispMac

Completed in 11 milliseconds