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

  /src/external/mpl/dhcp/dist/omapip/
convert.c 48 int32_t getLong (buf)
  /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);
  /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) {

Completed in 15 milliseconds