Home
last modified time | relevance | path

Searched refs:halfmagic (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c872 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF; in maybe_pyc_file() local
888 ((unsigned int)buf[1]<<8 | buf[0]) == halfmagic) in maybe_pyc_file()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c885 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF; in maybe_pyc_file() local
901 ((unsigned int)buf[1]<<8 | buf[0]) == halfmagic) in maybe_pyc_file()