Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_testcapimodule.c81 #define CHECK_SIZEOF(FATNAME, TYPE) \ in test_config() macro
85 CHECK_SIZEOF(SIZEOF_SHORT, short); in test_config()
86 CHECK_SIZEOF(SIZEOF_INT, int); in test_config()
87 CHECK_SIZEOF(SIZEOF_LONG, long); in test_config()
88 CHECK_SIZEOF(SIZEOF_VOID_P, void*); in test_config()
89 CHECK_SIZEOF(SIZEOF_TIME_T, time_t); in test_config()
90 CHECK_SIZEOF(SIZEOF_LONG_LONG, long long); in test_config()
92 #undef CHECK_SIZEOF in test_config() macro
104 #define CHECK_SIZEOF(TYPE, EXPECTED) \ in test_sizeof_c_types() macro
121 CHECK_SIZEOF(Py_UCS in test_sizeof_c_types()
151 #undef CHECK_SIZEOF test_sizeof_c_types() macro
[all...]

Completed in 7 milliseconds