Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h61 #define _CFFI_PRIM_PTRDIFF 27 macro
/external/python/cffi/c/
Dparse_c_type.c537 if (size == 9 && !memcmp(p, "ptrdiff", 7)) return _CFFI_PRIM_PTRDIFF; in MAKE_SEARCH_FUNC()