Home
last modified time | relevance | path

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

/dpdk/lib/fib/
H A Dtrie.c284 int common_bytes, void **tbl) in build_common_root() argument
292 for (i = 3, j = 0; i <= common_bytes; i++) { in build_common_root()
365 int common_bytes; in install_to_dp() local
377 for (common_bytes = 0; common_bytes < 15; common_bytes++) { in install_to_dp()
378 if (ledge[common_bytes] != redge[common_bytes]) in install_to_dp()
393 llen = i - first_tbl8_byte + (common_bytes < 3); in install_to_dp()
399 rlen = i - first_tbl8_byte + (common_bytes < 3); in install_to_dp()
402 uint8_t first_byte_idx = (common_bytes < 3) ? 0 : common_bytes; in install_to_dp()
403 uint8_t first_idx_len = (common_bytes < 3) ? 3 : 1; in install_to_dp()
426 uint8_t common_tbl8 = (common_bytes < TBL24_BYTES) ? in install_to_dp()
[all …]