Home
last modified time | relevance | path

Searched refs:shortInput1 (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/net_posix/src/
H A DActsNetTest.cpp1705 uint16_t shortInput1 = 0; in HWTEST_F() local
1706 uint16_t shortRst1 = htons(shortInput1); in HWTEST_F()
1721 EXPECT_EQ(shortInput1, shortRst1); in HWTEST_F()
1737 uint16_t shortInput1 = 0; in HWTEST_F() local
1738 uint16_t shortRst1 = ntohs(shortInput1); in HWTEST_F()
1753 EXPECT_EQ(shortInput1, shortRst1); in HWTEST_F()

Completed in 5 milliseconds