Home
last modified time | relevance | path

Searched refs:test_turn (Results 1 – 8 of 8) sorted by relevance

/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/test/
H A Dmain.c29 int test_turn(void);
71 if (test_turn()) { in main()
H A Dturn.c50 int test_turn() { in test_turn() function
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/tests/
H A Dtest-turn.c118 static void test_turn (char *username, char *password, char *hostname, int port) in test_turn() function
241 test_turn ("toto", "password", "127.0.0.1", "3478"); in turnserver()
246 test_turn ("youness.alaoui@collabora.co.uk", "badger", "numb.viagenie.ca", "3478"); in numb()
/dports/net-im/libnice/libnice-0.1.18/stun/tests/
H A Dtest-turn.c118 static void test_turn (char *username, char *password, char *hostname, int port) in test_turn() function
241 test_turn ("toto", "password", "127.0.0.1", "3478"); in turnserver()
246 test_turn ("youness.alaoui@collabora.co.uk", "badger", "numb.viagenie.ca", "3478"); in numb()
/dports/devel/py-aiortc/aiortc-1.2.1/tests/
H A Dtest_rtcicetransport.py66 def test_turn(self): member in ConnectionKwargsTest
208 def test_turn(self): member in ParseStunTurnUriTest
/dports/cad/py-phidl/phidl-1.0.1/tests/
H A Dtest_geometry.py43 def test_turn(): function
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dslash.c3719 p_ptr->test_turn = turn;
3751 if (p_ptr->test_turn == 0)
3754 else if ((turn - p_ptr->test_turn) < cfg.fps)
3757 …w# of seconds passed: %8d.%1d", (turn - p_ptr->test_turn) / cfg.fps, (((turn - p_ptr->test_tu…
3758 tmp = (p_ptr->test_dam * 10) / (((turn - p_ptr->test_turn) * 10) / cfg.fps);
3760 tmp, ((p_ptr->test_dam * 10) / ((turn - p_ptr->test_turn) / cfg.fps)) % 10);
3762 tmp = (p_ptr->test_heal * 10) / (((turn - p_ptr->test_turn) * 10) / cfg.fps);
3764 tmp, ((p_ptr->test_heal * 10) / ((turn - p_ptr->test_turn) / cfg.fps)) % 10);
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2873 u32b test_count, test_dam, test_heal, test_turn; member