OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctxs
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/coregrind/m_debuginfo/
readdwarf.c
1926
const struct UnwindContextState*
ctxs
= &ctx->state[j];
local
2019
const struct UnwindContextState*
ctxs
;
local
2470
const struct UnwindContextState*
ctxs
= &ctx->state[ctx->state_sp];
local
2666
const struct UnwindContextState*
ctxs
= &ctx->state[ctx->state_sp];
local
2897
struct UnwindContextState*
ctxs
;
local
[
all
...]
/external/webp/src/dsp/
cost_sse2.c
46
uint8_t levels[16],
ctxs
[16];
local
76
_mm_storeu_si128((__m128i*)&
ctxs
[0], G);
83
const int ctx =
ctxs
[n];
97
const int ctx =
ctxs
[n];
/external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c
301
rbug_context_t *
ctxs
;
local
305
ctxs
= MALLOC(rb_screen->num_contexts * sizeof(rbug_context_t));
308
ctxs
[i++] = VOID2U64(rb_context);
312
rbug_send_context_list_reply(tr_rbug->con, serial,
ctxs
, i, NULL);
313
FREE(
ctxs
);
/external/pdfium/third_party/libopenjpeg20/
mqc.h
90
const opj_mqc_state_t *
ctxs
[MQC_NUMCTXS];
member in struct:opj_mqc
137
#define opj_mqc_setcurctx(mqc, ctxno) (mqc)->curctx = &(mqc)->
ctxs
[(OPJ_UINT32)(ctxno)]
mqc.c
550
mqc->
ctxs
[i] = mqc_states;
557
mqc->
ctxs
[ctxno] = &mqc_states[msb + (OPJ_UINT32)(prob << 1)];
t1.c
62
#define opj_t1_setcurctx(curctx, ctxno) curctx = &(mqc)->
ctxs
[(OPJ_UINT32)(ctxno)]
[
all
...]
/external/autotest/client/cros/multimedia/
cfm_facade_native.py
155
ctxs
= kiosk_utils.get_webview_contexts(self._resource._browser,
157
for ctx in
ctxs
:
Completed in 209 milliseconds