Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c56 #define CHECK_SIZEOF(FATNAME, TYPE) \ in test_config() macro
60 CHECK_SIZEOF(SIZEOF_SHORT, short); in test_config()
61 CHECK_SIZEOF(SIZEOF_INT, int); in test_config()
62 CHECK_SIZEOF(SIZEOF_LONG, long); in test_config()
63 CHECK_SIZEOF(SIZEOF_VOID_P, void*); in test_config()
64 CHECK_SIZEOF(SIZEOF_TIME_T, time_t); in test_config()
66 CHECK_SIZEOF(SIZEOF_LONG_LONG, PY_LONG_LONG); in test_config()
69 #undef CHECK_SIZEOF in test_config()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.15581 * configure.in: Replace CHECK_SIZEOF and endian tests with