Home
last modified time | relevance | path

Searched refs:yy (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgen.c390 ss_state *xx_state, *yy; in makedfa() local
402 yy = &xx_state[0]; in makedfa()
403 yy->ss_ss = ss; in makedfa()
404 yy->ss_narcs = 0; in makedfa()
405 yy->ss_arc = NULL; in makedfa()
406 yy->ss_deleted = 0; in makedfa()
407 yy->ss_finish = testbit(ss, nf->nf_finish); in makedfa()
408 if (yy->ss_finish) in makedfa()
418 yy = &xx_state[istate]; in makedfa()
419 ss = yy->ss_ss; in makedfa()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
D_parseaddr.py74 [dd, mm, yy, tm, tz] = data
85 i = yy.find(':')
87 yy, tm = tm, yy
88 if yy[-1] == ',':
89 yy = yy[:-1]
90 if not yy[0].isdigit():
91 yy, tz = tz, yy
103 yy = int(yy)
115 if yy < 100:
117 if yy > 68:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drfc822.py880 [dd, mm, yy, tm, tz] = data
890 i = yy.find(':')
892 yy, tm = tm, yy
893 if yy[-1] == ',':
894 yy = yy[:-1]
895 if not yy[0].isdigit():
896 yy, tz = tz, yy
908 yy = int(yy)
932 return (yy, mm, dd, thh, tmm, tss, 0, 1, 0, tzoffset)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistobject.c1982 PyObject *x, *y, *xx, *yy; in cmpwrapper_call() local
1993 yy = ((sortwrapperobject *)y)->key; in cmpwrapper_call()
1994 return PyObject_CallFunctionObjArgs(co->func, xx, yy, NULL); in cmpwrapper_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistobject.c1983 PyObject *x, *y, *xx, *yy; in cmpwrapper_call() local
1994 yy = ((sortwrapperobject *)y)->key; in cmpwrapper_call()
1995 return PyObject_CallFunctionObjArgs(co->func, xx, yy, NULL); in cmpwrapper_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME230 # Version number of the test as float (x.yy); this is important
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni765 "DATE [mm/dd/[yy]yy][-sfo]\r\n"
771 " yy/yyyy - Specifies the year of the date to be set. If only two digits,\r\n"