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

  /src/common/dist/zlib/examples/
zran.c 11 1.3 18 Feb 2023 Permit raw deflate streams as well as zlib and gzip
20 // for random access of a compressed file. A file containing a raw deflate
32 // input raw deflate stream a block at a time, and at the end of each block
127 #define RAW -15
139 int mode = 0; // mode: RAW, ZLIB, or GZIP (0 => not set yet)
157 // At the start of the input -- determine the type. Assume raw
160 // after a stored block are always zeros, so a raw stream won't
162 mode = strm.avail_in == 0 ? RAW : // empty -- will fail
165 /* else */ RAW;
179 if (mode == RAW && index == NULL
    [all...]
  /src/sys/sys/
ioctl_compat.h 102 #define RAW 0x00000020 /* no i/o processing */
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
navi10_enum.h 19627 RAW = 0x00000003,
vega10_enum.h 21411 RAW = 0x00000003,

Completed in 76 milliseconds