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

  /src/common/dist/zlib/examples/
gzappend.c 223 unsigned long read4(file *in) function
343 if (crc != read4(&gz))
346 if ((tot & 0xffffffffUL) != read4(&gz))
  /src/external/gpl3/binutils/dist/zlib/examples/
gzappend.c 223 unsigned long read4(file *in) function
343 if (crc != read4(&gz))
346 if ((tot & 0xffffffffUL) != read4(&gz))
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzappend.c 223 unsigned long read4(file *in) function
343 if (crc != read4(&gz))
346 if ((tot & 0xffffffffUL) != read4(&gz))
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gzappend.c 223 unsigned long read4(file *in) function
343 if (crc != read4(&gz))
346 if ((tot & 0xffffffffUL) != read4(&gz))
  /src/external/gpl3/gdb/dist/zlib/examples/
gzappend.c 223 unsigned long read4(file *in) function
343 if (crc != read4(&gz))
346 if ((tot & 0xffffffffUL) != read4(&gz))
  /src/external/gpl2/groff/dist/src/utils/tfmtodit/
tfmtodit.cpp 266 int read4(unsigned char *&s) function
341 cs = read4(ptr);
342 ds = read4(ptr);
355 width[i] = read4(ptr);
357 height[i] = read4(ptr);
359 depth[i] = read4(ptr);
361 italic[i] = read4(ptr);
369 kern[i] = read4(ptr);
372 param[i] = read4(ptr);
  /src/crypto/external/bsd/netpgp/dist/src/lib/
reader.c 848 read4(pgp_stream_t *stream, dearmour_t *dearmour, pgp_error_t **errors, function
917 ret = read4(stream, dearmour, errors, readinfo, cbinfo, &c, &n, &l);
989 ret = read4(stream, dearmour, errors, readinfo, cbinfo, &c, &n,

Completed in 88 milliseconds