Searched defs:FL_OBJECT (Results 1 – 1 of 1) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| D | flmodule.c | 173 generic_call(genericobject *g, void (*func)(FL_OBJECT *)) in generic_call() 410 call_forms_INf (void (*func)(FL_OBJECT *, float), FL_OBJECT *obj, PyObject *args) in call_forms_INf() 424 call_forms_INfINf (void (*func)(FL_OBJECT *, float, float), FL_OBJECT *obj, PyObject *args) in call_forms_INfINf() 438 call_forms_INi (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INi() 452 call_forms_INc (void (*func)(FL_OBJECT *, int), FL_OBJECT *obj, PyObject *args) in call_forms_INc() 466 call_forms_INstr (void (*func)(FL_OBJECT *, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INstr() 481 call_forms_INiINstr (void (*func)(FL_OBJECT *, int, char *), FL_OBJECT *obj, PyObject *args) in call_forms_INiINstr() 497 call_forms_INiINi (void (*func)(FL_OBJECT *, int, int), FL_OBJECT *obj, PyObject *args) in call_forms_INiINi() 512 call_forms_Ri (int (*func)(FL_OBJECT *), FL_OBJECT *obj) in call_forms_Ri() 523 call_forms_Rstr (char * (*func)(FL_OBJECT *), FL_OBJECT *obj) in call_forms_Rstr() [all …]
|