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

  /packages/experimental/procstatlog/
procstatlog.c 218 static struct data *read_stats(char *names[], int name_count) {
238 if (name_count > 0) {
260 for (n = 0; n < name_count && !strstr(cmdline, names[n]); ++n);
262 if (n == name_count) {
  /external/dnsmasq/src/
cache.c 757 int addr_count = 0, name_count = cache_size, lineno = 0; local
815 if ((name_count - cache_size) > 1000)
817 rehash(name_count);
818 cache_size = name_count;
844 name_count++;
850 name_count++;
861 rehash(name_count);
865 return name_count;
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 130 milliseconds