Home
last modified time | relevance | path

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

/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dhello_ext.c819 #define VALIDITY_MASK (GNUTLS_EXT_FLAG_CLIENT_HELLO | GNUTLS_EXT_FLAG_TLS12_SERVER_HELLO | \ macro
914 if ((tmp_mod.validity & VALIDITY_MASK) == 0) { in gnutls_session_ext_register()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/compose/
H A DTextFlowLine.as111 static private const VALIDITY_MASK:uint = 7; // 3 bits constant in flashx.textLayout.compose.TextFlowLine
574 setFlag(_validities.indexOf(value),VALIDITY_MASK);
593 return _validities[getFlag(VALIDITY_MASK)];