| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_gen.c | 36 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 D | acl_run_sse.h | 99 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 D | ngx_http_index_module.c | 130 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 D | allwinner,sun4i-a10-gates-clk.yaml | 68 clock-indices: 81 - clock-indices 93 clock-indices = <0>; 103 clock-indices = <0>, <1>, 142 clock-indices = <0>, <1>,
|
| H A D | allwinner,sun8i-h3-bus-gates-clk.yaml | 36 clock-indices: 49 - clock-indices 63 clock-indices = <5>, <6>, <8>,
|
| H A D | renesas,cpg-mstp-clocks.yaml | 45 clock-indices: 58 - clock-indices 73 clock-indices = <
|
| H A D | st,stm32mp1-rcc.yaml | 42 The list of valid indices for STM32MP1 is available in:
|
| H A D | maxim,max77686.txt | 33 to specify the clock which they consume. Following indices are allowed:
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | dm816x-clocks.dtsi | 9 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 D | r7s72100.dtsi | 413 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 D | r8a7740.dtsi | 579 clock-indices = < 594 clock-indices = < 615 clock-indices = < 644 clock-indices = < 661 clock-indices = <
|
| H A D | sh73a0.dtsi | 843 clock-indices = < 861 clock-indices = < 881 clock-indices = < 909 clock-indices = < 930 clock-indices = < 942 clock-indices = <
|
| H A D | r8a7778.dtsi | 578 clock-indices = < 606 clock-indices = < 626 clock-indices = < 650 clock-indices = <
|
| /f-stack/freebsd/kern/ |
| H A D | kern_lockf.c | 157 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 D | arm,scpi.txt | 55 - 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 D | nxp,sc16is7xx.txt | 24 - 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 D | maxim,ds3231.txt | 13 to specify the clock which they consume. Following indices are allowed:
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/ |
| H A D | fapll.txt | 24 clock-indices = <1>, <2>, <3>, <4>, <5>,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/reset/ |
| H A D | oxnas,reset.txt | 18 Reset indices are in dt-bindings include files :
|
| H A D | fsl,imx7-src.yaml | 18 For list of all valid reset indices see
|
| H A D | fsl,imx7-src.txt | 51 For list of all valid reset indices see
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_script.h | 116 ngx_array_t *indices);
|
| H A D | ngx_stream_script.c | 442 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 D | ti,omap3isp.txt | 22 cam_xclka and cam_xclkb, at indices 0 and 1,
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.h | 227 ngx_array_t *indices);
|