Searched defs:last_index (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmalloc.c203 static u_long last_index; variable
267 for(j=0;j<=last_index;j++) {
270 for(j++;j<=last_index && pd[j] == MALLOC_NOT_MINE;j++)
275 for(j++;j<=last_index && pd[j] == MALLOC_FREE;j++)
280 for(j++;j<=last_index && pd[j] == MALLOC_FOLLOW;j++)
308 fprintf(fd,"LastPage\t%ld %lx\n",last_index+malloc_pageshift,
309 (last_index + malloc_pageshift) << malloc_pageshift);
358 last_index = ((u_long)tail >> malloc_pageshift) - malloc_origo -1;
361 if (!update || last_index < malloc_ninfo ||
362 extend_page_directory(last_index))
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h1849 WORD last_index; member in struct:_PDB_TYPES_OLD
1860 DWORD last_index; member in struct:_PDB_TYPES
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h1773 WORD last_index; member in struct:_PDB_TYPES_OLD
1784 DWORD last_index; member in struct:_PDB_TYPES

Completed in 69 milliseconds