Home
last modified time | relevance | path

Searched refs:devCtx (Results 1 – 25 of 88) sorted by relevance

1234

/dports/net/ntp/ntp-4.2.8p15/ports/winnt/ntpd/
H A Dntp_iocpltypes.c147 DevCtx_t * devCtx; in DevCtxAlloc() local
152 if (devCtx != NULL) { in DevCtxAlloc()
160 return devCtx; in DevCtxAlloc()
165 DevCtx_t * devCtx in DevCtxAttach() argument
168 if (devCtx != NULL) in DevCtxAttach()
170 return devCtx; in DevCtxAttach()
175 DevCtx_t * devCtx in DevCtxDetach() argument
178 if (devCtx && !InterlockedDecrement(&devCtx->ref_count)) in DevCtxDetach()
196 DevCtx_t * devCtx in IoCtxAlloc() argument
204 ctx->devCtx = DevCtxAttach(devCtx); in IoCtxAlloc()
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/aggregate/reducers/
H A Ddeviation.c8 } devCtx; typedef
10 #define BLOCK_SIZE 1024 * sizeof(devCtx)
13 devCtx *dctx = BlkAlloc_Alloc(&rbase->alloc, sizeof(*dctx), BLOCK_SIZE); in stddevNewInstance()
19 static void stddevAddInternal(devCtx *dctx, double d) { in stddevAddInternal()
36 devCtx *dctx = ctx; in stddevAdd()
57 devCtx *dctx = instance; in stddevFinalize()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/aggregate/reducers/
H A Ddeviation.c8 } devCtx; typedef
10 #define BLOCK_SIZE 1024 * sizeof(devCtx)
13 devCtx *dctx = BlkAlloc_Alloc(&rbase->alloc, sizeof(*dctx), BLOCK_SIZE); in stddevNewInstance()
19 static void stddevAddInternal(devCtx *dctx, double d) { in stddevAddInternal()
36 devCtx *dctx = ctx; in stddevAdd()
57 devCtx *dctx = instance; in stddevFinalize()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/aggregate/reducers/
H A Ddeviation.c8 } devCtx; typedef
10 #define BLOCK_SIZE 1024 * sizeof(devCtx)
13 devCtx *dctx = BlkAlloc_Alloc(&rbase->alloc, sizeof(*dctx), BLOCK_SIZE); in stddevNewInstance()
19 static void stddevAddInternal(devCtx *dctx, double d) { in stddevAddInternal()
36 devCtx *dctx = ctx; in stddevAdd()
57 devCtx *dctx = instance; in stddevFinalize()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/
H A Dcommon_directx11.h37 void SetHWDeviceContext(CComPtr<ID3D11DeviceContext> devCtx);
H A Dcommon_directx11.cpp117 void SetHWDeviceContext(CComPtr<ID3D11DeviceContext> devCtx) in SetHWDeviceContext() argument
119 g_pD3D11Ctx = devCtx; in SetHWDeviceContext()
120 devCtx->GetDevice(&g_pD3D11Device); in SetHWDeviceContext()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tutorials/common/
H A Dcommon_directx11.h46 void SetHWDeviceContext(CComPtr<ID3D11DeviceContext> devCtx);
H A Dcommon_directx11.cpp129 void SetHWDeviceContext(CComPtr<ID3D11DeviceContext> devCtx) in SetHWDeviceContext() argument
131 g_pD3D11Ctx = devCtx; in SetHWDeviceContext()
132 devCtx->GetDevice(&g_pD3D11Device); in SetHWDeviceContext()
/dports/net/ntp/ntp-4.2.8p15/ports/winnt/libntp/
H A Dtermios.c34 DevCtx_t * devCtx; /* shared device context */ member
103 slot->devCtx = DevCtxAlloc(); in insert_com_unit()
124 DevCtxDetach(slot->devCtx); in remove_com_slot()
140 return (NULL != slot) ? slot->devCtx : NULL; in serial_devctx()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dcmac.h58 void* devCtx; member
H A Ddes3.h111 void* devCtx; member
H A Dsha.h149 void* devCtx; /* generic crypto callback context */
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dcmac.h58 void* devCtx; member
H A Ddes3.h111 void* devCtx; member
H A Dsha.h149 void* devCtx; /* generic crypto callback context */
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dcmac.h58 void* devCtx; member
H A Dsha.h149 void* devCtx; /* generic crypto callback context */
H A Ddes3.h111 void* devCtx; member
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dcmac.h58 void* devCtx; member
H A Ddes3.h111 void* devCtx; member
H A Dsha.h149 void* devCtx; /* generic crypto callback context */
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dcmac.h58 void* devCtx; member
H A Ddes3.h111 void* devCtx; member
H A Dsha.h149 void* devCtx; /* generic crypto callback context */
/dports/net/ntp/ntp-4.2.8p15/ports/winnt/include/
H A Dntp_iocpltypes.h133 DevCtx_t * devCtx; member

1234