Lines Matching refs:uint
242 typedef unsigned int uint; typedef
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put; in log_append()
519 put = (uint)len; in log_append()
611 uint got, max; in log_compress()
638 deflateSetDictionary(&strm, buf, (uint)dict); in log_compress()
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */ in log_compress()
656 strm.avail_in = len > max ? max : (uint)len; in log_compress()
683 while ((*buf & ((uint)1 << (8 - log->back++))) == 0) in log_compress()
911 uint block; in gzlog_compress()