Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h72 #define _CFFI_PRIM_INT_FAST8 38 macro
/external/python/cffi/c/
Dparse_c_type.c530 if (size == 11 && !memcmp(p, "int_fast8", 9)) return _CFFI_PRIM_INT_FAST8; in MAKE_SEARCH_FUNC()