Searched refs:usResult (Results 1 – 6 of 6) sorted by relevance
197 uint16_t usResult = 0xffffU; in usBitConfig_read_16() local198 const size_t uxNeeded = sizeof usResult; in usBitConfig_read_16()199 uint8_t pucData[ sizeof usResult ]; in usBitConfig_read_16()203 usResult = ( uint16_t ) ( ( ( ( uint16_t ) pucData[ 0 ] ) << 8 ) | in usBitConfig_read_16()207 return usResult; in usBitConfig_read_16()
2962 uint16_t usResult = 0; in prvGetPrivatePortNumber() local2990 usResult = ( uint16_t ) ( socketAUTO_PORT_ALLOCATION_START_NUMBER + in prvGetPrivatePortNumber()2997 ( TickType_t ) FreeRTOS_htons( usResult ) ) ) in prvGetPrivatePortNumber()2999 usResult = FreeRTOS_htons( usResult ); in prvGetPrivatePortNumber()3004 usResult = 0; in prvGetPrivatePortNumber()3011 return usResult; in prvGetPrivatePortNumber()
18 uint16_t usResult; in prvGetPrivatePortNumber() local20 return usResult; in prvGetPrivatePortNumber()
20 uint16_t usResult; in prvGetPrivatePortNumber() local22 return usResult; in prvGetPrivatePortNumber()
2082 uint16_t usResult; in test_usGenerateChecksum_UnallignedAccess() local2098 usResult = usGenerateChecksum( usSum, &pucNextData[ uxUnalligned ], uxByteCount ); in test_usGenerateChecksum_UnallignedAccess()2100 TEST_ASSERT_EQUAL( 0x5A5A, usResult ); in test_usGenerateChecksum_UnallignedAccess()2109 uint16_t usResult; in test_usGenerateChecksum_OneByteToChecksum() local2125 usResult = usGenerateChecksum( usSum, &pucNextData[ uxUnalligned ], uxByteCount ); in test_usGenerateChecksum_OneByteToChecksum()2127 TEST_ASSERT_EQUAL( 0xAB00, usResult ); in test_usGenerateChecksum_OneByteToChecksum()2136 uint16_t usResult; in test_usGenerateChecksum_OneByteAllignedButZeroLength() local2152 usResult = usGenerateChecksum( usSum, &pucNextData[ uxUnalligned ], uxByteCount ); in test_usGenerateChecksum_OneByteAllignedButZeroLength()2154 TEST_ASSERT_EQUAL( 0, usResult ); in test_usGenerateChecksum_OneByteAllignedButZeroLength()2163 uint16_t usResult; in test_usGenerateChecksum_TwoByteAlligned() local[all …]