Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 91) sorted by relevance

1234

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c47 ngx_array_t *matches; member
196 ctx->matches = slcf->matches; in ngx_http_sub_header_filter()
203 if (matches == NULL) { in ngx_http_sub_header_filter()
217 m = &matches[j].match; in ngx_http_sub_header_filter()
235 if (ctx->matches == NULL) { in ngx_http_sub_header_filter()
239 ctx->matches->elts = matches; in ngx_http_sub_header_filter()
240 ctx->matches->nelts = j; in ngx_http_sub_header_filter()
620 match = ctx->matches->elts; in ngx_http_sub_parse()
908 conf->matches = prev->matches; in ngx_http_sub_merge_conf()
917 if (matches == NULL) { in ngx_http_sub_merge_conf()
[all …]
/f-stack/dpdk/lib/librte_acl/
H A Dacl_run_avx2.h92 ymm_t matches, ymm_t *tr_lo, ymm_t *tr_hi) in acl_process_matches_avx2x8() argument
129 *tr_lo = _mm256_blendv_epi8(*tr_lo, lo, matches); in acl_process_matches_avx2x8()
130 *tr_hi = _mm256_blendv_epi8(*tr_hi, hi, matches); in acl_process_matches_avx2x8()
139 ymm_t matches, temp; in acl_match_check_avx2x8() local
143 matches = _mm256_cmpeq_epi32(temp, match_mask); in acl_match_check_avx2x8()
144 msk = _mm256_movemask_epi8(matches); in acl_match_check_avx2x8()
149 matches, tr_lo, tr_hi); in acl_match_check_avx2x8()
151 matches = _mm256_cmpeq_epi32(temp, match_mask); in acl_match_check_avx2x8()
152 msk = _mm256_movemask_epi8(matches); in acl_match_check_avx2x8()
H A Dacl_run_avx512.c18 uint32_t *matches; /* match indexes */ member
23 uint32_t trie, const uint8_t *data[], uint32_t *matches, in acl_set_flow_avx512() argument
33 flow->matches = matches; in acl_set_flow_avx512()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c600 matches[mnum].off = repCode - ll0; in ZSTD_insertBtAndGetAllMatches()
601 matches[mnum].len = (U32)repLen; in ZSTD_insertBtAndGetAllMatches()
630 matches[0].len = (U32)mlen; in ZSTD_insertBtAndGetAllMatches()
669 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
716 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
873 matches[*nbMatches].len = candidateMatchLength; in ZSTD_optLdm_maybeAddMatch()
874 matches[*nbMatches].off = candidateOffCode; in ZSTD_optLdm_maybeAddMatch()
952 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic() local
991 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic()
1015 U32 const offset = matches[matchNb].off; in ZSTD_compressBlock_opt_generic()
[all …]
/f-stack/dpdk/usertools/
H A Ddpdk-telemetry.py67 matches = [c for c in all_cmds if c.startswith(text)]
69 matches = all_cmds
70 return matches[state]
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c333 struct pci_conf matches[16]; in rte_pci_scan() local
338 .match_buf_len = sizeof(matches), in rte_pci_scan()
339 .matches = &matches[0], in rte_pci_scan()
362 pci_addr.domain = matches[i].pc_sel.pc_domain; in rte_pci_scan()
363 pci_addr.bus = matches[i].pc_sel.pc_bus; in rte_pci_scan()
364 pci_addr.devid = matches[i].pc_sel.pc_dev; in rte_pci_scan()
365 pci_addr.function = matches[i].pc_sel.pc_func; in rte_pci_scan()
370 if (pci_scan_one(fd, &matches[i]) < 0) in rte_pci_scan()
/f-stack/freebsd/arm64/acpica/
H A Dacpi_iort.c384 int i, matches; in madt_resolve_its_xref() local
390 matches = 0; in madt_resolve_its_xref()
397 matches++; in madt_resolve_its_xref()
401 if (matches == 0) in madt_resolve_its_xref()
416 int i, matches, dom; in srat_resolve_its_pxm() local
421 matches = 0; in srat_resolve_its_pxm()
453 matches++; in srat_resolve_its_pxm()
457 if (matches == 0) in srat_resolve_its_pxm()
/f-stack/dpdk/lib/librte_distributor/
H A Drte_distributor.c481 uint16_t matches[RTE_DIST_BURST_SIZE]; in rte_distributor_process() local
509 &matches[0]); in rte_distributor_process()
513 &matches[0]); in rte_distributor_process()
542 if (matches[j] && d->active[matches[j]-1]) { in rte_distributor_process()
544 &d->backlog[matches[j]-1]; in rte_distributor_process()
547 release(d, matches[j]-1); in rte_distributor_process()
548 if (!d->active[matches[j]-1]) { in rte_distributor_process()
593 matches[w] = wkr+1; in rte_distributor_process()
/f-stack/freebsd/sys/
H A Dsleepqueue.h95 void sleepq_chains_remove_matching(bool (*matches)(struct thread *));
102 bool (*matches)(struct thread *), int pri);
H A Dpciio.h100 struct pci_conf *matches; /* match buffer */ member
/f-stack/dpdk/lib/librte_sched/
H A Drte_approx.c35 matches(uint32_t a, uint32_t b, in matches() function
98 aa = matches(p_b + x * p_a, q_b + x * q_a, alpha_num, d_num, denum); in find_best_rational_approximation()
99 bb = matches(p_b + (x-1) * p_a, q_b + (x - 1) * q_a, alpha_num, d_num, denum); in find_best_rational_approximation()
122 aa = matches(p_b + x * p_a, q_b + x * q_a, alpha_num, d_num, denum); in find_best_rational_approximation()
123 bb = matches(p_b + (x - 1) * p_a, q_b + (x - 1) * q_a, alpha_num, d_num, denum); in find_best_rational_approximation()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_classif_access_ctrl.rst151 source port [0-65535] and destination port 1234 matches the above rule.
288 ToS 1 matches the above rule.
439 /* matches all packets traveling to 192.168.0.0/16, applies for categories: 0,1 */
453 /* matches all packets traveling to 192.168.1.0/24, applies for categories: 0 */
467 /* matches all packets traveling from 10.1.1.1, applies for categories: 1 */
534 * For categories 2 and 3, there are no matches, so results[2] and results[3] contain zero,
535 which indicates that no matches were found for those categories.
552 * For categories 0 and 1, only rule 1 matches.
554 * For categories 2 and 3, there are no matches.
570 * For category 1, only rule 3 matches.
[all …]
H A Dmember_lib.rst208 to retrieve the signature stored. If the signature matches then the value is
340 set-summary structure for multiple matches. It
341 returns ALL the matches (possibly more than one) found for this key when it
344 the number of matches
353 possible matches.
356 set-summary structure for multiple matches, each key lookup returns ALL the matches (possibly more
358 matches at most one target set). The
359 return value is the number of keys that find one or more matches in the
365 of matches for each key, and ``set_ids`` are the returned target set
366 ids for all matches found for each keys. ``set_ids`` is 2-D array
[all …]
H A Drte_flow.rst551 - Default ``mask`` matches any VF ID.
1017 - Default ``mask`` matches VNI only.
1046 - Default ``mask`` matches TNI only.
1054 - Default ``mask`` matches label only.
1138 - Default ``mask`` matches teid only.
1146 - Default ``mask`` matches SPI only.
1158 - Default ``mask`` matches VNI only.
1170 - Default ``mask`` matches VNI only.
1255 - Default ``mask`` matches type only.
1309 - Default ``mask`` matches QFI only.
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_access_ctrl.rst81 …gher priority will ALWAYS be returned if the specific input has multiple matches in the rule datab…
135 For example: 6/0xfe matches protocol values 6 and 7.
176 * Packet 1 matches all of the rules
178 * Packet 2 matches Rule 2 and Rule 3
180 * Packet 3 only matches Rule 3
182 For priority reasons, Packet 1 matches Rule 1 and is dropped.
183 Packet 2 matches Rule 2 and is forwarded to port 1.
184 Packet 3 matches Rule 3 and is forwarded to port 0.
217 If there is no matches for the packet, then the packet is dropped.
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmarvell,pxa2xx-ac97.txt3 This descriptions matches the AC97 controller found in pxa2xx and pxa3xx series.
H A Dti,tas5086.txt15 that closely matches the external single-ended
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Ddigicolor-usart.txt5 the binding that matches the wiring of your system.
/f-stack/app/redis-5.0.5/src/
H A Dconfig.c1296 matches++; \
1304 matches++; \
1313 matches++; \
1488 matches++;
1498 matches++;
1514 matches++;
1532 matches++;
1539 matches++;
1555 matches++;
1564 matches++;
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh11 * name mangling that matches the API prefixing that happened as a result of
/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.h66 struct mlx5_rxp_match_tuple matches[0]; member
H A Dmlx5_regex_fastpath.c208 op->matches[j].rule_id = in extract_result()
211 op->matches[j].start_offset = in extract_result()
214 op->matches[j].len = in extract_result()
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dnvidia,tegra20-cpufreq.txt21 matches, the OPP gets enabled.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/multiplexer/
H A Dio-channel-mux.txt18 the list of strings in the channels property, and also matches the mux
/f-stack/dpdk/doc/guides/regexdevs/
H A Docteontx2.rst20 - Up to 254 matches for each regex operation

1234