Home
last modified time | relevance | path

Searched refs:addstate (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpgenheaders.h22 #define addstate _Py_addstate macro
Dgrammar.h73 int addstate(dfa *d);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpgenheaders.h22 #define addstate _Py_addstate macro
Dgrammar.h73 int addstate(dfa *d);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Dutf_32.py80 addstate = int((sys.byteorder == "big") !=
82 return (state, addstate)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Dutf_32.py80 addstate = int((sys.byteorder == "big") !=
82 return (state, addstate)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dgrammar.c55 addstate(dfa *d) in addstate() function
Dpgen.c609 yy->ss_rename = addstate(d); in convert()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar.c55 addstate(dfa *d) in addstate() function