Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.c69 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro
72 #define hashpointer(t,p) hashmod(t, point2uint(p))
122 return hashmod(t, l_hashfloat(fltvalue(key))); in mainposition()
/external/python/httplib2/python3/httplib2/
D__init__.py746 self.hashmod = _md5
748 self.hashmod = _sha
783 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
/external/python/httplib2/python2/httplib2/
D__init__.py778 self.hashmod = _md5
780 self.hashmod = _sha
815 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()