Searched refs:hashm (Results 1 – 3 of 3) sorted by relevance
107 HASHHDR *hashm; local426 hashm = (HASHHDR *)mbuf;427 if (swapped && (ret = __ham_mswap((PAGE *)hashm)) != 0)430 if (hashm->version < DB_HASHOLDVER ||431 hashm->version > DB_HASHVERSION) {434 fname, hashm->version);437 dbp->pgsize = hashm->pagesize;441 "db_open", hashm->flags, DB_HASH_DUP)) != 0)444 hashm->flags, DB_HASH_DUP, DB_AM_DUP);449 memcpy(dbp->fileid, hashm->uid, DB_FILE_ID_LEN);
95 # define HASH hashm /* Multiplicative hash function */98 static unsigned int hashm();167 printf("multiplication: %d\n", hashm(line)); in main()459 hashm(POINTER key) in hashm() function
104 #define HASH hashm /* Multiplicative hash function */106 static unsigned int hashm(POINTER);168 printf("multiplication: %d\n", hashm(line)); in main()493 hashm(POINTER key) /* Multiplication hashing scheme */ in hashm() function