Home
last modified time | relevance | path

Searched refs:indexes (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.h60 … char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP);
H A Ddivsufsort.c1751 unsigned char * num_indexes, int * indexes) { in construct_BWT_indexes() argument
1779 if ((s & mod) == 0) indexes[s / (mod + 1) - 1] = j - SA; in construct_BWT_indexes()
1805 if (((n - 1) & mod) == 0) indexes[(n - 1) / (mod + 1) - 1] = k - SA; in construct_BWT_indexes()
1817 if ((s & mod) == 0) indexes[s / (mod + 1) - 1] = i - SA; in construct_BWT_indexes()
1827 if ((s & mod) == 0) indexes[s / (mod + 1) - 1] = k - SA; in construct_BWT_indexes()
1876 …char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP) { in divbwt() argument
1893 if (num_indexes == NULL || indexes == NULL) { in divbwt()
1896 pidx = construct_BWT_indexes(T, B, bucket_A, bucket_B, n, m, num_indexes, indexes); in divbwt()
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dqcom,camss.txt130 and C-PHY, indexes are in a common set and
135 Definition: An array of physical data lanes indexes.
139 is supported. Physical lane indexes for
H A Dsamsung-s5c73m3.txt50 and physical lane indexes in subsequent elements of the array should
H A Dvideo-interfaces.txt489 - data-lanes: an array of physical data lane indexes. Position of an entry
497 - clock-lanes: an array of physical clock lane indexes. Position of an entry
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Daxp20x_adc.txt19 ADC channels and their indexes per variant:
/f-stack/freebsd/contrib/device-tree/Bindings/power/
H A Dxlnx,zynqmp-genpd.txt15 Power domain ID indexes are mentioned in
/f-stack/dpdk/doc/guides/prog_guide/
H A Dring_lib.rst301 In the preceding figures, the prod_head, prod_tail, cons_head and cons_tail indexes are represented…
303 The indexes are between 0 and 2^32 -1, and we mask their value when we access the object table (the…
304 32-bit modulo also implies that operations on indexes (such as, add/subtract) will automatically do…
307 The following are two examples that help to explain how indexes are used in a ring.
312 In addition, the four indexes are defined as unsigned 16-bit integers,
320 Modulo 32-bit indexes - Example 1
330 Modulo 32-bit indexes - Example 2
342 that's why the overflow of the indexes is not a problem.
/f-stack/freebsd/contrib/device-tree/Bindings/soc/amlogic/
H A Damlogic,canvas.yaml19 Many IPs within Amlogic SoCs rely on canvas indexes to read/write pixel data
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dhisilicon,hi6210-i2s.txt20 - The dai cell indexes reference the following interfaces:
/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c656 unsigned indexes[TEST_SIZE]; in fbk_hash_perf_test() local
696 indexes[j] = rte_rand() % added; in fbk_hash_perf_test()
701 value += rte_fbk_hash_lookup(handle, keys[indexes[j]]); in fbk_hash_perf_test()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dxlnx,zynqmp-clk.txt45 from firmware. Output clocks indexes are mentioned in
/f-stack/app/redis-5.0.5/tests/unit/
H A Dbitops.tcl46 test {BITCOUNT returns 0 with out of range indexes} {
51 test {BITCOUNT returns 0 with negative indexes where start > end} {
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dadv748x.txt56 - data-lanes: an array of physical data lane indexes
H A Dmaxim,max9286.yaml118 description: array of physical CSI-2 data lane indexes.
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Dimx-weim.txt54 child node. We get the CS indexes from the address
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml52 and usages. These can be defined along with the signal indexes with the
57 optional array alongside the signal indexes. Omitting types will default all
/f-stack/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst16 where ``c1``, ``c2``, etc are core indexes between 0 and 128.
/f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt44 For QMSS on K2G SoC, following QM reg indexes are used in that order
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dkeystone-netcp.txt113 --- ti,mux-tbl: array of multiplexer indexes as defined in Data manual
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt205 * used as OPP indexes. The minimum cooling state is 0, which means
/f-stack/dpdk/doc/guides/nics/
H A Dvirtio.rst219 ring indexes and uses vector instructions to optimize performance for split
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES2069 Clarify that clientsCronTrackExpansiveClients() indexes may jump ahead.