Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h62 #define _CFFI_PRIM_SIZE 28 macro
/external/python/cffi/c/
Dparse_c_type.c564 if (size == 6 && !memcmp(p, "size", 4)) return _CFFI_PRIM_SIZE; in MAKE_SEARCH_FUNC()