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

  /src/common/dist/zlib/examples/
gzlog.c 242 typedef unsigned int uint; typedef in typeref:typename:unsigned int
278 #define PULL2(p) ((p)[0]+((uint)((p)[1])<<8))
296 uint stored; /* bytes currently in last stored block */
503 uint put;
519 put = (uint)len;
611 uint got, max;
638 deflateSetDictionary(&strm, buf, (uint)dict);
654 max = (((uint)0 - 1) >> 1) + 1; /* in case int smaller than size_t */
656 strm.avail_in = len > max ? max : (uint)len;
683 while ((*buf & ((uint)1 << (8 - log->back++))) == 0
    [all...]
  /src/sys/sys/
types.h 108 typedef unsigned int uint; /* Sys V compatibility */ typedef in typeref:typename:unsigned int
  /src/sys/dev/stbi/
stb_image.c 473 typedef unsigned int uint; typedef in typeref:typename:unsigned int
980 static unsigned char *convert_format(unsigned char *data, int img_n, int req_comp, uint x, uint y)
1987 uint i,j;

Completed in 16 milliseconds