Home
last modified time | relevance | path

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

/external/python/cpython3/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()
65 CHECK_SIZEOF(SIZEOF_LONG_LONG, long long); in test_config()
67 #undef CHECK_SIZEOF in test_config()
79 #define CHECK_SIZEOF(TYPE, EXPECTED) \ in test_sizeof_c_types() macro
96 CHECK_SIZEOF(Py_UCS1, 1); in test_sizeof_c_types()
[all …]
/external/python/cpython2/Modules/
D_testcapimodule.c64 #define CHECK_SIZEOF(FATNAME, TYPE) \ in test_config() macro
68 CHECK_SIZEOF(SIZEOF_SHORT, short); in test_config()
69 CHECK_SIZEOF(SIZEOF_INT, int); in test_config()
70 CHECK_SIZEOF(SIZEOF_LONG, long); in test_config()
71 CHECK_SIZEOF(SIZEOF_VOID_P, void*); in test_config()
72 CHECK_SIZEOF(SIZEOF_TIME_T, time_t); in test_config()
74 CHECK_SIZEOF(SIZEOF_LONG_LONG, PY_LONG_LONG); in test_config()
77 #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
/external/libffi/
DChangeLog.libffi-3.15581 * configure.in: Replace CHECK_SIZEOF and endian tests with