Home
last modified time | relevance | path

Searched refs:print_percent (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/tc/
Dq_netem.c90 static void print_percent(char *buf, int len, __u32 per) in print_percent() function
97 print_percent(buf, SPRINT_BSIZE-1, per); in sprint_percent()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc483 if (options.print_percent()) { in ToString()
Dhlo_instruction.h211 bool print_percent() const { return print_percent_; } in print_percent() function
Dhlo_instruction.cc2107 return StrCat(options.print_percent() ? "%" : "", name); in PrintName()