Home
last modified time | relevance | path

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

/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h11 typedef int __uint16_t; typedef
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c1594 typedef unsigned short __uint16_t; typedef
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py25 __uint16_t = c_ushort variable
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py25 __uint16_t = c_ushort variable
/external/crosvm/net_sys/src/
Diff.rs490 pub type __uint16_t = ::std::os::raw::c_ushort; typedef