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

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

Completed in 80 milliseconds