Home
last modified time | relevance | path

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

/external/python/cffi/demo/
Dmanual.c49 x0 = _cffi_to_c_int(arg0, int); in _cffi_f_foo42()
86 x0 = _cffi_to_c_int(arg0, int); in _cffi_f_foo64()
/external/python/cffi/cffi/
D_cffi_include.h124 #define _cffi_to_c_int(o, type) \ macro