Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c289 int common_bytes, void **tbl) in build_common_root() argument
297 for (i = 3, j = 0; i <= common_bytes; i++) { in build_common_root()
370 int common_bytes; in install_to_dp() local
382 for (common_bytes = 0; common_bytes < 15; common_bytes++) { in install_to_dp()
383 if (ledge[common_bytes] != redge[common_bytes]) in install_to_dp()
398 llen = i - first_tbl8_byte + (common_bytes < 3); in install_to_dp()
404 rlen = i - first_tbl8_byte + (common_bytes < 3); in install_to_dp()
407 uint8_t first_byte_idx = (common_bytes < 3) ? 0 : common_bytes; in install_to_dp()
408 uint8_t first_idx_len = (common_bytes < 3) ? 3 : 1; in install_to_dp()
431 uint8_t common_tbl8 = (common_bytes < TBL24_BYTES) ? in install_to_dp()
[all …]