Home | History | Annotate | Download | only in test

Lines Matching refs:c_byte

19         self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
25 self._dll.tf_bb.restype = c_byte
26 self._dll.tf_bb.argtypes = (c_byte, c_byte)
38 self._dll.tf_bB.argtypes = (c_byte, c_ubyte)
50 self._dll.tf_bh.argtypes = (c_byte, c_short)
62 self._dll.tf_bH.argtypes = (c_byte, c_ushort)
74 self._dll.tf_bi.argtypes = (c_byte, c_int)
86 self._dll.tf_bI.argtypes = (c_byte, c_uint)
98 self._dll.tf_bl.argtypes = (c_byte, c_long)
122 self._dll.tf_bq.argtypes = (c_byte, c_longlong)
134 self._dll.tf_bQ.argtypes = (c_byte, c_ulonglong)
146 self._dll.tf_bf.argtypes = (c_byte, c_float)
158 self._dll.tf_bd.argtypes = (c_byte, c_double)
170 self._dll.tf_bD.argtypes = (c_byte, c_longdouble)