Home
last modified time | relevance | path

Searched refs:ViInt64 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/librevisa/librevisa-0.0.20130412/include/
H A Dvisatype.h63 typedef _VI_SIGNED __int64 ViInt64; typedef
75 typedef int64_t ViInt64; typedef
89 typedef ViInt64 _VI_PTR ViPInt64;
90 typedef ViInt64 _VI_PTR ViAInt64;
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/ctwrapper/
H A Dtypes.py36 ViInt64, ViPInt64, ViAInt64 = _type_triplet(_ctypes.c_int64) variable