Searched refs:tv_i (Results 1 – 4 of 4) sorted by relevance
185 self._dll.tv_i.restype = None186 self._dll.tv_i.argtypes = (c_int,)187 self.assertEqual(self._dll.tv_i(42), None)189 self.assertEqual(self._dll.tv_i(-42), None)
519 EXPORT(void) tv_i(int c) { S; return; } in tv_i() function
679 EXPORT(void) tv_i(int c) { S; return; } in tv_i() function