Searched refs:bits32 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dmemman.h113 #define WORDS_PER_PAGE (BYTES_PER_PAGE/sizeof(bits32))
119 typedef uint32 bits32; typedef
141 bits32 *map[BITMAP_BLOCKS]; /* bitmap of pages (1 = free) */
H A Dalloc.c171 register bits32 i = (bits32)(PageAddr) / BYTES_PER_PAGE;\
203 BITMAP_BLOCKSIZE/sizeof(bits32); \
218 pages->map[i] = (bits32 *) 0;
272 static bits32 *
276 bits32 *p = (bits32 *)_alloc_aux_page(hd);
340 register bits32 *p, mask;
548 bits32 *p, mask;

Completed in 33 milliseconds