Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c86 #define IS_SIGNED(TYPE) (((TYPE)-1) < (TYPE)0) in test_sizeof_c_types() macro
88 if (IS_SIGNED(TYPE) != SIGNED) { \ in test_sizeof_c_types()
91 #TYPE, IS_SIGNED(TYPE), SIGNED); \ in test_sizeof_c_types()
124 #undef IS_SIGNED in test_sizeof_c_types()
/external/elfutils/src/
DChangeLog3079 * readelf.c (print_debug_frame_section): Initialize IS_SIGNED to false