Home
last modified time | relevance | path

Searched defs:__hash (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Dhashtable.h48 #define __hash(table, key) &table[key % (nitems(table) - 1)] macro
/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dboyer_moore_searcher.h57 …explicit _BMSkipTable(size_t __sz, value_type __default_value, _Hash __hash, _BinaryPredicate __pr… in _BMSkipTable()