Home | History | Annotate | Download | only in bench

Lines Matching refs:HPSIZE

300 #define HPSIZE (2*1024*1024)
327 bytes = bytes0 + HPSIZE;
364 buf = (void *)(((unsigned long)buf + HPSIZE-1) & ~(HPSIZE-1));