Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dbmp_logo.c25 uint16_t le_short(uint16_t x) in le_short() function
130 data_offset = le_short(data_offset); in main()
131 b->width = le_short(b->width); in main()
132 b->height = le_short(b->height); in main()
133 n_colors = le_short(n_colors); in main()