OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026