Home
last modified time | relevance | path

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

12

/external/libpcap/
Dgencode.c424 bpf_set_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_set_error()
454 bpf_error(compiler_state_t *cstate, const char *fmt, ...) in bpf_error()
585 initchunks(compiler_state_t *cstate) in initchunks()
597 newchunk_nolongjmp(compiler_state_t *cstate, size_t n) in newchunk_nolongjmp()
637 newchunk(compiler_state_t *cstate, size_t n) in newchunk()
650 freechunks(compiler_state_t *cstate) in freechunks()
666 sdup(compiler_state_t *cstate, const char *s) in sdup()
678 new_block(compiler_state_t *cstate, int code) in new_block()
690 new_stmt(compiler_state_t *cstate, int code) in new_stmt()
701 gen_retblk(compiler_state_t *cstate, int v) in gen_retblk()
[all …]
Dgrammar.y.in253 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg)
288 pfreason_to_num(compiler_state_t *cstate, const char *reason)
330 pfaction_to_num(compiler_state_t *cstate, const char *action)
Dgrammar.c282 yyerror(void *yyscanner _U_, compiler_state_t *cstate, const char *msg) in yyerror()
317 pfreason_to_num(compiler_state_t *cstate, const char *reason) in pfreason_to_num()
359 pfaction_to_num(compiler_state_t *cstate, const char *action) in pfaction_to_num()
1501 … yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, void *yyscanner, compiler_state_t *cstate) in yy_symbol_value_print()
1521 … yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep, void *yyscanner, compiler_state_t *cstate) in yy_symbol_print()
1560 int yyrule, void *yyscanner, compiler_state_t *cstate) in yy_reduce_print()
1622 yysymbol_kind_t yykind, YYSTYPE *yyvaluep, void *yyscanner, compiler_state_t *cstate) in yydestruct()
1646 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/frontends/vdpau/
Doutput.c298 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsIndexed() local
439 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.h383 struct vl_compositor_state cstate; member
440 struct vl_compositor_state cstate; member
455 struct vl_compositor_state cstate; member
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/mce/
Dmce.c123 void mce_update_cstate_info(const mce_cstate_info_t *cstate) in mce_update_cstate_info()
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/
Dmce.c416 void mce_update_cstate_info(const mce_cstate_info_t *cstate) in mce_update_cstate_info()
/external/mesa3d/src/gallium/frontends/xvmc/
Dxvmc_private.h60 struct vl_compositor_state cstate; member
Dsurface.c358 struct vl_compositor_state *cstate; in XvMCPutSurface() local
/external/zstd/lib/compress/
Dzstd_compress_sequences.c112 FSE_CState_t cstate; in ZSTD_fseBitCost() local
/external/mesa3d/src/gallium/frontends/va/
Dva_private.h247 struct vl_compositor_state cstate; member
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c497 struct r600_pipe_compute *cstate = (struct r600_pipe_compute *)state; in evergreen_bind_compute_state() local
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h59525 struct cstate { struct
59526 int state;
59527 uint32_t rep0;
59528 uint32_t rep1;
59529 uint32_t rep2;
59530 uint32_t rep3;
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h92008 struct cstate { struct
92009 int state;
92010 uint32_t rep0;
92011 uint32_t rep1;
92012 uint32_t rep2;
92013 uint32_t rep3;

12