Searched refs:topAddr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dpooltable.d46 _maxAddr = pools[npools - 1].topAddr;
99 else if (p >= pool.topAddr)
134 _maxAddr = pools[i - 1].topAddr;
155 assert(_maxAddr == pools[npools - 1].topAddr);
175 byte* baseAddr, topAddr;
248 pool.topAddr = pool.baseAddr + NPAGES * PAGESIZE;
251 top = pooltable[NPOOLS - 1].topAddr;
267 assert(pooltable.maxAddr == pooltable[NPOOLS - 3].topAddr);
276 assert(pooltable.maxAddr == pooltable[NPOOLS - 4].topAddr);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/
H A Dgc.d1988 else if (p >= pool.topAddr)
2597 void* topAddr;
2650 topAddr = baseAddr + poolsize;
2699 topAddr = null;
2856 assert(p < topAddr);
2901 //if (baseAddr + npages * PAGESIZE != topAddr)
2902 //printf("baseAddr = %p, npages = %d, topAddr = %p\n", baseAddr, npages, topAddr);
2903 assert(baseAddr + npages * PAGESIZE == topAddr);
3009 assert(p < topAddr);
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c149519 int topAddr; local
[all...]

Completed in 714 milliseconds