Home
last modified time | relevance | path

Searched refs:HASH_APPEND (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233869 #define HASH_APPEND(hash, add) ((hash) << 3) ^ (hash) ^ (unsigned int)(add) macro
233876 h = HASH_APPEND(h, i & 0xFFFFFFFF);
233877 return HASH_APPEND(h, (i>>32)&0xFFFFFFFF);
233886 for(i=0; i<n; i++) h = HASH_APPEND(h, z[i]);
233895 return HASH_APPEND(h, eType);