Lines Matching defs:ghist_words
314 std::vector<unsigned int> ghist_words;
493 return hash(mpp.threadData[tid]->ghist_words, mpp.blockSize, p1,
497 static unsigned int hash(const std::vector<unsigned int> &ghist_words,
509 // the 0th bit of ghist_words[a/block_size] is the most recent bit.
515 x += ghist_words[a / block_size] >> (a-am);
518 x += ghist_words[i / block_size];
522 unsigned int y = ghist_words[bm / block_size] & ((1<<(b - bm))-1);
797 std::vector<unsigned int> &ghist_words =
798 mpp.threadData[tid]->ghist_words;
807 w = ghist_words[i / mpp.blockSize];
814 w = ghist_words[bm / mpp.blockSize];
826 w = ghist_words[i / mpp.blockSize];
833 w = ghist_words[bm/mpp.blockSize];
988 std::vector<unsigned int> &ghist_words =
989 mpp.threadData[tid]->ghist_words;
997 w = ghist_words[i / mpp.blockSize];
1004 w = ghist_words[bm / mpp.blockSize];