Searched refs:uint (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libast/cdt/
H A Ddtstrhash.c38 uint dtstrhash(uint h, Void_t* args, ssize_t n)
40 uint dtstrhash(h,args,n)
41 reg uint h;
H A Dcdtlib.h51 #if !defined(uint)
52 #define uint unsigned int macro
H A Ddthash.c260 uint hsh;
/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/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/libast/sfio/
H A Dsfvprintf.c33 #define HIGHBITI (~((~((uint)0)) >> 1))
613 { if(sizeof(wchar_t) <= sizeof(uint) )
614 argv.wc = (wchar_t)va_arg(args,uint);
953 v = (int)((uint)argv.vp);
1083 ((uint)v)*base];
1088 { sfucvt(v,sp,n,ssp,int,uint);
1093 } while((v = ((uint)v) >> n) );
1097 { *--sp = ssp[((uint)v)%base];
1098 } while((v = ((uint)v)/base) );
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));
H A Dsfvscanf.c29 #define MAXWIDTH (int)(((uint)~0)>>1) /* max amount to scan */
935 *((Void_t**)value) = (Void_t*)((uint)argv.lu);
959 else *((uint*)value) = (uint)argv.lu;
/ast/src/lib/libvdelta/
H A Dvdelhdr.h52 #define uint unsigned int macro
57 #define MAXINT ((int)(((uint)~0) >> 1))
/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c192 if((refn = (int)asocasint(&obj->refn, 0, (uint)LONGGONE)) != 0 )

Completed in 44 milliseconds