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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
check_analyze.sh 37 for f in write1 write2 write4 write8 read2 read4; do
  /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/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/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 25 milliseconds