Searched refs:precision (Results 1 - 4 of 4) sorted by relevance

/u-boot/lib/
H A Dvsprintf.c160 int base, int size, int precision, int type)
222 if (i > precision)
223 precision = i;
225 size -= precision;
247 while (i <= --precision)
259 int precision, int flags)
266 len = strnlen(s, precision);
280 int field_width, int precision, int flags)
283 ssize_t i, len = utf16_strnlen(str, precision);
312 int precision, in
159 number(char *buf, char *end, u64 num, int base, int size, int precision, int type) argument
258 string(char *buf, char *end, const char *s, int field_width, int precision, int flags) argument
279 string16(char *buf, char *end, u16 *s, int field_width, int precision, int flags) argument
311 device_path_string(char *buf, char *end, void *dp, int field_width, int precision, int flags) argument
330 mac_address_string(char *buf, char *end, u8 *addr, int field_width, int precision, int flags) argument
349 ip6_addr_string(char *buf, char *end, u8 *addr, int field_width, int precision, int flags) argument
369 ip4_addr_string(char *buf, char *end, u8 *addr, int field_width, int precision, int flags) argument
402 uuid_string(char *buf, char *end, u8 *addr, int field_width, int precision, int flags, const char *fmt) argument
454 pointer(const char *fmt, char *buf, char *end, void *ptr, int field_width, int precision, int flags) argument
531 int precision; /* min. # of digits for integers; max local
[all...]
/u-boot/cmd/
H A Dprintf.c79 * Both accept insane field width/precision (e.g. %9999999999.9999999999d).
80 * Both print error message and assume 0 if %*.*f width/precision is "bad"
387 int field_width, int precision,
417 printf_str(inf, format, precision, llv);
422 printf_str(inf, format, field_width, precision, llv);
446 printf_str(inf, format, precision,
454 precision, argument);
487 int precision; /* Arg to second '*' */ local
496 precision = 0;
531 precision
386 print_direc(struct print_inf *inf, char *format, unsigned int fmt_length, int field_width, int precision, const char *argument) argument
[all...]
/u-boot/include/net/
H A Dsntp.h45 uchar precision; member in struct:sntp_pkt_t
/u-boot/drivers/clk/meson/
H A Dclk-measure.c535 unsigned int *precision)
544 *precision = (2 * 1000000) / duration;
555 unsigned int precision = 0; local
558 printf(" clock rate precision\n");
565 val = meson_clk_msr_best_id(priv, i, &precision);
570 priv->msr_table[i].name, val, precision);
534 meson_clk_msr_best_id(struct meson_msr *priv, unsigned int id, unsigned int *precision) argument

Completed in 114 milliseconds