Home
last modified time | relevance | path

Searched refs:compile_data (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c271 c = brw->wm.compile_data; in do_wm_prog()
273 brw->wm.compile_data = rzalloc(NULL, struct brw_wm_compile); in do_wm_prog()
274 c = brw->wm.compile_data; in do_wm_prog()
287 memset(c, 0, sizeof(*brw->wm.compile_data)); in do_wm_prog()
Dbrw_vtbl.c75 ralloc_free(brw->wm.compile_data); in brw_destroy_context()
Dbrw_context.h966 struct brw_wm_compile *compile_data; member
/external/pcre/dist/
Dpcre_study.c636 compile_data *cd, BOOL utf) in set_table_bit()
724 compile_data *cd) in set_type_bits()
766 compile_data *cd) in set_nottype_bits()
803 compile_data *cd) in set_start_bits()
1469 compile_data compile_block; in pcre_study()
Dpcre_compile.c83 add_list_to_class(pcre_uint8 *, pcre_uchar **, int, compile_data *,
89 compile_data *, int *);
921 expand_workspace(compile_data *cd) in expand_workspace()
1736 find_fixedlength(pcre_uchar *code, BOOL utf, BOOL atend, compile_data *cd, in find_fixedlength()
2397 BOOL utf, compile_data *cd, recurse_check *recurses) in could_be_empty_branch()
2772 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty()
3120 compare_opcodes(const pcre_uchar *code, BOOL utf, const compile_data *cd, in compare_opcodes()
3659 auto_possessify(pcre_uchar *code, BOOL utf, const compile_data *cd) in auto_possessify()
4020 adjust_recurse(pcre_uchar *group, int adjust, BOOL utf, compile_data *cd, in adjust_recurse()
4076 auto_callout(pcre_uchar *code, const pcre_uchar *ptr, compile_data *cd) in auto_callout()
[all …]
Dpcre_internal.h2425 typedef struct compile_data { struct
2462 } compile_data; argument
/external/v8/test/cctest/
Dtest-regexp.cc597 RegExpCompileData compile_data; in Compile() local
602 &reader, flags, &compile_data)) in Compile()
609 RegExpEngine::Compile(isolate, zone, &compile_data, flags, pattern, in Compile()
611 return compile_data.node; in Compile()
/external/v8/src/regexp/
Djsregexp.cc378 RegExpCompileData compile_data; in CompileIrregexp() local
381 &compile_data)) { in CompileIrregexp()
384 USE(ThrowRegExpException(re, pattern, compile_data.error)); in CompileIrregexp()
388 RegExpEngine::Compile(isolate, &zone, &compile_data, flags, pattern, in CompileIrregexp()
400 SetIrregexpCaptureNameMap(*data, compile_data.capture_name_map); in CompileIrregexp()