Home
last modified time | relevance | path

Searched defs:cstate (Results 1 – 21 of 21) sorted by relevance

/external/libpcap/
Dgencode.c421 bpf_syntax_error(compiler_state_t *cstate, const char *msg) in bpf_syntax_error()
429 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error()
549 initchunks(compiler_state_t *cstate) in initchunks()
561 newchunk(compiler_state_t *cstate, size_t n) in newchunk()
595 freechunks(compiler_state_t *cstate) in freechunks()
608 sdup(compiler_state_t *cstate, const char *s) in sdup()
618 new_block(compiler_state_t *cstate, int code) in new_block()
630 new_stmt(compiler_state_t *cstate, int code) in new_stmt()
641 gen_retblk(compiler_state_t *cstate, int v) in gen_retblk()
650 syntax(compiler_state_t *cstate) in syntax()
[all …]
Dgrammar.y222 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror()
230 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num()
244 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num()
269 pfreason_to_num(compiler_state_t *cstate, const char *reason _U_) in pfreason_to_num()
276 pfaction_to_num(compiler_state_t *cstate, const char *action _U_) in pfaction_to_num()
Doptimize.c702 fold_op(compiler_state_t *cstate, opt_state_t *opt_state, in fold_op()
1044 opt_stmt(compiler_state_t *cstate, opt_state_t *opt_state, in opt_stmt()
1278 opt_blk(compiler_state_t *cstate, opt_state_t *opt_state, in opt_blk()
1690 opt_blks(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic, in opt_blks()
1780 opt_loop(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic, in opt_loop()
1811 bpf_optimize(compiler_state_t *cstate, struct icode *ic) in bpf_optimize()
2030 opt_init(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic) in opt_init()
2125 convert_code_r(compiler_state_t *cstate, conv_state_t *conv_state, in convert_code_r()
2315 icode_to_fcode(compiler_state_t *cstate, struct icode *ic, in icode_to_fcode()
2456 dot_dump(compiler_state_t *cstate, struct icode *ic) in dot_dump()
[all …]
Dgrammar.c268 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror()
276 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num()
290 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num()
315 pfreason_to_num(compiler_state_t *cstate, const char *reason _U_) in pfreason_to_num()
322 pfaction_to_num(compiler_state_t *cstate, const char *action _U_) in pfaction_to_num()
1471 …E *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, compiler_state_t *cstate) in yy_symbol_value_print()
1492 …E *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, compiler_state_t *cstate) in yy_symbol_print()
1530 …_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t *cstate) in yy_reduce_print()
1810 …truct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *yyscanner, compiler_state_t *cstate) in yydestruct()
1832 yyparse (void *yyscanner, compiler_state_t *cstate) in yyparse()
/external/ppp/pppd/include/net/
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
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
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplate.java348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
DElemVariable.java337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
DElemCopyOf.java88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
DElemSort.java336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
DElemElement.java132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
DElemTemplateElement.java199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
DElemLiteralResult.java101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
DElemNumber.java505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c297 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsIndexed() local
438 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsYCbCr() local
657 struct vl_compositor_state *cstate; in vlVdpOutputSurfaceRenderOutputSurface() local
727 struct vl_compositor_state *cstate; in vlVdpOutputSurfaceRenderBitmapSurface() local
Dpresentation.c217 struct vl_compositor_state *cstate; in vlVdpPresentationQueueDisplay() local
Dvdpau_private.h363 struct vl_compositor_state cstate; member
420 struct vl_compositor_state cstate; member
435 struct vl_compositor_state cstate; member
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dxvmc_private.h60 struct vl_compositor_state cstate; member
Dsurface.c358 struct vl_compositor_state *cstate; in XvMCPutSurface() local
/external/mesa3d/src/gallium/state_trackers/va/
Dva_private.h233 struct vl_compositor_state cstate; member
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c476 struct r600_pipe_compute *cstate = (struct r600_pipe_compute *)state; in evergreen_bind_compute_state() local