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

  /src/external/bsd/nsd/dist/
udb.c 259 uint64_t endsize = UDB_HEADER_SIZE; local
278 if(!write_fdata(fname, fd, &endsize, sizeof(endsize)))
udb.c 259 uint64_t endsize = UDB_HEADER_SIZE; local
278 if(!write_fdata(fname, fd, &endsize, sizeof(endsize)))
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 4245 size_t endsize = end - i > wordsize ? wordsize : end - i; local
4246 for (size_t j = i; j < i + endsize; j++)
4275 && nonzero_last == endsize
4280 padding_bytes += endsize;
4320 if (all_ones && nonzero_last == endsize)
4362 if (nonzero_last == endsize)
gimple-fold.cc 4245 size_t endsize = end - i > wordsize ? wordsize : end - i; local
4246 for (size_t j = i; j < i + endsize; j++)
4275 && nonzero_last == endsize
4280 padding_bytes += endsize;
4320 if (all_ones && nonzero_last == endsize)
4362 if (nonzero_last == endsize)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 4245 size_t endsize = end - i > wordsize ? wordsize : end - i; local
4246 for (size_t j = i; j < i + endsize; j++)
4275 && nonzero_last == endsize
4280 padding_bytes += endsize;
4320 if (all_ones && nonzero_last == endsize)
4362 if (nonzero_last == endsize)
gimple-fold.cc 4245 size_t endsize = end - i > wordsize ? wordsize : end - i; local
4246 for (size_t j = i; j < i + endsize; j++)
4275 && nonzero_last == endsize
4280 padding_bytes += endsize;
4320 if (all_ones && nonzero_last == endsize)
4362 if (nonzero_last == endsize)

Completed in 72 milliseconds