Home
last modified time | relevance | path

Searched refs:num_to_str (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dexpr.c67 static char *num_to_str(long long num) in num_to_str() function
78 char *ls = lhs->s ? lhs->s : num_to_str(lhs->i); in cmp()
79 char *rs = rhs->s ? rhs->s : num_to_str(rhs->i); in cmp()
/external/linux-tools-perf/src/tools/lib/traceevent/
Dparse-filter.c2088 static char *num_to_str(struct event_filter *filter, struct filter_arg *arg) in num_to_str() function
2196 return num_to_str(filter, arg); in arg_to_str()