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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
StringTableBuilder.h 32 RAW,
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
fractional-cost.h 60 enum raw { RAW }; enum in class:fractional_cost
61 constexpr fractional_cost (uint64_t value, raw) : m_value (value) {}
86 return { sum >= m_value ? sum : ~uint64_t (0), RAW };
100 return { diff <= m_value ? diff : 0, RAW };
117 return { m_value <= max / other ? m_value * other : max, RAW };
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
fractional-cost.h 60 enum raw { RAW }; enum in class:fractional_cost
61 constexpr fractional_cost (uint64_t value, raw) : m_value (value) {}
86 return { sum >= m_value ? sum : ~uint64_t (0), RAW };
100 return { diff <= m_value ? diff : 0, RAW };
117 return { m_value <= max / other ? m_value * other : max, RAW };
  /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/external/gpl3/binutils/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 101 milliseconds