Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshal.h154 #define IS_SIGNED (1 << 2) // when the unmarshaled type is a signed value macro
155 #define SIGNED_MASK (SIZE_MASK | IS_SIGNED)
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableDrivenMarshal.c88 if(type & IS_SIGNED) in GetUnmarshaledInteger()
299 if(iSize & IS_SIGNED) in UnmarshalInteger()
311 if(iSize & IS_SIGNED) in UnmarshalInteger()
DTableMarshalData.c78 {UINT_MTYPE, 0 + IS_SIGNED},
80 {UINT_MTYPE, 1 + IS_SIGNED},
82 {UINT_MTYPE, 2 + IS_SIGNED},
84 {UINT_MTYPE, 3 + IS_SIGNED},
95 {MIN_MAX_MTYPE, ONE_BYTES|IS_SIGNED, (UINT8)TPM_RC_VALUE,
/external/python/cpython3/Modules/
D_testcapimodule.c101 #define IS_SIGNED(TYPE) (((TYPE)-1) < (TYPE)0) in test_sizeof_c_types() macro
103 if (IS_SIGNED(TYPE) != SIGNED) { \ in test_sizeof_c_types()
106 #TYPE, IS_SIGNED(TYPE), SIGNED); \ in test_sizeof_c_types()
139 #undef IS_SIGNED in test_sizeof_c_types()
/external/elfutils/src/
DChangeLog3767 * readelf.c (print_debug_frame_section): Initialize IS_SIGNED to false