Home
last modified time | relevance | path

Searched defs:uint16_t (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/msinttypes/
Dstdint.h125 typedef unsigned short uint16_t; typedef
132 typedef unsigned __int16 uint16_t; typedef
/lvgl-latest/src/drivers/uefi/
Dlv_uefi_std_wrapper.h17 typedef UINT16 uint16_t; typedef
/lvgl-latest/tests/makefile_uefi/
Defi.h61 typedef UINT16 uint16_t; typedef
/lvgl-latest/scripts/
DLVGLImage.py26 def uint16_t(val) -> bytes: function