/external/quake/quake/src/QW/client/ |
r_surf.c | 236 int soffset, basetoffset, texwidth; local 288 soffset = r_drawsurf.surf->texturemins[0]; 292 soffset = ((soffset >> r_drawsurf.surfmip) + (smax << 16)) % smax; 304 pbasesource = basetptr + soffset; 308 soffset = soffset + blocksize; 309 if (soffset >= smax) 310 soffset = 0;
|
/external/quake/quake/src/WinQuake/ |
r_surf.cpp | 253 int soffset, basetoffset, texwidth;
local 305 soffset = r_drawsurf.surf->texturemins[0];
309 soffset = ((soffset >> r_drawsurf.surfmip) + (smax << 16)) % smax;
321 pbasesource = basetptr + soffset;
325 soffset = soffset + blocksize;
326 if (soffset >= smax)
327 soffset = 0;
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
atom.c | 539 int soffset; local 542 soffset = atable->amap[atom]; 543 if (soffset > 0 && soffset < atable->stable.nextFree) { 544 return &atable->stable.strings[soffset]; 546 return "<internal error: bad soffset>";
|
/external/qemu-pc-bios/vgabios/ |
vgabios.c | [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 275 void memcpyb(dseg,doffset,sseg,soffset,count); 276 void memcpyd(dseg,doffset,sseg,soffset,count); 319 memcpyb(dseg,doffset,sseg,soffset,count) 323 Bit16u soffset; 346 mov ax, 10[bp] ; soffset 366 memcpyd(dseg,doffset,sseg,soffset,count) 370 Bit16u soffset; 393 mov ax, 10[bp] ; soffset [all...] |