Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dparse_c_type.h25 #define _CFFI_OP_CONSTANT 29 macro
/external/python/cffi/demo/
Dmanual.c118 { "BB", &_cffi_const_BB, _CFFI_OP(_CFFI_OP_CONSTANT, 2) },
/external/python/cffi/c/
Dlib_obj.c298 case _CFFI_OP_CONSTANT: in lib_build_and_cache_attr()
335 assert(_CFFI_GETOP(g->type_op) == _CFFI_OP_CONSTANT); in lib_build_and_cache_attr()