Searched defs:uint (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h57 typedef unsigned int uint; typedef
67 uint size;
86 uint size; /* Size of the block */
87 uint filler; /* filler, for double alignment */
93 #define ALIGNSIZ sizeof(uint)
95 uint size; /* Size of the block */
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddthdr.h41 #define uint unsigned int macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtypes.h34 typedef unsigned int uint; /* System V compatibility */ typedef
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h397 typedef unsigned int uint; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h56 typedef unsigned int uint; /* Sys V compatibility */ typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h559 typedef unsigned int uint; typedef
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h546 #ifndef uint
547 #define uint unsigned int macro
708 uint ui;
997 #define SF_MAXINT ((int)(((uint)~0) >> 1))
1249 extern uint sleep _ARG_((uint));

Completed in 96 milliseconds