Searched defs:func (Results 126 - 135 of 135) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A DPython-ast.c228 "func",
547 static PyObject* ast2obj_list(asdl_seq *seq, PyObject* (*func)(void*)) argument
555 value = func(asdl_seq_GET(seq, i));
1755 Call(expr_ty func, asdl_seq * args, asdl_seq * keywords, expr_ty starargs, argument
1759 if (!func) {
1761 "field func is required for Call");
1768 p->v.Call.func = func;
2764 value = ast2obj_expr(o->v.Call.func);
2766 if (PyObject_SetAttrString(result, "func", valu
5340 expr_ty func; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregcomp.c5601 extern void onig_add_end_call(void (*func)(void)) argument
5609 item->func = func;
5618 void (*func)(void);
5621 func = EndCallTop->func;
5622 (*func)();
H A Dregint.h758 void (*func)(void); member in struct:OnigEndCallListItem
761 extern void onig_add_end_call(void (*func)(void));
H A Dregparse.c503 int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*); member in struct:__anon6540
513 int r = (*(arg->func))(e->name,
527 int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg)
534 narg.func = func;
690 int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg)
699 r = (*func)(e->name, e->name + e->name_len, e->back_num,
895 int (*func)(const UChar*, const UChar*,int,int*,regex_t*,void*), void* arg)
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_enc.cpp1020 void glDepthFunc_enc(void *self , GLenum func) argument
1038 memcpy(ptr, &func, 4); ptr += 4;
3151 void glStencilFunc_enc(void *self , GLenum func, GLint ref, GLuint mask) argument
3169 memcpy(ptr, &func, 4); ptr += 4;
3178 void glStencilFuncSeparate_enc(void *self , GLenum face, GLenum func, GLint ref, GLuint mask) argument
3197 memcpy(ptr, &func, 4); ptr += 4;
H A Dgl2_entry.cpp42 void glDepthFunc(GLenum func);
107 void glStencilFunc(GLenum func, GLint ref, GLuint mask);
108 void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
637 void glDepthFunc(GLenum func) argument
640 ctx->glDepthFunc(ctx, func);
1036 void glStencilFunc(GLenum func, GLint ref, GLuint mask) argument
1039 ctx->glStencilFunc(ctx, func, ref, mask);
1042 void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) argument
1045 ctx->glStencilFuncSeparate(ctx, face, func, ref, mask);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c227 posix_fildes(PyObject *fdobj, int (*func)(int)) argument
237 res = (*func)(fd);
247 posix_1str(PyObject *args, char *format, int (*func)(const char*))
255 res = (*func)(path1);
267 int (*func)(const char *, const char *))
276 res = (*func)(path1, path2);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtypeobject.c1239 PyObject *args, *func = 0, *retval; local
1242 func = lookup_maybe(o, name, nameobj);
1243 if (func == NULL) {
1261 retval = PyObject_Call(func, args, NULL);
1264 Py_DECREF(func);
1275 PyObject *args, *func = 0, *retval; local
1278 func = lookup_maybe(o, name, nameobj);
1279 if (func == NULL) {
1299 retval = PyObject_Call(func, args, NULL);
1302 Py_DECREF(func);
1848 descrgetfunc func; local
1884 descrsetfunc func; local
4233 lenfunc func = (lenfunc)wrapped; local
4247 inquiry func = (inquiry)wrapped; local
4261 binaryfunc func = (binaryfunc)wrapped; local
4273 binaryfunc func = (binaryfunc)wrapped; local
4290 binaryfunc func = (binaryfunc)wrapped; local
4307 coercion func = (coercion)wrapped; local
4335 ternaryfunc func = (ternaryfunc)wrapped; local
4349 ternaryfunc func = (ternaryfunc)wrapped; local
4363 unaryfunc func = (unaryfunc)wrapped; local
4373 ssizeargfunc func = (ssizeargfunc)wrapped; local
4408 ssizeargfunc func = (ssizeargfunc)wrapped; local
4427 ssizessizeargfunc func = (ssizessizeargfunc)wrapped; local
4438 ssizeobjargproc func = (ssizeobjargproc)wrapped; local
4458 ssizeobjargproc func = (ssizeobjargproc)wrapped; local
4479 ssizessizeobjargproc func = (ssizessizeobjargproc)wrapped; local
4496 ssizessizeobjargproc func = (ssizessizeobjargproc)wrapped; local
4513 objobjproc func = (objobjproc)wrapped; local
4530 objobjargproc func = (objobjargproc)wrapped; local
4546 objobjargproc func = (objobjargproc)wrapped; local
4563 cmpfunc func = (cmpfunc)wrapped; local
4589 hackcheck(PyObject *self, setattrofunc func, char *what) argument
4609 setattrofunc func = (setattrofunc)wrapped; local
4627 setattrofunc func = (setattrofunc)wrapped; local
4646 hashfunc func = (hashfunc)wrapped; local
4660 ternaryfunc func = (ternaryfunc)wrapped; local
4668 richcmpfunc func = (richcmpfunc)wrapped; local
4695 unaryfunc func = (unaryfunc)wrapped; local
4709 descrgetfunc func = (descrgetfunc)wrapped; local
4730 descrsetfunc func = (descrsetfunc)wrapped; local
4746 descrsetfunc func = (descrsetfunc)wrapped; local
4763 initproc func = (initproc)wrapped; local
4840 PyObject *func; local
4983 PyObject *func, *args = NULL, *ival = NULL, *retval = NULL; local
5081 PyObject *func, *res, *args; local
5169 PyObject *func, *args; local
5311 PyObject *func, *args, *res; local
5367 PyObject *func, *res; local
5384 PyObject *func, *res; local
5402 PyObject *func; local
5577 PyObject *func, *args, *res; local
5622 PyObject *func, *res; local
5728 PyObject *func; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c687 posix_fildes(PyObject *fdobj, int (*func)(int)) argument
697 res = (*func)(fd);
706 posix_1str(PyObject *args, char *format, int (*func)(const char*))
714 res = (*func)(path1);
726 int (*func)(const char *, const char *))
735 res = (*func)(path1, path2);
748 win32_1str(PyObject* args, char* func, argument
763 return win32_error_unicode(func, PyUnicode_AsUnicode(uni));
773 return win32_error(func, ansi);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtypeobject.c1221 PyObject *args, *func = 0, *retval; local
1224 func = lookup_maybe(o, name, nameobj);
1225 if (func == NULL) {
1243 retval = PyObject_Call(func, args, NULL);
1246 Py_DECREF(func);
1257 PyObject *args, *func = 0, *retval; local
1260 func = lookup_maybe(o, name, nameobj);
1261 if (func == NULL) {
1281 retval = PyObject_Call(func, args, NULL);
1284 Py_DECREF(func);
1830 descrgetfunc func; local
1866 descrsetfunc func; local
4181 lenfunc func = (lenfunc)wrapped; local
4195 inquiry func = (inquiry)wrapped; local
4209 binaryfunc func = (binaryfunc)wrapped; local
4221 binaryfunc func = (binaryfunc)wrapped; local
4238 binaryfunc func = (binaryfunc)wrapped; local
4255 coercion func = (coercion)wrapped; local
4283 ternaryfunc func = (ternaryfunc)wrapped; local
4297 ternaryfunc func = (ternaryfunc)wrapped; local
4311 unaryfunc func = (unaryfunc)wrapped; local
4321 ssizeargfunc func = (ssizeargfunc)wrapped; local
4356 ssizeargfunc func = (ssizeargfunc)wrapped; local
4375 ssizessizeargfunc func = (ssizessizeargfunc)wrapped; local
4386 ssizeobjargproc func = (ssizeobjargproc)wrapped; local
4406 ssizeobjargproc func = (ssizeobjargproc)wrapped; local
4427 ssizessizeobjargproc func = (ssizessizeobjargproc)wrapped; local
4444 ssizessizeobjargproc func = (ssizessizeobjargproc)wrapped; local
4461 objobjproc func = (objobjproc)wrapped; local
4478 objobjargproc func = (objobjargproc)wrapped; local
4494 objobjargproc func = (objobjargproc)wrapped; local
4511 cmpfunc func = (cmpfunc)wrapped; local
4537 hackcheck(PyObject *self, setattrofunc func, char *what) argument
4557 setattrofunc func = (setattrofunc)wrapped; local
4575 setattrofunc func = (setattrofunc)wrapped; local
4594 hashfunc func = (hashfunc)wrapped; local
4608 ternaryfunc func = (ternaryfunc)wrapped; local
4616 richcmpfunc func = (richcmpfunc)wrapped; local
4643 unaryfunc func = (unaryfunc)wrapped; local
4657 descrgetfunc func = (descrgetfunc)wrapped; local
4678 descrsetfunc func = (descrsetfunc)wrapped; local
4694 descrsetfunc func = (descrsetfunc)wrapped; local
4711 initproc func = (initproc)wrapped; local
4788 PyObject *func; local
4931 PyObject *func, *args = NULL, *ival = NULL, *retval = NULL; local
5029 PyObject *func, *res, *args; local
5117 PyObject *func, *args; local
5259 PyObject *func, *args, *res; local
5315 PyObject *func, *res; local
5332 PyObject *func, *res; local
5350 PyObject *func; local
5525 PyObject *func, *args, *res; local
5570 PyObject *func, *res; local
5676 PyObject *func; local
[all...]

Completed in 427 milliseconds

123456