Searched defs:rn (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dantlr.c1849 RuleRefNode *rn = (RuleRefNode *)((Junction *)zzaArg(zztasp2,2 ).left)->p1; local
1850 rn->elnum = e_num;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c3420 Py_ssize_t rn, i; local
3427 rn = PyString_Size(w);
3428 assert(rn % 4 == 0);
3429 for (i = 0; i < rn; i += 4) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c3403 Py_ssize_t rn, i; local
3410 rn = PyString_Size(w);
3411 assert(rn % 4 == 0);
3412 for (i = 0; i < rn; i += 4) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstringobject.c629 Py_ssize_t rn; local
645 rn = PyString_GET_SIZE(w);
646 Py_MEMCPY(p, r, rn);
647 p += rn;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstringobject.c629 Py_ssize_t rn; local
645 rn = PyString_GET_SIZE(w);
646 Py_MEMCPY(p, r, rn);
647 p += rn;

Completed in 292 milliseconds