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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c94 static sdramaddr_t* sdramAddrBase= NULL; variable
177 hosts[i].sdramAddrBase= (sdramaddr_t)strtol(string, (char**)NULL, 0);
200 hosts[i].sdramAddrBase, hosts[i].elanAddrBase);
255 if (!(sdramAddrBase=(sdramaddr_t*)crAlloc(nodeRange*sizeof(sdramaddr_t)))) {
268 sdramAddrBase[i]= (sdramaddr_t)0;
272 sdramAddrBase[hosts[i].id]= hosts[i].sdramAddrBase;
310 hn,h->name,h->id,(int)h->sdramAddrBase,(int)h->elanAddrBase);
1010 + sdramAddrBase[(ids[iDest]/NUM_SEND_BUFFERS) + tcomm->lhost]
1011 - sdramAddrBase[(v
[all...]

Completed in 45 milliseconds