Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 81) sorted by relevance

1234

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_sub_filter_module.c39 ngx_http_sub_tables_t *tables; member
75 ngx_http_sub_tables_t *tables; member
195 ctx->tables = slcf->tables; in ngx_http_sub_header_filter()
243 if (ctx->tables == NULL) { in ngx_http_sub_header_filter()
619 tables = ctx->tables; in ngx_http_sub_parse()
638 shift = tables->shift[c]; in ngx_http_sub_parse()
649 j = tables->index[c + 1]; in ngx_http_sub_parse()
909 conf->tables = prev->tables; in ngx_http_sub_merge_conf()
962 tables->min_match_len = min; in ngx_http_sub_init_tables()
963 tables->max_match_len = max; in ngx_http_sub_init_tables()
[all …]
H A Dngx_http_charset_filter_module.c1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1474 c->tables = NULL; in ngx_http_add_charset()
1622 tables = mcf->tables.elts; in ngx_http_charset_postconfiguration()
1631 if (c == tables[t].src && recode[i].dst == tables[t].dst) { in ngx_http_charset_postconfiguration()
1635 if (c == tables[t].dst && recode[i].dst == tables[t].src) { in ngx_http_charset_postconfiguration()
1652 src = charset[tables[t].src].tables; in ngx_http_charset_postconfiguration()
1660 charset[tables[t].src].tables = src; in ngx_http_charset_postconfiguration()
1663 dst = charset[tables[t].dst].tables; in ngx_http_charset_postconfiguration()
1671 charset[tables[t].dst].tables = dst; in ngx_http_charset_postconfiguration()
1674 src[tables[t].dst] = tables[t].src2dst; in ngx_http_charset_postconfiguration()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-emc.txt11 set of tables can be present and said tables will be used
37 and the tables are stored directly under the emc node (see below).
41 - name : Should be emc-tables
53 There are two ways of specifying which tables to use:
55 * The simplest is if there is just one set of tables in the device tree,
66 used to select which tables to use.
71 - reg : either an opaque enumerator to tell different tables apart, or
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.c62 struct table *tables; member
107 struct table *table = &ctl->tables[i]; in table_find()
613 if (!ctl->tables) in table_free()
631 free(ctl->tables); in table_free()
632 ctl->tables = NULL; in table_free()
795 if (!ctl->tables) in rte_swx_ctl_pipeline_create()
799 struct table *t = &ctl->tables[i]; in rte_swx_ctl_pipeline_create()
809 struct table *t = &ctl->tables[i]; in rte_swx_ctl_pipeline_create()
894 table_id = table - ctl->tables; in rte_swx_ctl_pipeline_table_entry_add()
1005 table_id = table - ctl->tables; in rte_swx_ctl_pipeline_table_entry_delete()
[all …]
H A Drte_pipeline.c114 struct rte_table tables[RTE_PIPELINE_TABLE_MAX]; member
254 struct rte_table *table = &p->tables[i]; in rte_pipeline_free()
344 table = &p->tables[id]; in rte_pipeline_table_create()
425 table = &p->tables[table_id]; in rte_pipeline_table_default_entry_add()
468 table = &p->tables[table_id]; in rte_pipeline_table_default_entry_delete()
515 table = &p->tables[table_id]; in rte_pipeline_table_entry_add()
570 table = &p->tables[table_id]; in rte_pipeline_table_entry_delete()
616 table = &p->tables[table_id]; in rte_pipeline_table_entry_add_bulk()
675 table = &p->tables[table_id]; in rte_pipeline_table_entry_delete_bulk()
1349 table = &p->tables[table_id]; in rte_pipeline_run()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Drenesas,cmm.yaml16 It provides image enhancement functions such as 1-D look-up tables (LUT),
17 3-D look-up tables (CLU), 1D-histogram generation (HGO), and color
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY32 + standard libraries now packaged in tables.
40 + new weak tables.
78 + new "break" and "for" statements (both numerical and for tables).
87 + garbage collection tag methods for tables now deprecated.
142 work on objects having the same tag (e.g., groups of tables).
180 + simplified syntax for tables
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst36 through the set of tables in a tree-like topology.
167 …| | | Typically used to implement flow classification tables, ARP cac…
259 Hash tables are important because the key lookup operation is optimized for speed:
707 (for extendable bucket hash tables only) is relatively small.
941 #. For extendable bucket hash tables only,
958 #. The set of tables;
962 …ut ports are connected with the output ports through tree-like topologies of interconnected tables.
970 output ports and tables have been created.
981 …Different tables can have entries (including default table entry) connected to the same output por…
1020 tables and output ports through the pipeline.
[all …]
H A Dgeneric_receive_offload_lib.rst66 by ``rte_gro_ctx_create()``. ``rte_gro_ctx_create()`` allocates tables
72 either merged with the existed packets in the tables or inserted into the
73 tables. Finally, applications use ``rte_gro_timeout_flush()`` to flush
74 packets from the tables, when they want to get the GROed packets.
H A Dflow_classify_lib.rst19 The library is table agnostic and can use the following tables:
188 /** elements (tables) should be allocated */
217 /* classifier tables */
218 struct rte_cls_table tables[RTE_FLOW_CLASSIFY_TABLE_MAX];
/f-stack/dpdk/lib/librte_flow_classify/
H A Drte_flow_classify.c48 struct rte_cls_table tables[RTE_FLOW_CLASSIFY_TABLE_MAX]; member
316 struct rte_cls_table *table = &cls->tables[i]; in rte_flow_classifier_free()
400 table = &cls->tables[cls->num_tables]; in rte_flow_classify_table_create()
537 struct rte_cls_table *table = &cls->tables[i]; in rte_flow_classify_table_entry_add()
574 struct rte_cls_table *table = &cls->tables[i]; in rte_flow_classify_table_entry_delete()
656 struct rte_cls_table *table = &cls->tables[i]; in rte_flow_classifier_query()
/f-stack/app/redis-5.0.5/utils/hashtable/
H A DREADME6 Visually show buckets in the two hash tables between rehashings. Also stress
/f-stack/tools/ipfw/
H A DMakefile8 SRCS= ipfw2.c ipv6.c main.c nat.c tables.c compat.c
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dindex.rst16 Indices and tables
/f-stack/dpdk/
H A D.gitignore4 # ignore generated documentation tables
/f-stack/freebsd/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/
H A Dpincfg.txt23 tables in User Manual. Each pin can have up to 4 possible functions in
/f-stack/tools/libxo/doc/
H A Dindex.rst50 Indices and tables
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dexynos5422-odroidxu3-lite.dts36 * Therefore we need to update OPPs tables and thermal maps accordingly.
/f-stack/app/redis-5.0.5/src/
H A Ddict.c675 unsigned long tables; /* 1 or 2 tables? */ in dictGetSomeKeys() local
690 tables = dictIsRehashing(d) ? 2 : 1; in dictGetSomeKeys()
692 if (tables > 1 && maxsizemask < d->ht[1].sizemask) in dictGetSomeKeys()
699 for (j = 0; j < tables; j++) { in dictGetSomeKeys()
703 if (tables == 2 && j == 0 && i < (unsigned long) d->rehashidx) { in dictGetSomeKeys()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/ux500/
H A Dboards.txt18 backupram: (used for CPU spin tables and for storing data
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dpower-domain.yaml46 Phandles to the OPP tables of power domains provided by a power domain
48 the power domains provided by the provider have identical OPP tables,
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md423 - Previous FSE decoding tables, required by `Repeat_Mode`
610 followed by optional probability tables for each symbol type,
634 The FSE tables used in `Repeat_Mode` aren't updated.
825 Using the rules pre-calculated in the decoding tables,
840 [FSE section]: #from-normalized-distribution-to-decoding-tables
1090 [next section]:#from-normalized-distribution-to-decoding-tables
1108 #### From normalized distribution to decoding tables
1465 Appendix A - Decoding tables for predefined codes
1468 This appendix contains FSE decoding tables
1471 "from normalized distribution to decoding tables".
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/fsl/
H A Dimx8m-ddrc.yaml22 capabilities through standard Linux mechanism like devfreq and OPP tables.
/f-stack/dpdk/app/test/
H A Dtest_table.h175 struct rte_table tables[64]; member
/f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/
H A Dadi,adv7511.txt29 properties describe the input and map directly to the video input tables of the
44 listed in the input format tables in the datasheet.

1234