HomeSort by relevance Sort by last modified time
    Searched full:zsize (Results 1 - 4 of 4) 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);
  /external/valgrind/main/coregrind/
launcher-aix5.c 1216 Int zsize; local
    [all...]
  /system/core/fastboot/
fastboot.c 439 unsigned zsize; local
448 zdata = load_file(fn, &zsize);
451 zip = init_zipfile(zdata, zsize);

Completed in 66 milliseconds