HomeSort by relevance Sort by last modified time
    Searched full:oldlinelen (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/src/
sysinfo.cc 161 const size_t oldlinelen = strlen(line); local
162 if (sizeof(line) == oldlinelen + 1) // oldlinelen took up entire line
165 memmove(line, line + oldlinelen + 1, sizeof(line) - (oldlinelen + 1));
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 159 const size_t oldlinelen = strlen(line); local
160 if (sizeof(line) == oldlinelen + 1) // oldlinelen took up entire line
163 memmove(line, line + oldlinelen + 1, sizeof(line) - (oldlinelen + 1));

Completed in 107 milliseconds