Searched refs:k1 (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib/
H A Dmurmurhash3.c62 uint32_t k1 = getblock32(blocks,i); local
64 k1 *= c1;
65 k1 = ROTL32(k1,15);
66 k1 *= c2;
68 h1 ^= k1;
78 uint32_t k1 = 0; local
82 case 3: k1 ^= tail[2] << 16;
84 case 2: k1 ^= tail[1] << 8;
86 case 1: k1
139 uint64_t k1 = getblock64(blocks,i*2+0); local
156 uint64_t k1 = 0; local
238 uint32_t k1 = getblock32(blocks,i*4+0); local
265 uint32_t k1 = 0; local
[all...]
/dovecot/src/lib-storage/index/
H A Dindex-sync.c371 bool index_keyword_array_cmp(const ARRAY_TYPE(keyword_indexes) *k1,
377 if (!array_is_created(k1))
380 return array_count(k1) == 0;
384 idx1 = array_get(k1, &count1);
H A Dindex-storage.h162 bool index_keyword_array_cmp(const ARRAY_TYPE(keyword_indexes) *k1,
/dovecot/src/auth/
H A Ddb-dict.c391 db_dict_iter_key_cmp(const struct db_dict_iter_key *k1, argument
394 return null_strcmp(k1->key->default_value, k2->key->default_value);

Completed in 20 milliseconds