Home
last modified time | relevance | path

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

/external/lua/src/
Dltable.c82 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro
85 #define hashpointer(t,p) hashmod(t, point2uint(p))
141 return hashmod(t, l_hashfloat(fltvalueraw(*kvl))); in mainposition()
/external/autotest/utils/frozen_chromite/third_party/python3/httplib2/
D__init__.py759 self.hashmod = _md5
761 self.hashmod = _sha
796 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
/external/python/httplib2/python3/httplib2/
D__init__.py766 self.hashmod = _md5
768 self.hashmod = _sha
803 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
/external/python/httplib2/python2/httplib2/
D__init__.py791 self.hashmod = _md5
793 self.hashmod = _sha
828 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
/external/autotest/utils/frozen_chromite/third_party/python2/httplib2/
D__init__.py778 self.hashmod = _md5
780 self.hashmod = _sha
815 hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()