Searched defs:pa (Results 1 - 7 of 7) sorted by last modified time

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
H A DQsort.c127 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
155 pa = pb = (char *)a + es;
162 swap(pa, pb);
163 pa += es;
192 r = MIN(pa - (char *)a, pb - pa);
196 if ((size_t)(r = pb - pa) > es)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c2595 digit *pa = a->ob_digit + i + 1; local
2612 while (pa < paend) {
2613 carry += *pz + *pa++ * f;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dlistobject.c1451 /* Merge the na elements starting at pa with the nb elements starting at pb
1452 * in a stable way, in-place. na and nb must be > 0, and pa + na == pb.
1453 * Must also have that *pb < *pa, that pa[na-1] belongs at the end of the
1458 merge_lo(MergeState *ms, PyObject **pa, Py_ssize_t na, argument
1467 assert(ms && pa && pb && na > 0 && nb > 0 && pa + na == pb);
1470 memcpy(ms->a, pa, na * sizeof(PyObject*));
1471 dest = pa;
1472 pa
1591 merge_hi(MergeState *ms, PyObject **pa, Py_ssize_t na, PyObject **pb, Py_ssize_t nb) argument
1731 PyObject **pa, **pb; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
H A Dlongobject.c2609 digit *pa = a->ob_digit + i + 1; local
2626 while (pa < paend) {
2627 carry += *pz + *pa++ * f;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlistobject.c1451 /* Merge the na elements starting at pa with the nb elements starting at pb
1452 * in a stable way, in-place. na and nb must be > 0, and pa + na == pb.
1453 * Must also have that *pb < *pa, that pa[na-1] belongs at the end of the
1458 merge_lo(MergeState *ms, PyObject **pa, Py_ssize_t na, argument
1467 assert(ms && pa && pb && na > 0 && nb > 0 && pa + na == pb);
1470 memcpy(ms->a, pa, na * sizeof(PyObject*));
1471 dest = pa;
1472 pa
1591 merge_hi(MergeState *ms, PyObject **pa, Py_ssize_t na, PyObject **pb, Py_ssize_t nb) argument
1731 PyObject **pa, **pb; local
[all...]
H A Dlongobject.c2595 digit *pa = a->ob_digit + i + 1; local
2612 while (pa < paend) {
2613 carry += *pz + *pa++ * f;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
H A Dpgen.c39 nfa *nf, node *n, int *pa, int *pb);
41 nfa *nf, node *n, int *pa, int *pb);
43 nfa *nf, node *n, int *pa, int *pb);
45 nfa *nf, node *n, int *pa, int *pb);
188 compile_rhs(labellist *ll, nfa *nf, node *n, int *pa, int *pb) argument
198 compile_alt(ll, nf, n, pa, pb);
202 a = *pa;
204 *pa = addnfastate(nf);
206 addnfaarc(nf, *pa, a, EMPTY);
215 addnfaarc(nf, *pa,
221 compile_alt(labellist *ll, nfa *nf, node *n, int *pa, int *pb) argument
243 compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb) argument
280 compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb) argument
[all...]

Completed in 157 milliseconds