Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c55 #define CHECK_SIZEOF(FATNAME, TYPE) \ in test_config() macro
59 CHECK_SIZEOF(SIZEOF_SHORT, short); in test_config()
60 CHECK_SIZEOF(SIZEOF_INT, int); in test_config()
61 CHECK_SIZEOF(SIZEOF_LONG, long); in test_config()
62 CHECK_SIZEOF(SIZEOF_VOID_P, void*); in test_config()
63 CHECK_SIZEOF(SIZEOF_TIME_T, time_t); in test_config()
65 CHECK_SIZEOF(SIZEOF_LONG_LONG, PY_LONG_LONG); in test_config()
68 #undef CHECK_SIZEOF in test_config()