Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h78 #define _CFFI_PRIM_INT_FAST64 44 macro
/external/python/cffi/c/
Dparse_c_type.c533 if (size == 12 && !memcmp(p, "int_fast64", 10)) return _CFFI_PRIM_INT_FAST64; in MAKE_SEARCH_FUNC()