Home
last modified time | relevance | path

Searched defs:width (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libunw/
H A Dunwind_riscv.c70 int width = sizeof(unsigned long); in print_stack_riscv() local
H A Dunwind_arm64.c85 int width = 8; in print_stack_arm64() local
/optee_os/core/drivers/clk/
H A Dclk-stm32-core.c210 uint8_t width) in _get_div()
229 uint8_t width) in _get_val()
271 const struct div_table_cfg *table, uint8_t width, in divider_get_val()
H A Dclk-stm32-core.h14 uint8_t width; member
32 uint8_t width; member
/optee_os/lib/libutils/ext/
H A Dsnprintk.c251 int width; /* width from format (%8d), or 0 */ in kprintf() local