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

/ast/src/lib/librecsort/
H A Drshdr.h72 #ifndef uint
73 #define uint unsigned int macro
89 #define UINT_MAX ((uint)(~0) )
/ast/src/lib/libast/cdt/
H A Dcdtlib.h51 #if !defined(uint)
52 #define uint unsigned int macro
/ast/src/lib/libvdelta/vd01/
H A Dvdelhdr01.h51 #define uint unsigned int macro
56 #define MAXINT ((int)(((uint)~0) >> 1))
57 #define MAXWINDOW ((int)(((uint)~0) >> 2))
/ast/src/lib/libvdelta/
H A Dvdelhdr.h52 #define uint unsigned int macro
57 #define MAXINT ((int)(((uint)~0) >> 1))
/ast/src/lib/libast/sfio/
H A Dsfhdr.h553 #ifndef uint
554 #define uint unsigned int macro
721 uint ui;
1015 #define SF_MAXINT ((int)(((uint)~0) >> 1))
1267 extern uint sleep _ARG_((uint));

Completed in 20 milliseconds