Home
last modified time | relevance | path

Searched refs:cstate (Results 1 – 25 of 43) sorted by relevance

12

/external/libpcap/
Dgencode.c421 bpf_syntax_error(compiler_state_t *cstate, const char *msg) in bpf_syntax_error() argument
423 bpf_error(cstate, "syntax error in filter expression: %s", msg); in bpf_syntax_error()
429 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error() argument
434 if (cstate->bpf_pcap != NULL) in bpf_error()
435 (void)pcap_vsnprintf(pcap_geterr(cstate->bpf_pcap), in bpf_error()
438 longjmp(cstate->top_ctx, 1); in bpf_error()
448 static void initchunks(compiler_state_t *cstate);
449 static void *newchunk(compiler_state_t *cstate, size_t);
450 static void freechunks(compiler_state_t *cstate);
451 static inline struct block *new_block(compiler_state_t *cstate, int);
[all …]
Dgrammar.y24 %parse-param { compiler_state_t *cstate }
222 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror() argument
224 bpf_syntax_error(cstate, msg); in yyerror()
230 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num() argument
239 bpf_error(cstate, "unknown PF reason"); in pfreason_to_num()
244 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num() argument
263 bpf_error(cstate, "unknown PF action"); in pfaction_to_num()
269 pfreason_to_num(compiler_state_t *cstate, const char *reason _U_) in pfreason_to_num() argument
271 bpf_error(cstate, "libpcap was compiled on a machine without pf support"); in pfreason_to_num()
276 pfaction_to_num(compiler_state_t *cstate, const char *action _U_) in pfaction_to_num() argument
[all …]
Dgrammar.c268 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror() argument
270 bpf_syntax_error(cstate, msg); in yyerror()
276 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num() argument
285 bpf_error(cstate, "unknown PF reason"); in pfreason_to_num()
290 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num() argument
309 bpf_error(cstate, "unknown PF action"); in pfaction_to_num()
315 pfreason_to_num(compiler_state_t *cstate, const char *reason _U_) in pfreason_to_num() argument
317 bpf_error(cstate, "libpcap was compiled on a machine without pf support"); in pfreason_to_num()
322 pfaction_to_num(compiler_state_t *cstate, const char *action _U_) in pfaction_to_num() argument
324 bpf_error(cstate, "libpcap was compiled on a machine without pf support"); in pfaction_to_num()
[all …]
Doptimize.c702 fold_op(compiler_state_t *cstate, opt_state_t *opt_state, in fold_op() argument
725 bpf_error(cstate, "division by zero"); in fold_op()
731 bpf_error(cstate, "modulus by zero"); in fold_op()
1044 opt_stmt(compiler_state_t *cstate, opt_state_t *opt_state, in opt_stmt() argument
1133 fold_op(cstate, opt_state, s, val[A_ATOM], K(s->k)); in opt_stmt()
1154 fold_op(cstate, opt_state, s, val[A_ATOM], val[X_ATOM]); in opt_stmt()
1278 opt_blk(compiler_state_t *cstate, opt_state_t *opt_state, in opt_blk() argument
1329 opt_stmt(cstate, opt_state, &s->s, b->val, do_stmts); in opt_blk()
1690 opt_blks(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic, in opt_blks() argument
1702 opt_blk(cstate, opt_state, p, do_stmts); in opt_blks()
[all …]
/external/mesa3d/src/gallium/frontends/vdpau/
Doutput.c122 if (!vl_compositor_init_state(&vlsurface->cstate, pipe)) in vlVdpOutputSurfaceCreate()
161 vl_compositor_cleanup_state(&vlsurface->cstate); in vlVdpOutputSurfaceDestroy()
298 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsIndexed() local
316 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsIndexed()
407 vl_compositor_clear_layers(cstate); in vlVdpOutputSurfacePutBitsIndexed()
408 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); in vlVdpOutputSurfacePutBitsIndexed()
409 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed()
410 vl_compositor_render(cstate, compositor, vlsurface->surface, &vlsurface->dirty_area, false); in vlVdpOutputSurfacePutBitsIndexed()
439 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsYCbCr() local
456 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsYCbCr()
[all …]
Dpresentation.c69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) { in vlVdpPresentationQueueCreate()
104 vl_compositor_cleanup_state(&pq->cstate); in vlVdpPresentationQueueDestroy()
137 vl_compositor_set_clear_color(&pq->cstate, &color); in vlVdpPresentationQueueSetBackgroundColor()
161 vl_compositor_get_clear_color(&pq->cstate, &color); in vlVdpPresentationQueueGetBackgroundColor()
217 struct vl_compositor_state *cstate; in vlVdpPresentationQueueDisplay() local
230 cstate = &pq->cstate; in vlVdpPresentationQueueDisplay()
259 vl_compositor_clear_layers(cstate); in vlVdpPresentationQueueDisplay()
260 … vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL); in vlVdpPresentationQueueDisplay()
261 vl_compositor_set_dst_clip(cstate, &dst_clip); in vlVdpPresentationQueueDisplay()
262 vl_compositor_render(cstate, compositor, surf_draw, dirty_area, true); in vlVdpPresentationQueueDisplay()
Dmixer.c67 if (!vl_compositor_init_state(&vmixer->cstate, dev->context)) { in vlVdpVideoMixerCreate()
74 …if (!vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc, 1.0f, 0.0f… in vlVdpVideoMixerCreate()
172 vl_compositor_cleanup_state(&vmixer->cstate); in vlVdpVideoMixerCreate()
196 vl_compositor_cleanup_state(&vmixer->cstate); in vlVdpVideoMixerDestroy()
293 vl_compositor_clear_layers(&vmixer->cstate); in vlVdpVideoMixerRender()
296 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, in vlVdpVideoMixerRender()
345 …vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, video_buffer, prect, NULL, dein… in vlVdpVideoMixerRender()
384 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rec… in vlVdpVideoMixerRender()
385 vl_compositor_set_dst_clip(&vmixer->cstate, RectToPipe(destination_rect, &clip)); in vlVdpVideoMixerRender()
397 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, in vlVdpVideoMixerRender()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemSort.java336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
337 java.util.Vector vnames = cstate.getVariableNames(); in compose()
339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemVariable.java337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
341 java.util.Vector vnames = cstate.getVariableNames(); in compose()
343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize(); in compose()
356 cstate.resetStackFrameSize(); in compose()
374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
375 m_frameSize = cstate.getFrameSize(); in endCompose()
376 cstate.resetStackFrameSize(); in endCompose()
DElemTemplate.java348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
349 java.util.Vector vnames = cstate.getVariableNames(); in compose()
353 cstate.resetStackFrameSize(); in compose()
362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
364 m_frameSize = cstate.getFrameSize(); in endCompose()
366 cstate.resetStackFrameSize(); in endCompose()
DElemElement.java132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
133 java.util.Vector vnames = cstate.getVariableNames(); in compose()
135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemCopyOf.java88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize()); in compose()
DElemNumber.java505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
506 java.util.Vector vnames = cstate.getVariableNames(); in compose()
508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/mce/
Dmce.c140 void mce_update_cstate_info(const mce_cstate_info_t *cstate) in mce_update_cstate_info() argument
143 nvg_update_cstate_info(cstate->cluster, cstate->ccplex, cstate->system, in mce_update_cstate_info()
144 cstate->wake_mask, cstate->update_wake_mask); in mce_update_cstate_info()
/external/ppp/pppd/include/net/
Dslcompress.h102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument
120 struct cstate *last_cs; /* most recently used tstate */ argument
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */
135 struct cstate rstate[MAX_STATES]; /* receive connection states */
Dvjcompress.h102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
119 struct cstate *last_cs; /* most recently used tstate */ argument
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */
127 struct cstate rstate[MAX_STATES]; /* receive connection states */
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/
Dmce.c421 void mce_update_cstate_info(const mce_cstate_info_t *cstate) in mce_update_cstate_info() argument
426 ops->update_cstate_info(mce_get_curr_cpu_ari_base(), cstate->cluster, in mce_update_cstate_info()
427 cstate->ccplex, cstate->system, cstate->system_state_force, in mce_update_cstate_info()
428 cstate->wake_mask, cstate->update_wake_mask); in mce_update_cstate_info()
/external/mesa3d/src/gallium/frontends/xvmc/
Dsurface.c358 struct vl_compositor_state *cstate; in XvMCPutSurface() local
390 cstate = &context_priv->cstate; in XvMCPutSurface()
419 vl_compositor_clear_layers(cstate); in XvMCPutSurface()
420 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer, in XvMCPutSurface()
429 …vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->… in XvMCPutSurface()
432 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler, in XvMCPutSurface()
442 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect); in XvMCPutSurface()
443 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect); in XvMCPutSurface()
444 vl_compositor_render(cstate, compositor, surf, dirty_area, true); in XvMCPutSurface()
Dcontext.c277 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) { in XvMCCreateContext()
298 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc, 1.0f, 0.0f); in XvMCCreateContext()
334 vl_compositor_cleanup_state(&context_priv->cstate); in XvMCDestroyContext()
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/sched/sched_cpu_load/
Dformat21 field:int cstate; offset:60; size:4; signed:1;
23cstate %d", REC->cpu, REC->idle, REC->mostly_idle, REC->nr_running, REC->nr_big_tasks, REC->nr_sma…
/external/mesa3d/src/gallium/frontends/va/
Dpostproc.c79 vl_compositor_clear_layers(&drv->cstate); in vlVaPostProcCompositor()
80 vl_compositor_set_buffer_layer(&drv->cstate, &drv->compositor, 0, src, in vlVaPostProcCompositor()
82 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect); in vlVaPostProcCompositor()
83 vl_compositor_render(&drv->cstate, &drv->compositor, surfaces[0], NULL, false); in vlVaPostProcCompositor()
169 vl_compositor_convert_rgb_to_yuv(&drv->cstate, &drv->compositor, 0, in vlVaPostProcBlit()
177 vl_compositor_yuv_deint_full(&drv->cstate, &drv->compositor, in vlVaPostProcBlit()
Dcontext.c164 if (!vl_compositor_init_state(&drv->cstate, drv->pipe)) in VA_DRIVER_INIT_FUNC()
168 if (!vl_compositor_set_csc_matrix(&drv->cstate, (const vl_csc_matrix *)&drv->csc, 1.0f, 0.0f)) in VA_DRIVER_INIT_FUNC()
192 vl_compositor_cleanup_state(&drv->cstate); in VA_DRIVER_INIT_FUNC()
386 vl_compositor_cleanup_state(&drv->cstate); in vlVaTerminate()
Dsurface.c290 vl_compositor_clear_layers(&drv->cstate); in vlVaPutSubpictures()
291 vl_compositor_set_layer_blend(&drv->cstate, 0, blend_state, false); in vlVaPutSubpictures()
294 vl_compositor_set_rgba_layer(&drv->cstate, &drv->compositor, 0, sub->sampler, in vlVaPutSubpictures()
296 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dr); in vlVaPutSubpictures()
297 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, false); in vlVaPutSubpictures()
359 vl_compositor_clear_layers(&drv->cstate); in vlVaPutSurface()
366 … vl_compositor_set_rgba_layer(&drv->cstate, &drv->compositor, 0, views[0], &src_rect, NULL, NULL); in vlVaPutSurface()
368 …vl_compositor_set_buffer_layer(&drv->cstate, &drv->compositor, 0, surf->buffer, &src_rect, NULL, V… in vlVaPutSurface()
370 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect); in vlVaPutSurface()
371 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, true); in vlVaPutSurface()
[all …]
/external/mesa3d/src/gallium/frontends/omx/
Dvid_dec_common.h109 struct vl_compositor_state cstate;
188 struct vl_compositor_state cstate;
Dvid_enc_common.h99 struct vl_compositor_state cstate; \
148 struct vl_compositor_state cstate;

12