Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h87 #define _CFFI__NUM_PRIM 52 macro
/external/python/cffi/c/
Drealize_c_type.c12 static PyObject *all_primitives[_CFFI__NUM_PRIM];
17 #define primitive_in_range(num) ((num) >= 0 && (num) < _CFFI__NUM_PRIM)
161 assert(sizeof(primitive_name) == sizeof(*primitive_name) * _CFFI__NUM_PRIM); in build_primitive_type()