HomeSort by relevance Sort by last modified time
    Searched full:g32p (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
test.py 238 g32p = poly(g32) variable
246 return long(p*x32p%g32p)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
test.py 230 g32p = poly(g32) variable
237 return int(p*x32p%g32p)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
test.py 238 g32p = poly(g32) variable
246 return long(p*x32p%g32p)

Completed in 73 milliseconds