Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py18 POINTER as _POINTER, CDLL as _cdll, memmove as _memmove, byref as _byref unknown
357 _get_library_version(_byref(major), _byref(minor), buf)
626 _d_reg_read(self._device, reg, _byref(value))
706 _d_get_trigger(self._device, _byref(value))
744 _get_attr(self._context, x, _byref(str1), _byref(str2))
757 _get_version(self._context, _byref(major), _byref(minor), buf)
857 nb = _get_context_info_list(ctx, _byref(ptr));
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c1150 static PyObject *_byref(PyObject *);
1176 return _byref(value); in PyCPointerType_from_param()
3801 _byref(PyObject *obj) in _byref() function
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c1102 staticforward PyObject *_byref(PyObject *);
1128 return _byref(value); in PyCPointerType_from_param()
3677 _byref(PyObject *obj) in _byref() function