Searched refs:U_int (Results 1 – 4 of 4) sorted by relevance
91 typedef unsigned int U_int; typedef116 U_int ovu_rmagic; /* range magic number */128 #define RSLOP sizeof (U_int)148 static U_int nmalloc[NBUCKETS] IZERO_STRUCT;232 *((U_int *) (((caddr_t) p) + nbytes - RSLOP)) = RMAGIC; in malloc()326 CHECK(*(U_int *) ((caddr_t) op + op->ov_size + 1 - RSLOP) != RMAGIC, in free()382 U_int onb; in realloc()412 if (was_alloced && (onb <= (U_int) (1 << (i + 3))) && in realloc()413 (onb > (U_int) (1 << (i + 2)))) { in realloc()417 *((U_int *) (((caddr_t) op) + nbytes - RSLOP)) = RMAGIC; in realloc()
825 &yylval.U_int); in yylex()828 &yylval.U_int); in yylex()
444 unsigned U_int; member
530 unsigned U_int; member