Searched defs:setfunc (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/libebl/
H A Deblinitreg.c38 ebl_tid_registers_t *setfunc,
44 return ebl->set_initial_registers_tid (tid, setfunc, arg);
37 ebl_set_initial_registers_tid(Ebl *ebl, pid_t tid, ebl_tid_registers_t *setfunc, void *arg) argument
H A Deblunwind.c36 ebl_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, argument
43 return ebl->unwind (ebl, pc, setfunc, getfunc, readfunc, arg, signal_framep);
/external/elfutils/backends/
H A Ds390_unwind.c46 s390_unwind (Ebl *ebl, Dwarf_Addr pc, ebl_tid_registers_t *setfunc, argument
86 if (! setfunc (-1, 1, &val, arg))
133 if (! setfunc (0, 16, gprs, arg))
135 if (! setfunc (16, 16, fprs, arg))
/external/python/cpython2/Lib/test/
H A Dinspect_fodder2.py53 def setfunc(func): function
55 setfunc(lambda x, y: x*y)
/external/elfutils/libdwfl/
H A Dframe_unwind.c653 setfunc (int firstreg, unsigned nregs, const Dwarf_Word *regs, void *arg) function
737 if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &signal_frame))
/external/python/cpython2/Modules/_ctypes/
H A Dcallbacks.c209 SETFUNC setfunc,
334 assert(setfunc);
340 keep = setfunc(mem, result, 0);
343 stays valid. If there is no such object, the setfunc will
355 else if (setfunc != _ctypes_get_fielddesc("O")->setfunc) {
378 p->setfunc,
403 p->setfunc = NULL;
449 p->setfunc = NULL;
453 if (dict == NULL || dict->setfunc
207 _CallPythonObject(void *mem, ffi_type *restype, SETFUNC setfunc, PyObject *callable, PyObject *converters, int flags, void **pArgs) argument
[all...]
H A Dctypes.h106 SETFUNC setfunc; member in struct:__anon17456
204 SETFUNC setfunc; member in struct:fielddesc
219 SETFUNC setfunc; /* setter function if proto is NULL */ member in struct:__anon17458
240 SETFUNC setfunc; /* Only for simple objects */ member in struct:__anon17459
263 setfunc and getfunc is only set for simple data types, it is copied from the
292 - setfunc: store a python value in a memory block
365 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value,
H A Dcfield.c54 SETFUNC setfunc = NULL; local
126 setfunc = fd->setfunc;
132 setfunc = fd->setfunc;
138 self->setfunc = setfunc;
216 return PyCData_set(inst, self->proto, self->setfunc, value,
H A D_ctypes.c1570 parg->obj = fd->setfunc(&parg->value, value, 0);
1590 if (dict && (dict->setfunc == _ctypes_get_fielddesc("u")->setfunc)) {
1599 if (dict && (dict->setfunc == _ctypes_get_fielddesc("u")->setfunc)) {
1638 parg->obj = fd->setfunc(&parg->value, value, 0);
1658 if (dict && (dict->setfunc == _ctypes_get_fielddesc("c")->setfunc)) {
1667 if (dict && (dict->setfunc == _ctypes_get_fielddesc("c")->setfunc)) {
2912 _PyCData_set(CDataObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, Py_ssize_t size, char *ptr) argument
3014 PyCData_set(PyObject *dst, PyObject *type, SETFUNC setfunc, PyObject *value, Py_ssize_t index, Py_ssize_t size, char *ptr) argument
[all...]

Completed in 292 milliseconds