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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pch.cc 60 #define IDENT_LENGTH 8
75 static char result[IDENT_LENGTH];
79 memcpy (result, templ, IDENT_LENGTH);
121 if (fwrite (partial_pch, IDENT_LENGTH, 1, f) != 1
182 || fwrite (get_ident (), IDENT_LENGTH, 1, pch_outfile) != 1)
200 char ident[IDENT_LENGTH + 16];
211 sizeread = read (fd, ident, IDENT_LENGTH + 16);
214 else if (sizeread != IDENT_LENGTH + 16)
222 if (memcmp (ident, pch_ident, IDENT_LENGTH) != 0)
237 if (memcmp (ident + IDENT_LENGTH, executable_checksum, 16) != 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pch.cc 60 #define IDENT_LENGTH 8
75 static char result[IDENT_LENGTH];
79 memcpy (result, templ, IDENT_LENGTH);
121 if (fwrite (partial_pch, IDENT_LENGTH, 1, f) != 1
182 || fwrite (get_ident (), IDENT_LENGTH, 1, pch_outfile) != 1)
200 char ident[IDENT_LENGTH + 16];
211 sizeread = read (fd, ident, IDENT_LENGTH + 16);
214 else if (sizeread != IDENT_LENGTH + 16)
222 if (memcmp (ident, pch_ident, IDENT_LENGTH) != 0)
237 if (memcmp (ident + IDENT_LENGTH, executable_checksum, 16) != 0
    [all...]

Completed in 134 milliseconds