Searched refs:comp_flags (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | repl.c | 115 duk_uint_t comp_flags; in wrapped_compile_execute() local 146 comp_flags = DUK_COMPILE_SHEBANG; in wrapped_compile_execute() 147 duk_compile_lstring_filename(ctx, comp_flags, src_data, src_len); in wrapped_compile_execute()
|
A D | be.c | 492 duk_uint_t comp_flags; in wrapped_compile_execute() local 504 comp_flags = DUK_COMPILE_SHEBANG; in wrapped_compile_execute() 505 duk_compile_lstring_filename(ctx, comp_flags, src_data, src_len); in wrapped_compile_execute()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | makefsdata.c | 520 …mz_uint comp_flags = s_tdefl_num_probes[MZ_MIN(10, deflate_level)] | ((deflate_level <= 3) ? TDEFL… in get_file_data() local 522 comp_flags |= TDEFL_FORCE_ALL_RAW_BLOCKS; in get_file_data() 524 status = tdefl_init(&g_deflator, NULL, NULL, comp_flags); in get_file_data()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 1044 …mz_uint comp_flags = TDEFL_COMPUTE_ADLER32 | tdefl_create_comp_flags_from_zip_params(level, window… in mz_deflateInit2() local 1064 if (tdefl_init(pComp, NULL, NULL, comp_flags) != TDEFL_STATUS_OKAY) in mz_deflateInit2() 2798 …mz_uint comp_flags = s_tdefl_num_probes[(level >= 0) ? MZ_MIN(10, level) : MZ_DEFAULT_LEVEL] | ((l… in tdefl_create_comp_flags_from_zip_params() local 2799 if (window_bits > 0) comp_flags |= TDEFL_WRITE_ZLIB_HEADER; in tdefl_create_comp_flags_from_zip_params() 2801 if (!level) comp_flags |= TDEFL_FORCE_ALL_RAW_BLOCKS; in tdefl_create_comp_flags_from_zip_params() 2802 else if (strategy == MZ_FILTERED) comp_flags |= TDEFL_FILTER_MATCHES; in tdefl_create_comp_flags_from_zip_params() 2803 else if (strategy == MZ_HUFFMAN_ONLY) comp_flags &= ~TDEFL_MAX_PROBES_MASK; in tdefl_create_comp_flags_from_zip_params() 2804 else if (strategy == MZ_FIXED) comp_flags |= TDEFL_FORCE_ALL_STATIC_BLOCKS; in tdefl_create_comp_flags_from_zip_params() 2805 else if (strategy == MZ_RLE) comp_flags |= TDEFL_RLE_MATCHES; in tdefl_create_comp_flags_from_zip_params() 2807 return comp_flags; in tdefl_create_comp_flags_from_zip_params()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 40908 duk_small_uint_t comp_flags; in duk_bi_function_constructor() local 40952 comp_flags = DUK_COMPILE_FUNCEXPR; in duk_bi_function_constructor() 40959 comp_flags); in duk_bi_function_constructor() 41771 duk_small_uint_t comp_flags; in duk_bi_global_object_eval() local 41808 comp_flags = DUK_COMPILE_EVAL; in duk_bi_global_object_eval() 41821 comp_flags |= DUK_COMPILE_STRICT; in duk_bi_global_object_eval() 41831 comp_flags); in duk_bi_global_object_eval()
|
Completed in 295 milliseconds