HomeSort by relevance Sort by last modified time
    Searched refs:hashmod (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ltable.c 61 #define hashmod(t,n) (gnode(t, ((n) % ((sizenode(t)-1)|1)))) macro
64 #define hashpointer(t,p) hashmod(t, IntPoint(p))
88 return hashmod(t, i);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 537 self.hashmod = _md5
539 self.hashmod = _sha
558 request_digest = hmac.new(self.key, request_digest, self.hashmod).hexdigest().lower()
    [all...]

Completed in 710 milliseconds