Home
last modified time | relevance | path

Searched refs:_CFFI_PRIM_LONG (Results 1 – 3 of 3) sorted by relevance

/external/python/cffi/testing/cffi1/
Dtest_parse_c_type.py159 (" long ", lib._CFFI_PRIM_LONG),
160 ("long int", lib._CFFI_PRIM_LONG),
214 Prim(lib._CFFI_PRIM_LONG),
241 Prim(lib._CFFI_PRIM_LONG),
250 Prim(lib._CFFI_PRIM_LONG),
/external/python/cffi/cffi/
Dparse_c_type.h42 #define _CFFI_PRIM_LONG 9 macro
/external/python/cffi/c/
Dparse_c_type.c698 case 1: t0 = _CFFI_PRIM_LONG; break; in parse_complete()