Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/
A Dtrace.c78 const int num_digits = 3; in print_core_id() local
81 const int num_digits = 2; in print_core_id()
84 const int num_digits = 1; in print_core_id()
90 return snprintk(buf, bs, "%0*u ", num_digits, core_id); in print_core_id()

Completed in 2 milliseconds