HomeSort by: relevance | last modified time | path
    Searched defs:key32 (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/stdlib/
mi_vector_hash.c 157 const uint32_t *key32 = key; local in function:__weak_alias
159 a += le32toh(key32[0]);
160 b += le32toh(key32[1]);
161 c += le32toh(key32[2]);
163 key32 += 3;
169 c += (le32toh(key32[2]) & mask[len - 9]) << 8;
170 b += le32toh(key32[1]);
171 a += le32toh(key32[0]);
173 b += le32toh(key32[1]) & mask[len - 5];
174 a += le32toh(key32[0])
    [all...]
  /src/sys/dist/pf/net/
pfvar.h 389 u_int32_t key32[4]; member in union:pf_poolhashkey::__anon30a5ecce120a
393 #define key32 pfk.key32 macro

Completed in 53 milliseconds