Searched defs:obj (Results 1 – 1 of 1) sorted by relevance
/liblc3-latest/test/ |
D | ctypes.h | 38 #define to_scalar(obj, t, ptr) \ argument 41 #define to_1d_ptr(obj, t, n, ptr) \ argument 44 #define to_2d_ptr(obj, t, n1, n2, ptr) \ argument 47 #define to_1d_copy(obj, t, ptr, n) \ argument 50 #define to_2d_copy(obj, t, ptr, n1, n2) \ argument 58 #define new_scalar(obj, ptr) \ argument 77 static PyObject *__to_scalar(PyObject *obj, int t, void *ptr) in __to_scalar() 90 static PyObject *__to_1d_ptr(PyObject *obj, int t, int n, void **ptr) in __to_1d_ptr() 102 static PyObject *__to_2d_ptr(PyObject *obj, int t, int n1, int n2, void **ptr) in __to_2d_ptr() 115 static PyObject *__to_1d_copy(PyObject *obj, int t, void *v, int n) in __to_1d_copy() [all …]
|