Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h77 #define _CFFI_PRIM_UINT_FAST32 43 macro
/external/python/cffi/c/
Dparse_c_type.c572 if (size == 13 && !memcmp(p, "uint_fast32", 11)) return _CFFI_PRIM_UINT_FAST32; in MAKE_SEARCH_FUNC()