Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h69 #define _CFFI_PRIM_UINT_LEAST32 35 macro
/external/python/cffi/c/
Dparse_c_type.c575 if (size == 14 && !memcmp(p, "uint_least32", 12)) return _CFFI_PRIM_UINT_LEAST32; in MAKE_SEARCH_FUNC()