Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h68 #define _CFFI_PRIM_INT_LEAST32 34 macro
/external/python/cffi/c/
Dparse_c_type.c543 if (size == 13 && !memcmp(p, "int_least32", 11)) return _CFFI_PRIM_INT_LEAST32; in MAKE_SEARCH_FUNC()