Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h59 #define _CFFI_PRIM_INTPTR 25 macro
/external/python/cffi/c/
Dparse_c_type.c560 if (size == 8 && !memcmp(p, "intptr", 6)) return _CFFI_PRIM_INTPTR; in MAKE_SEARCH_FUNC()