Lines Matching refs:pos
52 unsigned pos, unsigned datalen)
55 for (; datalen != 0; datalen--, pos++, input++) {
56 hash ^= cache[pos * (UINT8_MAX + 1) + *input];
67 unsigned pos = 0;
69 hash ^= toeplitz_hash(sp->s_toeplitz_cache, src_addr, pos, addr_size);
70 pos += addr_size;
71 hash ^= toeplitz_hash(sp->s_toeplitz_cache, dst_addr, pos, addr_size);
72 pos += addr_size;
75 (const uint8_t *)&src_port, pos, sizeof (src_port));
76 pos += sizeof (src_port);
78 (const uint8_t *)&dst_port, pos, sizeof (dst_port));