Home
last modified time | relevance | path

Searched refs:TInstance (Results 1 – 25 of 149) sorted by relevance

123456

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dsm3600.h121 typedef struct TInstance *PTInstance;
169 typedef struct TInstance { struct
171 struct TInstance *pNext; argument
197 } TInstance; argument
255 __SM3600EXPORT__ TState EndScan(TInstance *this);
260 __SM3600EXPORT__ TState DoScanFile(TInstance *this);
263 __SM3600EXPORT__ void GetAreaSize(TInstance *this);
269 __SM3600EXPORT__ TState CancelScan(TInstance *this);
273 __SM3600EXPORT__ TState DoInit(TInstance *this);
274 __SM3600EXPORT__ TState DoReset(TInstance *this);
[all …]
H A Dsm3600-scanusb.c58 static int TransferControlMsg(TInstance *this, in TransferControlMsg()
89 static int TransferBulkRead(TInstance *this, in TransferBulkRead()
117 TState RegWrite(TInstance *this, int iRegister, int cb, unsigned long ulValue) in RegWrite()
153 TState RegWriteArray(TInstance *this, int iRegister, int cb, unsigned char *pchBuffer) in RegWriteArray()
177 TState MemWriteArray(TInstance *this, int iAddress, in MemWriteArray()
204 TState MemReadArray(TInstance *this, int iAddress, int cb, unsigned char *pchBuffer) in MemReadArray()
228 TState RegCheck(TInstance *this, int iRegister, int cch, unsigned long ulValue) in RegCheck()
288 int BulkRead(TInstance *this, FILE *fhOut, unsigned int cchBulk) in BulkRead()
350 int BulkReadBuffer(TInstance *this, in BulkReadBuffer()
406 unsigned int RegRead(TInstance *this, int iRegister, int cch) in RegRead()
H A Dsm3600-scanmtek.c82 TState DoInit(TInstance *this) in DoInit()
123 TState DoReset(TInstance *this) in DoReset()
184 TState WaitWhileBusy(TInstance *this, int cSecs) in WaitWhileBusy()
208 TState WaitWhileScanning(TInstance *this, int cSecs) in WaitWhileScanning()
235 TState DoLampSwitch(TInstance *this, int nPattern) in DoLampSwitch()
249 TState UploadGammaTable(TInstance *this, int iByteAddress, SANE_Int *pnGamma) in UploadGammaTable()
279 TState UploadGainCorrection(TInstance *this, int iTableOffset) in UploadGainCorrection()
H A Dsm3600.c144 InitOptions(TInstance *this) in InitOptions()
456 TInstance *this; in sane_open()
472 this = (TInstance*) calloc(1,sizeof(TInstance)); in sane_open()
494 this=(TInstance*)handle; in sane_close()
538 TInstance *this=(TInstance*)handle; in sane_get_option_descriptor()
551 TInstance *this; in sane_control_option()
552 this=(TInstance*)handle; in sane_control_option()
674 TInstance *this; in sane_get_parameters()
708 TInstance *this; in sane_start()
735 TInstance *this; in sane_read()
[all …]
H A Dsm3600-scanutil.c90 int SetError(TInstance *this, int nError, const char *szFormat, ...) in SetError()
143 TState FreeState(TInstance *this, TState nReturn) in FreeState()
170 TState EndScan(TInstance *this) in EndScan()
187 TState CancelScan(TInstance *this) in CancelScan()
220 TState ReadChunk(TInstance *this, unsigned char *achOut, in ReadChunk()
280 void GetAreaSize(TInstance *this) in GetAreaSize()
309 void ResetCalibration(TInstance *this) in ResetCalibration()
338 TState InitGammaTables(TInstance *this, int nBrightness, int nContrast) in InitGammaTables()
372 TState DoScanFile(TInstance *this) in DoScanFile()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dttfmemd.c28 gs_public_st_composite(st_TInstance, TInstance,
33 ENUM_PTR(0, TInstance, face);
34 ENUM_PTR(1, TInstance, FDefs);
35 ENUM_PTR(2, TInstance, IDefs);
39 ENUM_PTR(6, TInstance, cvt);
40 ENUM_PTR(7, TInstance, storage);
44 RELOC_PTR(TInstance, face);
45 RELOC_PTR(TInstance, FDefs);
46 RELOC_PTR(TInstance, IDefs);
50 RELOC_PTR(TInstance, cvt);
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dttfmemd.c28 gs_public_st_composite(st_TInstance, TInstance,
33 ENUM_PTR(0, TInstance, face);
34 ENUM_PTR(1, TInstance, FDefs);
35 ENUM_PTR(2, TInstance, IDefs);
39 ENUM_PTR(6, TInstance, cvt);
40 ENUM_PTR(7, TInstance, storage);
44 RELOC_PTR(TInstance, face);
45 RELOC_PTR(TInstance, FDefs);
46 RELOC_PTR(TInstance, IDefs);
50 RELOC_PTR(TInstance, cvt);
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dttfmemd.c30 gs_public_st_composite(st_TInstance, TInstance,
35 ENUM_PTR(0, TInstance, face);
36 ENUM_PTR(1, TInstance, FDefs);
37 ENUM_PTR(2, TInstance, IDefs);
41 ENUM_PTR(6, TInstance, cvt);
42 ENUM_PTR(7, TInstance, storage);
46 RELOC_PTR(TInstance, face);
47 RELOC_PTR(TInstance, FDefs);
48 RELOC_PTR(TInstance, IDefs);
52 RELOC_PTR(TInstance, cvt);
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dttfmemd.c30 gs_public_st_composite(st_TInstance, TInstance,
35 ENUM_PTR(0, TInstance, face);
36 ENUM_PTR(1, TInstance, FDefs);
37 ENUM_PTR(2, TInstance, IDefs);
41 ENUM_PTR(6, TInstance, cvt);
42 ENUM_PTR(7, TInstance, storage);
46 RELOC_PTR(TInstance, face);
47 RELOC_PTR(TInstance, FDefs);
48 RELOC_PTR(TInstance, IDefs);
52 RELOC_PTR(TInstance, cvt);
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dttfmemd.c30 gs_public_st_composite(st_TInstance, TInstance,
35 ENUM_PTR(0, TInstance, face);
36 ENUM_PTR(1, TInstance, FDefs);
37 ENUM_PTR(2, TInstance, IDefs);
41 ENUM_PTR(6, TInstance, cvt);
42 ENUM_PTR(7, TInstance, storage);
46 RELOC_PTR(TInstance, face);
47 RELOC_PTR(TInstance, FDefs);
48 RELOC_PTR(TInstance, IDefs);
52 RELOC_PTR(TInstance, cvt);
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dttfmemd.c30 gs_public_st_composite(st_TInstance, TInstance,
35 ENUM_PTR(0, TInstance, face);
36 ENUM_PTR(1, TInstance, FDefs);
37 ENUM_PTR(2, TInstance, IDefs);
41 ENUM_PTR(6, TInstance, cvt);
42 ENUM_PTR(7, TInstance, storage);
46 RELOC_PTR(TInstance, face);
47 RELOC_PTR(TInstance, FDefs);
48 RELOC_PTR(TInstance, IDefs);
52 RELOC_PTR(TInstance, cvt);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Internal/
H A DTypeActivator.cs17 public static Func<TInstance> Create<TInstance>() where TInstance : class
19 return Create<TInstance>(typeof(TInstance));
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/impl/
H A Dnetschedule_api_int.hpp95 void SubmitJob(CNetScheduleSubmitter::TInstance submitter,
112 TJobInfo RequestJobWatching(CNetScheduleAPI::TInstance ns_api,
118 bool RequestJobWatching(CNetScheduleAPI::TInstance ns_api,
152 bool RequestJob(CNetScheduleExecutor::TInstance executor,
155 bool CheckRequestJobNotification(CNetScheduleExecutor::TInstance executor,
168 CNetScheduleAPIExt(TInstance api) : CNetScheduleAPI(api) {} in CNetScheduleAPIExt()
169 CNetScheduleAPIExt& operator=(TInstance api) in operator =()
181 CNetScheduleAPI GetServer(CNetServer::TInstance server);
188 static TInstance CreateWnCompat(const string&, const string&);
191 static TInstance CreateNoCfgLoad(const string&, const string&, const string&);
H A Dnetstorage_int.hpp75 CNetStorageObjectLoc(CCompoundIDPool::TInstance cid_pool,
80 CNetStorageObjectLoc(CCompoundIDPool::TInstance cid_pool,
85 CNetStorageObjectLoc(CCompoundIDPool::TInstance cid_pool,
255 CNetStorageAdmin(CNetStorage::TInstance netstorage_impl);
262 CNetServer::TInstance server_to_use = NULL,
265 CNetStorageAdmin GetServer(CNetServer::TInstance server);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/impl/
H A Dnetschedule_api_int.hpp95 void SubmitJob(CNetScheduleSubmitter::TInstance submitter,
112 TJobInfo RequestJobWatching(CNetScheduleAPI::TInstance ns_api,
118 bool RequestJobWatching(CNetScheduleAPI::TInstance ns_api,
152 bool RequestJob(CNetScheduleExecutor::TInstance executor,
155 bool CheckRequestJobNotification(CNetScheduleExecutor::TInstance executor,
168 CNetScheduleAPIExt(TInstance api) : CNetScheduleAPI(api) {} in CNetScheduleAPIExt()
169 CNetScheduleAPIExt& operator=(TInstance api) in operator =()
181 CNetScheduleAPI GetServer(CNetServer::TInstance server);
188 static TInstance CreateWnCompat(const string&, const string&);
191 static TInstance CreateNoCfgLoad(const string&, const string&, const string&);
H A Dnetstorage_int.hpp75 CNetStorageObjectLoc(CCompoundIDPool::TInstance cid_pool,
80 CNetStorageObjectLoc(CCompoundIDPool::TInstance cid_pool,
85 CNetStorageObjectLoc(CCompoundIDPool::TInstance cid_pool,
255 CNetStorageAdmin(CNetStorage::TInstance netstorage_impl);
262 CNetServer::TInstance server_to_use = NULL,
265 CNetStorageAdmin GetServer(CNetServer::TInstance server);
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/Microsoft.TestCommon/
H A DReflectionAssert.cs28 …e static void TestPropertyValue<TInstance, TValue>(TInstance instance, Func<TInstance, TValue> get… in TestPropertyValue() argument
35 …e static void TestPropertyValue<TInstance, TValue>(TInstance instance, Func<TInstance, TValue> get… in TestPropertyValue() argument
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/connect/services/
H A Dnetcache_api.hpp177 CNetScheduleAPI::TInstance ns_api = NULL);
189 CNetScheduleAPI::TInstance ns_api = NULL);
201 CNetScheduleAPI::TInstance ns_api = NULL);
204 CNetScheduleAPI::TInstance ns_api = NULL);
208 CNetScheduleAPI::TInstance ns_api = NULL);
540 typedef CNamedParameter<CNetServer::TInstance,
596 void SetCompoundIDPool(CCompoundIDPool::TInstance compound_id_pool);
618 CBlobStorage_NetCache(CNetCacheAPI::TInstance nc_client) : in CBlobStorage_NetCache()
H A Dnetcache_key.hpp74 CCompoundIDPool::TInstance id_pool = NULL);
82 CCompoundIDPool::TInstance id_pool = NULL);
87 CCompoundIDPool::TInstance id_pool = NULL);
130 CCompoundIDPool::TInstance id_pool = NULL) in IsValidKey()
134 CCompoundIDPool::TInstance id_pool = NULL) in IsValidKey()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/connect/services/
H A Dnetcache_api.hpp177 CNetScheduleAPI::TInstance ns_api = NULL);
189 CNetScheduleAPI::TInstance ns_api = NULL);
201 CNetScheduleAPI::TInstance ns_api = NULL);
204 CNetScheduleAPI::TInstance ns_api = NULL);
208 CNetScheduleAPI::TInstance ns_api = NULL);
540 typedef CNamedParameter<CNetServer::TInstance,
596 void SetCompoundIDPool(CCompoundIDPool::TInstance compound_id_pool);
618 CBlobStorage_NetCache(CNetCacheAPI::TInstance nc_client) : in CBlobStorage_NetCache()
H A Dnetcache_key.hpp74 CCompoundIDPool::TInstance id_pool = NULL);
82 CCompoundIDPool::TInstance id_pool = NULL);
87 CCompoundIDPool::TInstance id_pool = NULL);
130 CCompoundIDPool::TInstance id_pool = NULL) in IsValidKey()
134 CCompoundIDPool::TInstance id_pool = NULL) in IsValidKey()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seq/
H A Dseq_id_mapper.cpp47 typedef CSeq_id_Mapper TInstance; typedef
50 static TInstance* s_Instance = 0;
53 CRef<TInstance> TInstance::GetInstance(void) in GetInstance()
55 CRef<TInstance> ret; in GetInstance()
63 ret.Reset(new TInstance); in GetInstance()
72 static void s_ResetInstance(TInstance* instance) in s_ResetInstance()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/seq/
H A Dseq_id_mapper.cpp47 typedef CSeq_id_Mapper TInstance; typedef
50 static TInstance* s_Instance = 0;
53 CRef<TInstance> TInstance::GetInstance(void) in GetInstance()
55 CRef<TInstance> ret; in GetInstance()
63 ret.Reset(new TInstance); in GetInstance()
72 static void s_ResetInstance(TInstance* instance) in s_ResetInstance()
/dports/editors/lazarus/lazarus/components/sparta/generics/source/
H A Dgenerics.defaults.pas347 PInstance = ^TInstance;
348 TInstance = record
349 … class function Create(ASelector: Boolean; AInstance: Pointer): TComparerService.TInstance; static; in Create()
350 … class function CreateSelector(ASelectorInstance: CodePointer): TComparerService.TInstance; static; in CreateSelector()
441 ComparerInstances: array[TTypeKind] of TInstance =
633 FEqualityComparerInstances: array[TTypeKind] of TInstance;
752 FExtendedEqualityComparerInstances: array[TTypeKind] of TInstance;
2158 class function TComparerService.TInstance.Create(ASelector: Boolean; in TComparerService.TInstance.Create()
2159 AInstance: Pointer): TComparerService.TInstance;
2165 class function TComparerService.TInstance.CreateSelector(ASelectorInstance: CodePointer): TComparer… in TComparerService.TInstance.CreateSelector()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/generics/source/
H A Dsparta_generics.defaults.pas348 PInstance = ^TInstance;
349 TInstance = record
350 … class function Create(ASelector: Boolean; AInstance: Pointer): TComparerService.TInstance; static; in Create()
351 … class function CreateSelector(ASelectorInstance: CodePointer): TComparerService.TInstance; static; in CreateSelector()
442 ComparerInstances: array[TTypeKind] of TInstance =
635 FEqualityComparerInstances: array[TTypeKind] of TInstance;
754 FExtendedEqualityComparerInstances: array[TTypeKind] of TInstance;
2178 class function TComparerService.TInstance.Create(ASelector: Boolean; in TComparerService.TInstance.Create()
2179 AInstance: Pointer): TComparerService.TInstance;
2185 class function TComparerService.TInstance.CreateSelector(ASelectorInstance: CodePointer): TComparer… in TComparerService.TInstance.CreateSelector()
[all …]

123456