/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 375 #define Module(a0, a1) _Py_Module(a0, a1) argument 377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) argument 379 #define Expression(a0, a1) _Py_Expression(a0, a1) argument 381 #define Suite(a0, a1) _Py_Suite(a0, a1) argument 383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6) argument 387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6) argument 391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3) argument 393 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) argument 396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) argument 399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5) argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | Python-ast.h | 375 #define Module(a0, a1) _Py_Module(a0, a1) argument 377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) argument 379 #define Expression(a0, a1) _Py_Expression(a0, a1) argument 381 #define Suite(a0, a1) _Py_Suite(a0, a1) argument 383 #define FunctionDef(a0, a1, a2, a3, a4, a5, a6) _Py_FunctionDef(a0, a1, a2, a3, a4, a5, a6) argument 387 #define ClassDef(a0, a1, a2, a3, a4, a5, a6) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6) argument 391 #define Return(a0, a1, a2, a3) _Py_Return(a0, a1, a2, a3) argument 393 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) argument 396 #define Assign(a0, a1, a2, a3, a4) _Py_Assign(a0, a1, a2, a3, a4) argument 399 #define AugAssign(a0, a1, a2, a3, a4, a5) _Py_AugAssign(a0, a1, a2, a3, a4, a5) argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | operator.c | 143 PyObject *a1, *a2; in spami() local 152 PyObject *a1, *a2; in op_ipow() local 167 PyObject *a1, *a2, *result = NULL; in is_() local 178 PyObject *a1, *a2, *result = NULL; in is_not() local 189 PyObject *a1; in op_getslice() local 200 PyObject *a1, *a4; in op_setslice() local 215 PyObject *a1; in op_delslice() local
|
D | itertoolsmodule.c | 1122 PyObject *it, *a1=NULL, *a2=NULL, *a3=NULL; in islice_new() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | operator.c | 143 PyObject *a1, *a2; in spami() local 152 PyObject *a1, *a2; in op_ipow() local 167 PyObject *a1, *a2, *result = NULL; in is_() local 178 PyObject *a1, *a2, *result = NULL; in is_not() local 189 PyObject *a1; in op_getslice() local 200 PyObject *a1, *a4; in op_setslice() local 215 PyObject *a1; in op_delslice() local
|
D | itertoolsmodule.c | 1144 PyObject *it, *a1=NULL, *a2=NULL, *a3=NULL; in islice_new() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzwrite.c | 386 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_grammar.py | 166 def a1(one_arg,): pass function 798 def meth3(self, a1, a2): pass argument
|
D | test_builtin.py | 140 def f1(a1): argument 142 def f2(a1, a2): argument 145 def f3(a1, a2, a3): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 170 def a1(one_arg,): pass function 794 def meth3(self, a1, a2): pass argument
|
D | py3_test_grammar.py | 170 def a1(one_arg,): pass function 738 def meth3(self, a1, a2): pass argument
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | sysctl.h | 162 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \ argument 174 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | gzio.c | 637 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, in gzprintf() argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | main.c | 1217 eMsg3( char *s, char *a1, char *a2, char *a3 ) in eMsg3()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/ |
D | longobject.c | 3661 PyLongObject *a1, *a2; in long_rshift() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | longobject.c | 3641 PyLongObject *a1, *a2; in long_rshift() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
D | longobject.c | 3641 PyLongObject *a1, *a2; in long_rshift() local
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 809 UInt32 a1 = GET_PRICE_1a(p->choice); in LenEnc_SetPrices() local
|