Searched refs:halfmagic (Results 1 – 2 of 2) sorted by relevance
893 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF; in maybe_pyc_file() local909 ((unsigned int)buf[1]<<8 | buf[0]) == halfmagic) in maybe_pyc_file()
324 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF; in maybe_pyc_file() local340 ((unsigned int)buf[1]<<8 | buf[0]) == halfmagic) in maybe_pyc_file()