Searched refs:shortInput1 (Results 1 – 1 of 1) sorted by relevance
1705 uint16_t shortInput1 = 0; variable1706 uint16_t shortRst1 = htons(shortInput1);1721 EXPECT_EQ(shortInput1, shortRst1);1737 uint16_t shortInput1 = 0; variable1738 uint16_t shortRst1 = ntohs(shortInput1);1753 EXPECT_EQ(shortInput1, shortRst1);