/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...] |
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
|
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;
|
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;
|