Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h76 #define _CFFI_PRIM_INT_FAST32 42 macro
/external/python/cffi/c/
Dparse_c_type.c532 if (size == 12 && !memcmp(p, "int_fast32", 10)) return _CFFI_PRIM_INT_FAST32; in MAKE_SEARCH_FUNC()