Home
last modified time | relevance | path

Searched refs:positions (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c71 static int32_t positions[KEYS_TO_ADD]; variable
145 temp_position = positions[i]; in shuffle_input_keys()
149 positions[i] = positions[swap_idx]; in shuffle_input_keys()
240 positions[i] = ret; in get_input_keys()
284 positions[i] = ret; in timed_adds()
300 positions[i] = ret; in timed_adds()
357 ret, positions[j]); in timed_lookups()
378 ret, positions[j]); in timed_lookups()
485 positions[j * in timed_lookups_multi()
489 positions[j * in timed_lookups_multi()
[all …]
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1955 positions[i] = -ENOENT; in __bulk_lookup_l()
2037 positions[i] = ret; in __bulk_lookup_l()
2066 positions[i] = -ENOENT; in __bulk_lookup_lf()
2202 positions[i] = ret; in __bulk_lookup_lf()
2296 positions, hit_mask, data); in __rte_hash_lookup_bulk_l()
2312 positions, hit_mask, data); in __rte_hash_lookup_bulk_lf()
2348 int32_t positions[num_keys]; in rte_hash_lookup_bulk_data() local
2389 positions, hit_mask, data); in __rte_hash_lookup_with_hash_bulk_l()
2424 positions, hit_mask, data); in __rte_hash_lookup_with_hash_bulk_lf()
2450 positions, NULL, NULL); in rte_hash_lookup_with_hash_bulk()
[all …]
H A Drte_hash.h595 hash_sig_t *sig, uint32_t num_keys, int32_t *positions);
650 uint32_t num_keys, int32_t *positions);
/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_cuckoo.c248 int32_t positions[RTE_PORT_IN_BURST_SIZE_MAX], status; in rte_table_hash_cuckoo_lookup() local
259 positions); in rte_table_hash_cuckoo_lookup()
262 if (likely(positions[i] >= 0)) { in rte_table_hash_cuckoo_lookup()
265 entries[i] = &t->memory[positions[i] in rte_table_hash_cuckoo_lookup()
/f-stack/dpdk/examples/server_node_efd/node/
H A Dnode.c273 int32_t positions[PKT_READ_SIZE] = {0}; in handle_packets() local
283 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions); in handle_packets()
286 if (likely(positions[i] >= 0)) { in handle_packets()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dkirkwood-topkick.dts24 * Switch positions
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dserver_node_efd.rst355 int32_t positions[PKT_READ_SIZE] = {0};
365 rte_hash_lookup_bulk(h, key_ptrs, num_packets, positions);
368 if (likely(positions[i] >= 0)) {
/f-stack/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst58 That means that we would need to move the windows at least 15 positions to
H A Dmember_lib.rst105 element ``X`` being inserted into the set, the bits at positions ``h1(X)``, ``h2(X)``, ...
108 bits at positions ``h1(Y)``, ``h2(Y)``, ... ``hk(Y)`` are checked. If any of them is 0,
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c475 { U32 positions = 0; in ZSTD_insertBt1() local
476 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1()
478 return MAX(positions, matchEndIdx - (curr + 8)); in ZSTD_insertBt1()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c20621 { U32 positions = 0; in ZSTD_insertBt1() local
20622 … if (bestLength > 384) positions = MIN(192, (U32)(bestLength - 384)); /* speed optimization */ in ZSTD_insertBt1()
20624 return MAX(positions, matchEndIdx - (current + 8)); in ZSTD_insertBt1()