Home
last modified time | relevance | path

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

/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h10 typedef int __int16_t; typedef
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c1593 typedef signed short __int16_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py24 __int16_t = c_short variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py24 __int16_t = c_short variable
/external/crosvm/net_sys/src/
Diff.rs489 pub type __int16_t = ::std::os::raw::c_short; typedef