Home
last modified time | relevance | path

Searched defs:IS_SIGNED (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/emboss/compiler/front_end/
H A Dattributes.py27 IS_SIGNED = "is_signed" variable
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A DTableMarshal.h154 #define IS_SIGNED (1 << 2) // when the unmarshaled type is a signed value macro
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c111 #define IS_SIGNED(TYPE) (((TYPE)-1) < (TYPE)0) in test_sizeof_c_types() macro