HomeSort by relevance Sort by last modified time
    Searched refs:PyImport_GetMagicNumber (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
import.h 10 PyAPI_FUNC(long) PyImport_GetMagicNumber(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
import.h 10 PyAPI_FUNC(long) PyImport_GetMagicNumber(void);
  /external/python/cpython2/Include/
import.h 10 PyAPI_FUNC(long) PyImport_GetMagicNumber(void);
  /external/python/cpython3/Include/
import.h 15 PyAPI_FUNC(long) PyImport_GetMagicNumber(void);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 885 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF;
    [all...]
import.c 562 PyImport_GetMagicNumber(void)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 872 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF;
    [all...]
import.c 530 PyImport_GetMagicNumber(void)
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 893 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF;
    [all...]
import.c 584 PyImport_GetMagicNumber(void)
    [all...]
  /external/python/cpython3/Python/
pythonrun.c 311 unsigned int halfmagic = PyImport_GetMagicNumber() & 0xFFFF;
1047 long PyImport_GetMagicNumber(void);
1050 if (magic != PyImport_GetMagicNumber()) {
    [all...]
import.c 589 PyImport_GetMagicNumber(void)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c 977 if (get_long((unsigned char *)buf) != PyImport_GetMagicNumber()) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 949 if (get_long((unsigned char *)buf) != PyImport_GetMagicNumber()) {
    [all...]
  /external/python/cpython2/Modules/
zipimport.c 1067 if (get_uint32(buf) != (unsigned int)PyImport_GetMagicNumber()) {
    [all...]
  /external/python/cpython3/Modules/
zipimport.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 530 PyImport_GetMagicNumber(void)
    [all...]

Completed in 449 milliseconds