HomeSort by: relevance | last modified time | path
    Searched defs:emptyBytes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 2496 static const char emptyBytes[256] = { 0 };
2521 if (padding <= sizeof (emptyBytes))
2523 if (fwrite (emptyBytes, 1, padding, f) != padding)
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 2492 static const char emptyBytes[256] = { 0 };
2517 if (padding <= sizeof (emptyBytes))
2519 if (fwrite (emptyBytes, 1, padding, f) != padding)

Completed in 29 milliseconds