Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c311 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF; in maybe_pyc_file() local
327 ((unsigned int)buf[1]<<8 | buf[0]) == halfmagic) in maybe_pyc_file()
/external/python/cpython2/Python/
Dpythonrun.c893 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF; in maybe_pyc_file() local
909 ((unsigned int)buf[1]<<8 | buf[0]) == halfmagic) in maybe_pyc_file()