Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_testcapimodule.c112 #define CHECK_SIGNNESS(TYPE, SIGNED) \ in test_sizeof_c_types() macro
124 CHECK_SIGNNESS(Py_UCS1, 0); in test_sizeof_c_types()
125 CHECK_SIGNNESS(Py_UCS2, 0); in test_sizeof_c_types()
126 CHECK_SIGNNESS(Py_UCS4, 0); in test_sizeof_c_types()
128 CHECK_SIGNNESS(int32_t, 1); in test_sizeof_c_types()
130 CHECK_SIGNNESS(uint32_t, 0); in test_sizeof_c_types()
132 CHECK_SIGNNESS(int64_t, 1); in test_sizeof_c_types()
134 CHECK_SIGNNESS(uint64_t, 0); in test_sizeof_c_types()
138 CHECK_SIGNNESS(size_t, 0); in test_sizeof_c_types()
140 CHECK_SIGNNESS(Py_ssize_ in test_sizeof_c_types()
[all...]

Completed in 7 milliseconds