Searched defs:isbytecode (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dzipimport.c1110 get_code_from_data(ZipImporter *self, int ispackage, int isbytecode, argument
1126 if (isbytecode) {
1165 int isbytecode = zso->type & IS_BYTECODE; local
1167 if (isbytecode)
1172 isbytecode, mtime,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dzipimport.c1082 get_code_from_data(ZipImporter *self, int ispackage, int isbytecode, argument
1098 if (isbytecode) {
1137 int isbytecode = zso->type & IS_BYTECODE; local
1139 if (isbytecode)
1144 isbytecode, mtime,

Completed in 10 milliseconds