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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h 99 /// value. Remaining bits are log_2(bit width). The value representation is
103 /// A floating-point type. Low 16 bits are bit width. The value
155 const unsigned Bits = getType().getIntegerBitWidth();
156 return Bits <= InlineBits;
163 const unsigned Bits = getType().getFloatBitWidth();
164 return Bits <= InlineBits;
  /src/sys/net/
zlib.c 327 /* All codes must not exceed MAX_BITS bits */
415 /* Number of bits by which ins_h must be shifted at each input
528 /* Output buffer. bits are inserted starting at the bottom (least
529 * significant bits).
532 /* Number of valid bits in bi_buf. All bits above the last valid bit
822 * output size for (length,distance) codes is <= 24 bits.
2017 /* Bit length codes must not exceed MAX_BL_BITS bits */
2023 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
2026 /* repeat a zero length 3-10 times (3 bits of repeat count) *
2341 int bits; \/* bit counter *\/ local in function:tr_static_init
2596 int bits; \/* bit length *\/ local in function:gen_bitlen
2677 int bits; \/* bit index *\/ local in function:gen_codes
3972 #define bits macro
4448 #define bits macro
5071 #define bits macro
5420 #define bits macro
    [all...]

Completed in 13 milliseconds