Home
last modified time | relevance | path

Searched refs:filters (Results 51 – 75 of 257) sorted by relevance

1234567891011

/freebsd/contrib/xz/src/liblzma/common/
H A Dcommon.c118 const lzma_filter_info *filters) in lzma_next_filter_init() argument
120 lzma_next_coder_init(filters[0].init, next, allocator); in lzma_next_filter_init()
121 next->id = filters[0].id; in lzma_next_filter_init()
122 return filters[0].init == NULL in lzma_next_filter_init()
123 ? LZMA_OK : filters[0].init(next, allocator, filters); in lzma_next_filter_init()
H A Dfilter_buffer_encoder.c17 const lzma_filter *filters, const lzma_allocator *allocator, in lzma_raw_buffer_encode() argument
28 return_if_error(lzma_raw_encoder_init(&next, allocator, filters)); in lzma_raw_buffer_encode()
H A Dfilter_buffer_decoder.c17 const lzma_filter *filters, const lzma_allocator *allocator, in lzma_raw_buffer_decode() argument
28 return_if_error(lzma_raw_decoder_init(&next, allocator, filters)); in lzma_raw_buffer_decode()
H A Dcommon.h183 const lzma_filter_info *filters);
261 const lzma_filter *filters,
350 const lzma_filter_info *filters);
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Df1117 List of active MAP/Redirect filters:
53 List of active MAP/Redirect filters:
89 List of active MAP/Redirect filters:
125 List of active MAP/Redirect filters:
161 List of active MAP/Redirect filters:
209 List of active MAP/Redirect filters:
257 List of active MAP/Redirect filters:
H A Dn103 List of active MAP/Redirect filters:
27 List of active MAP/Redirect filters:
51 List of active MAP/Redirect filters:
H A Dn189 List of active MAP/Redirect filters:
46 List of active MAP/Redirect filters:
83 List of active MAP/Redirect filters:
H A Dn710 List of active MAP/Redirect filters:
42 List of active MAP/Redirect filters:
74 List of active MAP/Redirect filters:
H A Dn7_610 List of active MAP/Redirect filters:
42 List of active MAP/Redirect filters:
74 List of active MAP/Redirect filters:
H A Dn220 List of active MAP/Redirect filters:
63 List of active MAP/Redirect filters:
104 List of active MAP/Redirect filters:
158 List of active MAP/Redirect filters:
H A Dn1117 List of active MAP/Redirect filters:
55 List of active MAP/Redirect filters:
96 List of active MAP/Redirect filters:
H A Dn11_617 List of active MAP/Redirect filters:
55 List of active MAP/Redirect filters:
96 List of active MAP/Redirect filters:
H A Dn2_620 List of active MAP/Redirect filters:
63 List of active MAP/Redirect filters:
104 List of active MAP/Redirect filters:
158 List of active MAP/Redirect filters:
H A Dn153 List of active MAP/Redirect filters:
26 List of active MAP/Redirect filters:
H A Dn15_63 List of active MAP/Redirect filters:
26 List of active MAP/Redirect filters:
/freebsd/contrib/kyua/drivers/
H A Dlist_tests.cpp64 const std::set< engine::test_filter >& filters, in drive()
73 engine::scanner scanner(kyuafile.test_programs(), filters); in drive()
/freebsd/sys/contrib/xz-embedded/
H A DREADME24 filters:
32 filters:
42 If you want only one or a few of the BCJ filters, omit the appropriate
44 code shared between all BCJ filters.
140 If you want support for one or more BCJ filters, you need to copy also
156 architectures. That's why Itanium and SPARC filters work for both big
161 ARM or ARM-Thumb. Implementing filters for them can be considered if
162 there is a need for such filters in real-world applications.
/freebsd/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c237 const lzma_filter_info *filters, in lzma_simple_coder_init() argument
274 if (filters[0].options != NULL) { in lzma_simple_coder_init()
275 const lzma_options_bcj *simple = filters[0].options; in lzma_simple_coder_init()
290 return lzma_next_filter_init(&coder->next, allocator, filters + 1); in lzma_simple_coder_init()
/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c220 const lzma_filter_info *filters, in lzma_lz_decoder_init() argument
247 filters[0].id, filters[0].options, &lz_options)); in lzma_lz_decoder_init()
316 return lzma_next_filter_init(&coder->next, allocator, filters + 1); in lzma_lz_decoder_init()
/freebsd/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.c62 const lzma_filter_info *filters) in lzma_delta_decoder_init() argument
65 return lzma_delta_coder_init(next, allocator, filters); in lzma_delta_decoder_init()
/freebsd/usr.sbin/lpr/common_source/
H A Dprintcap.c189 static const char *filters[] = { variable
278 CHK(capdb_getaltstr(bp, filters[filt], longfilters[filt], 0, in getprintcap_int()
279 &pp->filters[filt])); in getprintcap_int()
333 cfree(pp->filters[filt]); in free_printer()
/freebsd/sys/contrib/device-tree/Bindings/iio/filter/
H A Dadi,admv8818.yaml16 filters (HPFs) and four independently controlled low-pass filters
/freebsd/contrib/sendmail/libmilter/
H A DREADME52 It is recommended that you build your filters in a location outside of
65 Note that since filters use threads, it may be necessary to alter per
83 specifies three filters. Filters can be specified in your .mc file using
100 in case of filter errors as if the failing filters were not present.
103 talking to the filters using the T= equate. There are four fields inside
121 Which filters are invoked and their sequencing is handled by the
122 InputMailFilters option. Note: if InputMailFilters is not defined no filters
130 This options causes the three filters to be called in the same order
/freebsd/contrib/libpcap/
H A DREADME.md49 and the BPF filters are evaluated in the libpcap library, incurring
50 added overhead (especially, for selective filters). Ideally, libpcap
51 would translate BPF filters into a filter program that is compatible
57 packetfilter interface but has been extended to accept BPF filters
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c258 const lzma_filter_info *filters) in lzma_lzma2_decoder_init() argument
262 assert(filters[1].init == NULL); in lzma_lzma2_decoder_init()
264 return lzma_lz_decoder_init(next, allocator, filters, in lzma_lzma2_decoder_init()

1234567891011