Home
last modified time | relevance | path

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

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