HomeSort by relevance Sort by last modified time
    Searched refs:zsize (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
vid_svgalib.c 475 int bsize, zsize, tsize; local
524 zsize = vid.width * vid.height * sizeof(*d_pzbuffer);
528 d_pzbuffer = Hunk_HighAllocName (bsize+tsize+zsize, "video");
530 vid_surfcache = ((byte *)d_pzbuffer) + zsize;
532 vid.conbuffer = vid.buffer = (pixel_t *)(((byte *)d_pzbuffer) + zsize + tsize);
  /external/quake/quake/src/WinQuake/
vid_svgalib.cpp 474 int bsize, zsize, tsize; local
523 zsize = vid.width * vid.height * sizeof(*d_pzbuffer);
527 d_pzbuffer = Hunk_HighAllocName (bsize+tsize+zsize, "video");
529 vid_surfcache = ((byte *)d_pzbuffer) + zsize;
531 vid.conbuffer = vid.buffer = (pixel_t *)(((byte *)d_pzbuffer) + zsize + tsize);
  /system/core/fastboot/
fastboot.c 425 unsigned zsize; local
432 zdata = load_file(fn, &zsize);
435 zip = init_zipfile(zdata, zsize);

Completed in 512 milliseconds