Home
last modified time | relevance | path

Searched refs:_CFFI_PRIM_UINT_LEAST16 (Results 1 – 2 of 2) sorted by relevance

/external/python/cffi/cffi/
Dparse_c_type.h67 #define _CFFI_PRIM_UINT_LEAST16 33 macro
/external/python/cffi/c/
Dparse_c_type.c569 if (size == 14 && !memcmp(p, "uint_least16", 12)) return _CFFI_PRIM_UINT_LEAST16; in MAKE_SEARCH_FUNC()