Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h39 #define _CFFI_PRIM_USHORT 6 macro
/external/python/cffi/testing/cffi1/
Dtest_parse_c_type.py161 ("unsigned short", lib._CFFI_PRIM_USHORT),
/external/python/cffi/c/
Dparse_c_type.c705 case -1: t0 = _CFFI_PRIM_USHORT; break; in parse_complete()