Searched refs:BYTE_SIZE (Results 1 – 3 of 3) sorted by relevance
31 #define BYTE_SIZE 8 macro126 if (part_depth < BYTE_SIZE && part_depth >= 0) { in ip6_mask_addr()132 part_depth -= BYTE_SIZE; in ip6_mask_addr()589 bitshift = (int8_t)((bytes - i)*BYTE_SIZE); in get_bitshift()623 bits_covered = (uint8_t)((bytes+first_byte-1)*BYTE_SIZE); in simulate_add_step()677 bits_covered = (uint8_t)((bytes+first_byte-1)*BYTE_SIZE); in add_step()968 tbl24_index = (ip[0] << BYTES2_SIZE) | (ip[1] << BYTE_SIZE) | ip[2]; in rte_lpm6_lookup()1004 (ips[i][1] << BYTE_SIZE) | ips[i][2]; in rte_lpm6_lookup_bulk_func()
48 define(BYTE_SIZE, 1) macro
48 define(`BYTE_SIZE', 1) macro