Home | History | Annotate | Download | only in programs

Lines Matching defs:GB

78 #define GB *(1U<<30)
635 if (storedSkips > 1 GB) {
636 int const seekResult = fseek(file, 1 GB, SEEK_CUR);
637 if (seekResult != 0) EXM_THROW(71, "1 GB skip error (sparse file support)");
638 storedSkips -= 1 GB;