HomeSort by relevance Sort by last modified time
    Searched refs:actx (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/main/
api_arrayelt.c 1566 AEcontext *actx = AE_CONTEXT(ctx); local
1712 AEcontext *actx = AE_CONTEXT(ctx); local
1739 AEcontext *actx = AE_CONTEXT(ctx); local
1764 const AEcontext *actx = AE_CONTEXT(ctx); local
1815 AEcontext *actx = AE_CONTEXT(ctx); local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_nettle.c 263 struct aes_ctx *actx = ctx; local
264 nettle_aes_encrypt(actx, AES_BLOCK_SIZE, crypt, plain);
271 struct aes_ctx *actx = ctx; local
272 bin_clear_free(actx, sizeof(*actx));
294 struct aes_ctx *actx = ctx; local
295 nettle_aes_decrypt(actx, AES_BLOCK_SIZE, plain, crypt);
302 struct aes_ctx *actx = ctx; local
303 bin_clear_free(actx, sizeof(*actx));
    [all...]
crypto_openssl.c 433 AES_KEY actx; local
438 if (AES_set_encrypt_key(kek, kek_len << 3, &actx))
440 res = AES_wrap_key(&actx, NULL, cipher, plain, n * 8);
441 OPENSSL_cleanse(&actx, sizeof(actx));
449 AES_KEY actx; local
454 if (AES_set_decrypt_key(kek, kek_len << 3, &actx))
456 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8);
457 OPENSSL_cleanse(&actx, sizeof(actx));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9.c 63 This->actx = pCTX;
68 if (!This->actx->thread_submit &&
73 params2.AllowDISCARDDelayedRelease = This->actx->discard_delayed_release;
74 params2.TearFreeDISCARD = This->actx->tearfree_discard;
193 This->desired_fences = This->actx->throttling ? This->actx->throttling_value + 1 : 0;
198 if (This->actx->vblank_mode == 0)
200 else if (This->actx->vblank_mode == 3)
237 if (This->actx->linear_framebuffer ||
242 (This->actx->ref && This->actx->ref == This->screen)
    [all...]
swapchain9.h 52 struct d3dadapter9_context *actx; member in struct:NineSwapChain9
device9.c 834 tmplt->actx,
    [all...]
  /build/soong/cc/
cc.go 260 useClangLld(actx ModuleContext) bool
307 useClangLld(actx ModuleContext) bool
772 func (ctx *moduleContextImpl) useClangLld(actx ModuleContext) bool {
773 return ctx.mod.linker.useClangLld(actx)
907 func (c *Module) GenerateAndroidBuildActions(actx android.ModuleContext) {
909 ModuleContext: actx,
1135 func (c *Module) beginMutator(actx android.BottomUpMutatorContext) {
1137 BaseContext: actx,
    [all...]
  /build/soong/android/
mutator.go 177 actx := &androidBottomUpMutatorContext{
181 m(actx)
192 actx := &androidTopDownMutatorContext{
196 m(actx)

Completed in 5221 milliseconds