Home
last modified time | relevance | path

Searched refs:comp_flags (Results 1 – 3 of 3) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/
A Dadc_rom.c95 if (driver->comp_flags & 0x01) { in adc_seq0_callback()
106 if (driver->comp_flags & (1 << BOARD_ADC_CH)) { in adc_seq1_callback()
142 param[0].comp_flags = 0; in SysTick_Handler()
149 param[1].comp_flags = 0; in SysTick_Handler()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drom_adc_15xx.h61 uint32_t comp_flags; member
112 uint32_t comp_flags; member
/external/lib/miniz/
A Dminiz.c258 …mz_uint comp_flags = TDEFL_COMPUTE_ADLER32 | tdefl_create_comp_flags_from_zip_params(level, window… in mz_deflateInit2() local
278 if (tdefl_init(pComp, NULL, NULL, comp_flags) != TDEFL_STATUS_OKAY) in mz_deflateInit2()
2012 …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
2013 if (window_bits > 0) comp_flags |= TDEFL_WRITE_ZLIB_HEADER; in tdefl_create_comp_flags_from_zip_params()
2015 if (!level) comp_flags |= TDEFL_FORCE_ALL_RAW_BLOCKS; in tdefl_create_comp_flags_from_zip_params()
2016 else if (strategy == MZ_FILTERED) comp_flags |= TDEFL_FILTER_MATCHES; in tdefl_create_comp_flags_from_zip_params()
2017 else if (strategy == MZ_HUFFMAN_ONLY) comp_flags &= ~TDEFL_MAX_PROBES_MASK; in tdefl_create_comp_flags_from_zip_params()
2018 else if (strategy == MZ_FIXED) comp_flags |= TDEFL_FORCE_ALL_STATIC_BLOCKS; in tdefl_create_comp_flags_from_zip_params()
2019 else if (strategy == MZ_RLE) comp_flags |= TDEFL_RLE_MATCHES; in tdefl_create_comp_flags_from_zip_params()
2021 return comp_flags; in tdefl_create_comp_flags_from_zip_params()

Completed in 16 milliseconds