Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h70 #define _CFFI_PRIM_INT_LEAST64 36 macro
/external/python/cffi/c/
Dparse_c_type.c544 if (size == 13 && !memcmp(p, "int_least64", 11)) return _CFFI_PRIM_INT_LEAST64; in MAKE_SEARCH_FUNC()