Searched refs:I_set_sw (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 767 I_set_sw(void *ptr, PyObject *value, Py_ssize_t size) in I_set_sw() function 1605 { 'I', I_set, I_get, &ffi_type_uint, I_set_sw, I_get_sw}, 1641 { '?', bool_set, bool_get, &ffi_type_uint, I_set_sw, I_get_sw},
|