Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c430 bpf_syntax_error(compiler_state_t *cstate, const char *msg) in bpf_syntax_error()
438 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error()
557 initchunks(compiler_state_t *cstate) in initchunks()
569 newchunk(compiler_state_t *cstate, size_t n) in newchunk()
602 freechunks(compiler_state_t *cstate) in freechunks()
615 sdup(compiler_state_t *cstate, const char *s) in sdup()
625 new_block(compiler_state_t *cstate, int code) in new_block()
637 new_stmt(compiler_state_t *cstate, int code) in new_stmt()
648 gen_retblk(compiler_state_t *cstate, int v) in gen_retblk()
657 syntax(compiler_state_t *cstate) in syntax()
[all …]
Dgrammar.y203 yyerror(void *yyscanner, compiler_state_t *cstate, const char *msg) in yyerror()
211 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num()
225 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num()
250 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num()
260 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num()
Doptimize.c604 fold_op(compiler_state_t *cstate, struct icode *ic, opt_state_t *opt_state, in fold_op()
946 opt_stmt(compiler_state_t *cstate, struct icode *ic, opt_state_t *opt_state, in opt_stmt()
1180 opt_blk(compiler_state_t *cstate, struct icode *ic, opt_state_t *opt_state, in opt_blk()
1591 opt_blks(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic, in opt_blks()
1681 opt_loop(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic, in opt_loop()
1712 bpf_optimize(compiler_state_t *cstate, struct icode *ic) in bpf_optimize()
1931 opt_init(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic) in opt_init()
2026 convert_code_r(compiler_state_t *cstate, conv_state_t *conv_state, in convert_code_r()
2199 icode_to_fcode(compiler_state_t *cstate, struct icode *ic, in icode_to_fcode()
2340 dot_dump(compiler_state_t *cstate, struct icode *ic) in dot_dump()
[all …]
Dgrammar.c249 yyerror(void *yyscanner, compiler_state_t *cstate, const char *msg) in yyerror()
257 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num()
271 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num()
296 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num()
306 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num()
1454 …E *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, compiler_state_t *cstate) in yy_symbol_value_print()
1475 …E *yyoutput, int yytype, YYSTYPE const * const yyvaluep, void *yyscanner, compiler_state_t *cstate) in yy_symbol_print()
1513 …_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule, void *yyscanner, compiler_state_t *cstate) in yy_reduce_print()
1793 …truct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, void *yyscanner, compiler_state_t *cstate) in yydestruct()
1815 yyparse (void *yyscanner, compiler_state_t *cstate) in yyparse()
/external/syslinux/core/lwip/src/netif/ppp/
Dchap.c160 chap_state *cstate = &chap[unit]; in ChapInit() local
179 chap_state *cstate = &chap[unit]; in ChapAuthWithPeer() local
206 chap_state *cstate = &chap[unit]; in ChapAuthPeer() local
230 chap_state *cstate = (chap_state *) arg; in ChapChallengeTimeout() local
257 chap_state *cstate = (chap_state *) arg; in ChapResponseTimeout() local
274 chap_state *cstate = (chap_state *) arg; in ChapRechallenge() local
295 chap_state *cstate = &chap[unit]; in ChapLowerUp() local
321 chap_state *cstate = &chap[unit]; in ChapLowerDown() local
345 chap_state *cstate = &chap[unit]; in ChapProtocolReject() local
365 chap_state *cstate = &chap[unit]; in ChapInput() local
[all …]
Dvj.h105 struct cstate { struct
106 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
107 u_short cs_hlen; /* size of hdr (receive only) */
108 u_char cs_id; /* connection # associated with this state */
109 u_char cs_filler;
110 union {
134 struct cstate *last_cs; /* most recently used tstate */ argument
Dchpms.c366 ChapMS( chap_state *cstate, char *rchallenge, int rchallenge_len, char *secret, int secret_len) in ChapMS()
/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.c290 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsIndexed() local
431 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsYCbCr() local
650 struct vl_compositor_state *cstate; in vlVdpOutputSurfaceRenderOutputSurface() local
720 struct vl_compositor_state *cstate; in vlVdpOutputSurfaceRenderBitmapSurface() local
Dpresentation.c217 struct vl_compositor_state *cstate; in vlVdpPresentationQueueDisplay() local
Dvdpau_private.h359 struct vl_compositor_state cstate; member
416 struct vl_compositor_state cstate; member
431 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.h209 struct vl_compositor_state cstate; member
/external/dhcpcd-6.8.2/
Dipv6.c1486 const struct ipv6_state *cstate; in ipv6_createtempaddr() local
/external/annotation-tools/asmx/test/lib/
Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META- ...