Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/lib/gnat/
H A Di-c.ads44 type unsigned_short is mod 2 ** short'Size; type
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/integer/test/
Dinteger_traits_test.cpp82 typedef unsigned short unsigned_short; in main() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/test/
Dlimits_test.cpp186 typedef unsigned short unsigned_short; in cpp_main() typedef
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/
DbgenType.py188 unsigned_short = Type("unsigned short", "H") variable