Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 25 of 45) sorted by relevance

12

/f-stack/dpdk/lib/librte_acl/
H A Dacl_gen.c36 const struct rte_acl_indices *indices, in acl_gen_log_stats() argument
50 (indices->quad_index - indices->dfa_index) * sizeof(uint64_t), in acl_gen_log_stats()
419 struct rte_acl_indices *indices, in acl_calc_counts_indices() argument
425 memset(indices, 0, sizeof(*indices)); in acl_calc_counts_indices()
435 indices->quad_index = indices->dfa_index + in acl_calc_counts_indices()
437 indices->single_index = indices->quad_index + counts->quad_vectors; in acl_calc_counts_indices()
438 indices->match_start = indices->single_index + counts->single + 1; in acl_calc_counts_indices()
439 indices->match_start = RTE_ALIGN(indices->match_start, in acl_calc_counts_indices()
441 indices->match_index = 1; in acl_calc_counts_indices()
458 struct rte_acl_indices indices; in rte_acl_gen() local
[all …]
H A Dacl_run_sse.h99 acl_process_matches(xmm_t *indices, int slot, const struct rte_acl_ctx *ctx, in acl_process_matches() argument
105 transition1 = _mm_cvtsi128_si64(*indices); in acl_process_matches()
108 *indices = _mm_shuffle_epi32(*indices, SHUFFLE32_SWAP64); in acl_process_matches()
109 transition2 = _mm_cvtsi128_si64(*indices); in acl_process_matches()
117 *indices = _mm_set_epi64x(transition2, transition1); in acl_process_matches()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_index_module.c130 index = ilcf->indices->elts; in ngx_http_index_handler()
131 for (i = 0; i < ilcf->indices->nelts; i++) { in ngx_http_index_handler()
397 conf->indices = NULL; in ngx_http_index_create_loc_conf()
412 if (conf->indices == NULL) { in ngx_http_index_merge_loc_conf()
413 conf->indices = prev->indices; in ngx_http_index_merge_loc_conf()
417 if (conf->indices == NULL) { in ngx_http_index_merge_loc_conf()
419 if (conf->indices == NULL) { in ngx_http_index_merge_loc_conf()
423 index = ngx_array_push(conf->indices); in ngx_http_index_merge_loc_conf()
473 if (ilcf->indices == NULL) { in ngx_http_index_set_index()
475 if (ilcf->indices == NULL) { in ngx_http_index_set_index()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dallwinner,sun4i-a10-gates-clk.yaml68 clock-indices:
81 - clock-indices
93 clock-indices = <0>;
103 clock-indices = <0>, <1>,
142 clock-indices = <0>, <1>,
H A Dallwinner,sun8i-h3-bus-gates-clk.yaml36 clock-indices:
49 - clock-indices
63 clock-indices = <5>, <6>, <8>,
H A Drenesas,cpg-mstp-clocks.yaml45 clock-indices:
58 - clock-indices
73 clock-indices = <
H A Dst,stm32mp1-rcc.yaml42 The list of valid indices for STM32MP1 is available in:
H A Dmaxim,max77686.txt33 to specify the clock which they consume. Following indices are allowed:
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ddm816x-clocks.dtsi9 clock-indices = <1>, <2>, <3>, <4>, <5>,
25 clock-indices = <1>, <2>, <3>, <4>;
37 clock-indices = <1>, <2>, <3>;
48 clock-indices = <1>, <2>, <3>, <4>, <5>;
H A Dr7s72100.dtsi413 clock-indices = <R7S72100_CLK_MTU2>;
423 clock-indices = <
435 clock-indices = <R7S72100_CLK_OSTM0 R7S72100_CLK_OSTM1>;
444 clock-indices = <R7S72100_CLK_CEU R7S72100_CLK_RTC>;
453 clock-indices = <R7S72100_CLK_ETHER R7S72100_CLK_USB0 R7S72100_CLK_USB1>;
462 clock-indices = <R7S72100_CLK_MMCIF>;
471 clock-indices = <
484 clock-indices = <
495 clock-indices = <
H A Dr8a7740.dtsi579 clock-indices = <
594 clock-indices = <
615 clock-indices = <
644 clock-indices = <
661 clock-indices = <
H A Dsh73a0.dtsi843 clock-indices = <
861 clock-indices = <
881 clock-indices = <
909 clock-indices = <
930 clock-indices = <
942 clock-indices = <
H A Dr8a7778.dtsi578 clock-indices = <
606 clock-indices = <
626 clock-indices = <
650 clock-indices = <
/f-stack/freebsd/kern/
H A Dkern_lockf.c157 static int graph_add_indices(int *indices, int n,
2199 i > 0 && indices[i - 1] > v->v_order; i--) in graph_add_indices()
2202 indices[j + 1] = indices[j]; in graph_add_indices()
2203 indices[i] = v->v_order; in graph_add_indices()
2223 vlowest->v_order = indices[nextunused]; in graph_assign_indices()
2238 int *indices; in graph_add_edge() local
2322 indices = g->g_indexbuf; in graph_add_edge()
2323 n = graph_add_indices(indices, 0, &deltaF); in graph_add_edge()
2324 graph_add_indices(indices, n, &deltaB); in graph_add_edge()
2334 graph_assign_indices(g, indices, i, &deltaF); in graph_add_edge()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Darm,scpi.txt55 - clock-indices: The identifying number for the clocks(i.e.clock_id) in the
152 clock-indices = <0>, <1>, <2>;
158 clock-indices = <3>, <4>;
201 1 and 2 as clock-indices. scpi_clk has 2 output clocks namely: pxlclk0
202 and pxlclk1 with 3 and 4 as clock-indices.
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dnxp,sc16is7xx.txt24 - irda-mode-ports: An array that lists the indices of the port that
60 - irda-mode-ports: An array that lists the indices of the port that
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Dmaxim,ds3231.txt13 to specify the clock which they consume. Following indices are allowed:
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Dfapll.txt24 clock-indices = <1>, <2>, <3>, <4>, <5>,
/f-stack/freebsd/contrib/device-tree/Bindings/reset/
H A Doxnas,reset.txt18 Reset indices are in dt-bindings include files :
H A Dfsl,imx7-src.yaml18 For list of all valid reset indices see
H A Dfsl,imx7-src.txt51 For list of all valid reset indices see
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.h116 ngx_array_t *indices);
H A Dngx_stream_script.c442 ngx_array_t *indices) in ngx_stream_script_flush_no_cacheable_variables() argument
446 if (indices) { in ngx_stream_script_flush_no_cacheable_variables()
447 index = indices->elts; in ngx_stream_script_flush_no_cacheable_variables()
448 for (n = 0; n < indices->nelts; n++) { in ngx_stream_script_flush_no_cacheable_variables()
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dti,omap3isp.txt22 cam_xclka and cam_xclkb, at indices 0 and 1,
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h227 ngx_array_t *indices);

12