Searched refs:ctxs (Results 1 – 9 of 9) sorted by relevance
/external/syzkaller/vendor/google.golang.org/appengine/internal/ |
D | api_pre17.go | 93 ctxs.Lock() 94 ctxs.m[r] = c 95 ctxs.Unlock() 97 ctxs.Lock() 98 delete(ctxs.m, r) 99 ctxs.Unlock() 199 var ctxs = struct { var 262 ctxs.Lock() 263 c := ctxs.m[req] 264 d := ctxs.dec[req] [all …]
|
/external/webp/src/dsp/ |
D | cost_sse2.c | 46 uint8_t levels[16], ctxs[16]; in GetResidualCost_SSE2() local 76 _mm_storeu_si128((__m128i*)&ctxs[0], G); in GetResidualCost_SSE2() 83 const int ctx = ctxs[n]; in GetResidualCost_SSE2() 97 const int ctx = ctxs[n]; in GetResidualCost_SSE2()
|
D | cost_neon.c | 52 uint8_t levels[16], ctxs[16]; in GetResidualCost_NEON() local 79 vst1q_u8(ctxs, G); in GetResidualCost_NEON() 86 const int ctx = ctxs[n]; in GetResidualCost_NEON() 100 const int ctx = ctxs[n]; in GetResidualCost_NEON()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | mqc.h | 90 const opj_mqc_state_t *ctxs[MQC_NUMCTXS]; member 137 #define opj_mqc_setcurctx(mqc, ctxno) (mqc)->curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)]
|
D | mqc.c | 550 mqc->ctxs[i] = mqc_states; in opj_mqc_resetstates() 557 mqc->ctxs[ctxno] = &mqc_states[msb + (OPJ_UINT32)(prob << 1)]; in opj_mqc_setstate()
|
D | t1.c | 62 #define opj_t1_setcurctx(curctx, ctxno) curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)]
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 302 rbug_context_t *ctxs; in rbug_context_list() local 306 ctxs = MALLOC(rb_screen->num_contexts * sizeof(rbug_context_t)); in rbug_context_list() 309 ctxs[i++] = VOID2U64(rb_context); in rbug_context_list() 313 rbug_send_context_list_reply(tr_rbug->con, serial, ctxs, i, NULL); in rbug_context_list() 314 FREE(ctxs); in rbug_context_list()
|
/external/autotest/client/cros/multimedia/ |
D | cfm_facade_native.py | 179 ctxs = kiosk_utils.get_webview_contexts(self._resource._browser, 181 for ctx in ctxs:
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 2233 PICK_MODE_CONTEXT ctxs[3], in rd_test_partition3() 2249 RTP_STX_TRY_ARGS partition, ctx, &ctxs[0])) in rd_test_partition3() 2254 RTP_STX_TRY_ARGS partition, &ctxs[0], &ctxs[1])) in rd_test_partition3() 2266 RTP_STX_TRY_ARGS partition, &ctxs[1], &ctxs[2])) in rd_test_partition3()
|