Symbol: key32
common/lib/libc/stdlib/mi_vector_hash.c
157
const uint32_t *key32 = key;
common/lib/libc/stdlib/mi_vector_hash.c
159
a += le32toh(key32[0]);
common/lib/libc/stdlib/mi_vector_hash.c
160
b += le32toh(key32[1]);
common/lib/libc/stdlib/mi_vector_hash.c
161
c += le32toh(key32[2]);
common/lib/libc/stdlib/mi_vector_hash.c
163
key32 += 3;
common/lib/libc/stdlib/mi_vector_hash.c
169
c += (le32toh(key32[2]) & mask[len - 9]) << 8;
common/lib/libc/stdlib/mi_vector_hash.c
170
b += le32toh(key32[1]);
common/lib/libc/stdlib/mi_vector_hash.c
171
a += le32toh(key32[0]);
common/lib/libc/stdlib/mi_vector_hash.c
173
b += le32toh(key32[1]) & mask[len - 5];
common/lib/libc/stdlib/mi_vector_hash.c
174
a += le32toh(key32[0]);
common/lib/libc/stdlib/mi_vector_hash.c
176
a += le32toh(key32[0]) & mask[len - 1];
dist/pf/sbin/pfctl/parse.y
3344
$$->key32[0] = arc4random();
dist/pf/sbin/pfctl/parse.y
3345
$$->key32[1] = arc4random();
dist/pf/sbin/pfctl/parse.y
3346
$$->key32[2] = arc4random();
dist/pf/sbin/pfctl/parse.y
3347
$$->key32[3] = arc4random();
dist/pf/sbin/pfctl/parse.y
3363
&$$->key32[0], &$$->key32[1],
dist/pf/sbin/pfctl/parse.y
3364
&$$->key32[2], &$$->key32[3]) != 4) {
dist/pf/sbin/pfctl/parse.y
3380
HTONL($$->key32[0]);
dist/pf/sbin/pfctl/parse.y
3381
HTONL($$->key32[1]);
dist/pf/sbin/pfctl/parse.y
3382
HTONL($$->key32[2]);
dist/pf/sbin/pfctl/parse.y
3383
HTONL($$->key32[3]);
dist/pf/sbin/pfctl/pfctl_parser.c
503
pool->key.key32[0], pool->key.key32[1],
dist/pf/sbin/pfctl/pfctl_parser.c
504
pool->key.key32[2], pool->key.key32[3]);
sys/dist/pf/net/pf.c
2211
u_int32_t a = 0x9e3779b9, b = 0x9e3779b9, c = key->key32[0];
sys/dist/pf/net/pf.c
2217
b += key->key32[1];
sys/dist/pf/net/pf.c
2219
hash->addr32[0] = c + key->key32[2];
sys/dist/pf/net/pf.c
2230
c += key->key32[1];
sys/dist/pf/net/pf.c
2235
c += key->key32[2];
sys/dist/pf/net/pf.c
2240
c += key->key32[3];
sys/dist/pf/net/pfvar.h
389
u_int32_t key32[4];
sys/dist/pf/net/pfvar.h
393
#define key32 pfk.key32