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

  /src/common/dist/zlib/examples/
zran.c 252 static inline void append_bits(unsigned value, int bits, function in typeref:typename:void
305 append_bits(2, 10, in, &have);
308 append_bits(value, bits, in, &have);
zran.c 252 static inline void append_bits(unsigned value, int bits, function in typeref:typename:void
305 append_bits(2, 10, in, &have);
308 append_bits(value, bits, in, &have);

Completed in 23 milliseconds