Searched refs:n16 (Results 1 – 5 of 5) sorted by relevance
229 comm_UINT16 n16; in TransferData() local236 n16 = NETWORD( n16 ); in TransferData()240 n16 = NETWORD( n16 ); in TransferData()298 comm_UINT16 n16; in SendHandshake() local305 n16 = NETWORD( n16 ); in SendHandshake()306 WRITE_SOCKET( &n16, 2 ); in SendHandshake()309 n16 = NETWORD( n16 ); in SendHandshake()310 WRITE_SOCKET( &n16, 2 ); in SendHandshake()313 n16 = NETWORD( n16 ); in SendHandshake()314 WRITE_SOCKET( &n16, 2 ); in SendHandshake()[all …]
694 sal_Int16 n16; in convertFastPropertyValue() local695 convertPropertyValue( n16 , rValue ); in convertFastPropertyValue()697 if( n16 != nINT16 ) in convertFastPropertyValue()699 rConvertedValue <<= n16; in convertFastPropertyValue()1009 sal_Int16 n16; in test_PropertySetHelper() local1013 aValue >>= n16; in test_PropertySetHelper()1014 OSL_ENSURE( 22 == n16 , "PropertySetHelper: wrong INT16 value" ); in test_PropertySetHelper()1019 aValue >>= n16; in test_PropertySetHelper()1020 OSL_ENSURE( 44 == n16, "PropertySetHelper: wrong INT16 value" ); in test_PropertySetHelper()1042 aValues.getConstArray()[1] >>= n16; in test_PropertySetHelper()[all …]
236 sal_uInt16 n16; in ImpDetectGIF() local246 rStm >> n16; in ImpDetectGIF()247 if ( ( n16 == 0x6137 ) || ( n16 == 0x6139 ) ) in ImpDetectGIF()
510 sal_Int16 n16 = 0; in hasLongOrShortValue() local511 if( rAny >>= n16 ) in hasLongOrShortValue()
4290 sal_uInt16 n16; in WriteBlibStoreContainer() local4292 *pMergePicStreamBSE >> n16; in WriteBlibStoreContainer()4293 rSt << n16; in WriteBlibStoreContainer()4295 *pMergePicStreamBSE >> n16; in WriteBlibStoreContainer()4297 …DBG_ASSERT( n16 == ESCHER_BlipFirst + nBlibType , "EscherGraphicProvider::WriteBlibStoreContainer:… in WriteBlibStoreContainer()
Completed in 67 milliseconds