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

  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 87 static unsigned long getLong(struct sd *);
142 getLong (struct sd *s)
340 if (getLong(s) != s->crc ||
341 getLong(s) != s->stream.total_out) {
  /src/sys/lib/libsa/
cread.c 81 static unsigned long getLong(struct sd *);
173 getLong(struct sd *s)
389 crc = getLong(s);
391 (void)getLong(s);
393 total_out = getLong(s);

Completed in 14 milliseconds