Searched refs:_CFFI_PRIM_ULONG (Results 1 – 2 of 2) sorted by relevance
/external/python/cffi/cffi/ | ||
D | parse_c_type.h | 43 #define _CFFI_PRIM_ULONG 10 macro |
/external/python/cffi/c/ | ||
D | parse_c_type.c | 706 case 1: t0 = _CFFI_PRIM_ULONG; break; in parse_complete() |