Searched refs:matches (Results 1 - 25 of 263) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Di8042-x86ia64io.h80 .matches = {
88 .matches = {
96 .matches = {
103 .matches = {
110 .matches = {
118 .matches = {
126 .matches = {
134 .matches = {
142 .matches = {
150 .matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Drtm_map.c68 else if (matches(arg, "broadcast") == 0 ||
71 else if (matches(arg, "anycast") == 0)
73 else if (matches(arg, "multicast") == 0)
75 else if (matches(arg, "prohibit") == 0)
77 else if (matches(arg, "unreachable") == 0)
79 else if (matches(arg, "blackhole") == 0)
81 else if (matches(arg, "xresolve") == 0)
83 else if (matches(arg, "unicast") == 0)
H A Dip.c154 if (matches(opt, "-family") == 0) {
183 } else if (matches(opt, "-stats") == 0 ||
184 matches(opt, "-statistics") == 0) {
186 } else if (matches(opt, "-resolve") == 0) {
188 } else if (matches(opt, "-oneline") == 0) {
190 } else if (matches(opt, "-timestamp") == 0) {
193 } else if (matches(opt, "-numeric") == 0) {
196 } else if (matches(opt, "-Version") == 0) {
199 } else if (matches(opt, "-force") == 0) {
201 } else if (matches(op
[all...]
H A Dipmroute.c167 } else if (matches(*argv, "from") == 0) {
174 if (matches(*argv, "help") == 0)
191 if (matches(*argv, "add") == 0)
193 if (matches(*argv, "delete") == 0)
195 if (matches(*argv, "get") == 0)
198 if (matches(*argv, "list") == 0 || matches(*argv, "show") == 0
199 || matches(*argv, "lst") == 0)
201 if (matches(*argv, "help") == 0)
H A Drtmon.c80 if (matches(argv[1], "-family") == 0) {
103 } else if (matches(argv[1], "-Version") == 0) {
106 } else if (matches(argv[1], "file") == 0) {
112 } else if (matches(argv[1], "link") == 0) {
115 } else if (matches(argv[1], "address") == 0) {
118 } else if (matches(argv[1], "route") == 0) {
123 } else if (matches(argv[1], "help") == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dmbp_nvidia_bl.c143 .matches = {
152 .matches = {
161 .matches = {
170 .matches = {
179 .matches = {
188 .matches = {
197 .matches = {
206 .matches = {
215 .matches = {
224 .matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dblacklist.c201 .matches = {
209 .matches = {
217 .matches = {
225 .matches = {
233 .matches = {
241 .matches = {
249 .matches = {
257 .matches = {
285 .matches = {
293 .matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dio_delay.c65 .matches = {
73 .matches = {
81 .matches = {
89 .matches = {
97 .matches = {
H A Dreboot.c141 .matches = {
149 .matches = {
157 .matches = {
165 .matches = {
173 .matches = {
182 .matches = {
191 .matches = {
200 .matches = {
209 .matches = {
218 .matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_gact.c70 if (matches(*argv, "reclassify") == 0) {
72 } else if (matches(*argv, "drop") == 0 || matches(*argv, "shot") == 0) {
74 } else if (matches(*argv, "continue") == 0) {
76 } else if (matches(*argv, "pipe") == 0) {
78 } else if (matches(*argv, "pass") == 0 || matches(*argv, "ok") == 0) {
107 if (matches(*argv, "gact") == 0) {
127 if (matches(*argv, "random") == 0) {
130 if (matches(*arg
[all...]
H A Dm_mirred.c76 if (matches(*argv, "action") == 0) {
78 } else if (matches(*argv, "egress") == 0) {
84 if (matches(*argv, "index") == 0) {
100 } else if (!mirror && matches(*argv, "mirror") == 0) {
109 } else if (!redir && matches(*argv, "redirect") == 0) {
118 } else if ((redir || mirror) && matches(*argv, "dev") == 0) {
157 if (matches(*argv, "reclassify") == 0) {
160 } else if (matches(*argv, "pipe") == 0) {
163 } else if (matches(*argv, "drop") == 0 ||
164 matches(*arg
[all...]
H A Dtc_filter.c101 } else if (matches(*argv, "preference") == 0 ||
102 matches(*argv, "priority") == 0) {
108 } else if (matches(*argv, "protocol") == 0) {
116 } else if (matches(*argv, "estimator") == 0) {
119 } else if (matches(*argv, "help") == 0) {
147 if (matches(*argv, "help") == 0)
295 } else if (matches(*argv, "preference") == 0 ||
296 matches(*argv, "priority") == 0) {
303 } else if (matches(*argv, "protocol") == 0) {
312 } else if (matches(*arg
[all...]
H A Dtc.c190 if (matches(*argv, "qdisc") == 0)
193 if (matches(*argv, "class") == 0)
196 if (matches(*argv, "filter") == 0)
199 if (matches(*argv, "actions") == 0)
202 if (matches(*argv, "help") == 0) {
266 if (matches(argv[1], "-stats") == 0 ||
267 matches(argv[1], "-statistics") == 0) {
269 } else if (matches(argv[1], "-details") == 0) {
271 } else if (matches(argv[1], "-raw") == 0) {
273 } else if (matches(arg
[all...]
H A Dm_estimator.c46 if (matches(*argv, "help") == 0)
51 if (matches(*argv, "help") == 0)
H A Dm_police.c80 if (matches(arg, "continue") == 0)
82 else if (matches(arg, "drop") == 0)
84 else if (matches(arg, "shot") == 0)
86 else if (matches(arg, "pass") == 0)
90 else if (matches(arg, "reclassify") == 0)
92 else if (matches(arg, "pipe") == 0)
152 if (matches(*argv, "index") == 0) {
158 } else if (matches(*argv, "burst") == 0 ||
211 } else if (matches(*argv, "peakrate") == 0) {
221 } else if (matches(*arg
[all...]
H A Dtc_qdisc.c108 } else if (matches(*argv, "estimator") == 0) {
111 } else if (matches(*argv, "help") == 0) {
137 if (matches(*argv, "help") == 0)
265 } else if (matches(*argv, "help") == 0) {
302 if (matches(*argv, "add") == 0)
304 if (matches(*argv, "change") == 0)
306 if (matches(*argv, "replace") == 0)
308 if (matches(*argv, "link") == 0)
310 if (matches(*argv, "delete") == 0)
313 if (matches(*arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c18 /// \brief Find matches starting from the current byte
22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) argument
27 const uint32_t count = mf->find(mf, matches);
29 // Length of the longest match; assume that no matches were found
35 // Validate the matches.
37 assert(matches[i].len <= mf->nice_len);
38 assert(matches[i].dist < mf->read_pos);
40 mf_ptr(mf) - matches[i].dist - 2,
41 matches[i].len) == 0);
47 len_best = matches[coun
248 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
306 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches) argument
368 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches) argument
453 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
594 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches) argument
627 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches) argument
683 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matches) argument
[all...]
H A Dlz_encoder.h53 /// Match finders store locations of matches using 32-bit integers.
90 /// Find matches. Returns the number of distance-length pairs written
91 /// to the matches array. This is called only via lzma_mf_find().
92 uint32_t (*find)(lzma_mf *mf, lzma_match *matches);
142 /// This is used to extend matches of length nice_len to the
146 /// Match finder will search matches up to this length.
175 // times. Since matches are looked up to
214 // 3. The literals and matches are encoded using e.g. LZMA.
311 lzma_mf *mf, uint32_t *count, lzma_match *matches);
313 extern uint32_t lzma_mf_hc3_find(lzma_mf *dict, lzma_match *matches);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c18 /// \brief Find matches starting from the current byte
22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) argument
27 const uint32_t count = mf->find(mf, matches);
29 // Length of the longest match; assume that no matches were found
35 // Validate the matches.
37 assert(matches[i].len <= mf->nice_len);
38 assert(matches[i].dist < mf->read_pos);
40 mf_ptr(mf) - matches[i].dist - 2,
41 matches[i].len) == 0);
47 len_best = matches[coun
248 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
306 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches) argument
368 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches) argument
453 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
594 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches) argument
627 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches) argument
683 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matches) argument
[all...]
H A Dlz_encoder.h53 /// Match finders store locations of matches using 32-bit integers.
90 /// Find matches. Returns the number of distance-length pairs written
91 /// to the matches array. This is called only via lzma_mf_find().
92 uint32_t (*find)(lzma_mf *mf, lzma_match *matches);
142 /// This is used to extend matches of length nice_len to the
146 /// Match finder will search matches up to this length.
175 // times. Since matches are looked up to
214 // 3. The literals and matches are encoded using e.g. LZMA.
311 lzma_mf *mf, uint32_t *count, lzma_match *matches);
313 extern uint32_t lzma_mf_hc3_find(lzma_mf *dict, lzma_match *matches);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dcommon.c96 .matches = {
104 .matches = {
112 .matches = {
209 .matches = {
218 .matches = {
226 .matches = {
234 .matches = {
242 .matches = {
250 .matches = {
258 .matches
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_fast.c28 len_main = mf_find(mf, &matches_count, coder->matches);
45 // Look for repeated matches; scan the previous four match distances
82 *back_res = coder->matches[matches_count - 1].dist
91 back_main = coder->matches[matches_count - 1].dist;
94 coder->matches[matches_count - 2].len + 1) {
95 if (!change_pair(coder->matches[
101 len_main = coder->matches[matches_count - 1].len;
102 back_main = coder->matches[matches_count - 1].dist;
128 // Get the matches for the next byte. If we find a better match,
131 &coder->matches_count, coder->matches);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_fast.c28 len_main = mf_find(mf, &matches_count, coder->matches);
45 // Look for repeated matches; scan the previous four match distances
82 *back_res = coder->matches[matches_count - 1].dist
91 back_main = coder->matches[matches_count - 1].dist;
94 coder->matches[matches_count - 2].len + 1) {
95 if (!change_pair(coder->matches[
101 len_main = coder->matches[matches_count - 1].len;
102 back_main = coder->matches[matches_count - 1].dist;
128 // Get the matches for the next byte. If we find a better match,
131 &coder->matches_count, coder->matches);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Daf_can.h58 unsigned long matches; member in struct:receiver
82 unsigned long matches; member in struct:s_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dlifebook.c50 .matches = {
56 .matches = {
62 .matches = {
68 .matches = {
74 .matches = {
80 .matches = {
86 .matches = {
92 .matches = {
99 .matches = {
107 .matches
[all...]

Completed in 268 milliseconds

1234567891011