Searched +defs:hash +defs:h (Results 1 – 5 of 5) sorted by relevance
72 typedef struct hash hash; typedef73 struct hash { struct75 u16 i; /* Start of the hash window */ argument76 char z[NHASH]; /* The values that have been hashed */ argument329 hash h; in delta_create() local
819 typedef struct hash hash; typedef820 struct hash { struct822 u16 i; /* Start of the hash window */ argument823 char z[NHASH]; /* The values that have been hashed */ argument995 hash h; in rbuDeltaCreate() local
41 int hash; /* Hash on the keyword */ member405 int i, j, k, h; in main() local
4104 unsigned hash; /* For hashing the name of a type */ in print_stack_union() local5307 unsigned h; in Strsafe_insert() local5362 unsigned h; in Strsafe_find() local5475 unsigned h; in Symbol_insert() local5533 unsigned h; in Symbol_find() local5609 unsigned h=0; in statehash() local5674 unsigned h; in State_insert() local5730 unsigned h; in State_find() local5762 unsigned h=0; in confighash() local5814 unsigned h; in Configtable_insert() local[all …]
475 #define HASH_APPEND(hash, add) ((hash) << 3) ^ (hash) ^ (unsigned int)(add) argument481 static unsigned int sessionHashAppendI64(unsigned int h, i64 i){ in sessionHashAppendI64()490 static unsigned int sessionHashAppendBlob(unsigned int h, int n, const u8 *z){ in sessionHashAppendBlob()500 static unsigned int sessionHashAppendType(unsigned int h, int eType){ in sessionHashAppendType()522 unsigned int h = 0; /* Hash value to return */ in sessionPreupdateHash() local604 unsigned int h = 0; /* Value to return */ in sessionChangeHash() local