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

  /external/iptables/iptables/
ip6tables-save.c 62 static int do_output(const char *tablename) function
68 return for_each_table(&do_output);
174 do_output(tablename);
184 return !do_output(tablename);
iptables-save.c 60 static int do_output(const char *tablename) function
66 return for_each_table(&do_output);
174 do_output(tablename);
184 return !do_output(tablename);
  /external/oprofile/pp/
opannotate.cpp 299 bool do_output = true; local
322 if (do_output) {
332 if (do_output) {
349 do_output = true;
351 do_output = false;
353 if (do_output) {
362 if (do_output)
369 if (!do_output)
  /external/oprofile/libpp/
format_output.cpp 369 do_output(ostream & out, symbol_entry const & symb, sample_entry const & sample, function in class:format_output::formatter
452 do_output(out, *symb, symb->sample, counts);
487 do_output(out, *symb, it->second, c, diff_array_t(), true);
526 do_output(out, *cit, cit->sample, c);
529 do_output(out, *sym, sym->sample, counts);
541 do_output(out, *cit, cit->sample, c);
565 do_output(out, *it, it->sample, counts, it->diffs);
format_output.h 135 void do_output(std::ostream & out, symbol_entry const & symbol,

Completed in 82 milliseconds