HomeSort by relevance Sort by last modified time
    Searched refs:pruned_len (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
snprintf.c 56 size_t pruned_len = (len < size ? len : size - 1); local
57 memcpy (str, output, pruned_len);
58 str[pruned_len] = '\0';
vsnprintf.c 55 size_t pruned_len = (len < size ? len : size - 1); local
56 memcpy (str, output, pruned_len);
57 str[pruned_len] = '\0';
  /system/core/logd/
LogStatistics.h 161 static constexpr size_t pruned_len = 14; member in namespace:EntryBaseConstants
184 EntryBaseConstants::pruned_len);
LogStatistics.cpp 273 ssize_t spaces = EntryBaseConstants::pruned_len

Completed in 277 milliseconds