Home
last modified time | relevance | path

Searched defs:a1 (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h375 #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/
DPython-ast.h375 #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/google/dragon/audio/hal/dsp/
Dbiquad.c31 double a0, double a1, double a2) in set_coefficient()
64 double a1 = 2 * -gamma; in biquad_lowpass() local
99 double a1 = 2 * -gamma; in biquad_highpass() local
131 double a1 = -2 * k; in biquad_bandpass() local
177 double a1 = -2 * (a_minus_one + a_plus_one * k); in biquad_lowshelf() local
212 double a1 = 2 * (a_minus_one - a_plus_one * k); in biquad_highshelf() local
243 double a1 = -2 * k; in biquad_peaking() local
278 double a1 = -2 * k; in biquad_notch() local
313 double a1 = -2 * k; in biquad_allpass() local
Deq.c55 float a1 = q->a1; in eq_process1() local
90 float a1 = q->a1; in eq_process() local
Dcrossover.h22 float a1, a2; member
Dbiquad.h23 float a1, a2; member
Dcrossover2.c44 float32x4_t a1 = {lp->a1, hp->a1, lp->a1, hp->a1}; in lr42_split() local
130 __m128 a1 = {lp->a1, hp->a1, lp->a1, hp->a1}; in lr42_split() local
328 float32x4_t a1 = {lp->a1, hp->a1, lp->a1, hp->a1}; in lr42_merge() local
408 __m128 a1 = {lp->a1, hp->a1, lp->a1, hp->a1}; in lr42_merge() local
Dcrossover2.h25 float a1, a2; member
Ddrc.c149 float a1 = -(p1 + p2); in emphasis_stage_pair_biquads() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c143 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
Ditertoolsmodule.c1122 PyObject *it, *a1=NULL, *a2=NULL, *a3=NULL; in islice_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c143 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
Ditertoolsmodule.c1144 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/
Dgzwrite.c386 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/
Dtest_grammar.py166 def a1(one_arg,): pass function
798 def meth3(self, a1, a2): pass argument
Dtest_builtin.py140 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/
Dpy2_test_grammar.py170 def a1(one_arg,): pass function
794 def meth3(self, a1, a2): pass argument
Dpy3_test_grammar.py170 def a1(one_arg,): pass function
738 def meth3(self, a1, a2): pass argument
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dsysctl.h162 #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/
Dgzio.c637 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/
Dmain.c1217 eMsg3( char *s, char *a1, char *a2, char *a3 ) in eMsg3()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c3641 PyLongObject *a1, *a2; in long_rshift() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c3641 PyLongObject *a1, *a2; in long_rshift() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c3661 PyLongObject *a1, *a2; in long_rshift() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c793 UInt32 a1 = GET_PRICE_1a(p->choice); in LenEnc_SetPrices() local