Searched refs:InputType (Results 1 – 4 of 4) sorted by relevance
43 UINT32 InputType; in IIO_NonCanonRead() local68 InputType = 0; in IIO_NonCanonRead()69 if(tioMin != 0) InputType = 2; in IIO_NonCanonRead()70 if(tioTime != 0) ++InputType; in IIO_NonCanonRead()
60 PyTypeObject *InputType, *OutputType; member66 (Py_TYPE(O)==PycStringIO->InputType)
37 class InputType(Type): class in cStringIO98 class OutputType(InputType):