Searched refs:ip_pos (Results 1 – 1 of 1) sorted by relevance
119 #define SET_VALUE_BIG(pu4_bs, value, ip_pos, edge_size) \ argument121 *(pu4_bs) = *(pu4_bs) | (value << (32 - (ip_pos << 1) - (edge_size >> 1))); \130 #define EXTRACT_VALUE_BIG(pu4_bs, ip_pos) (((*(pu4_bs)) >> (30 - 2 * ip_pos)) & 0x3) argument