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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
test.py 218 g16p = poly(g16) variable
226 return long(p*x16p%g16p)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
test.py 212 g16p = poly(g16) variable
219 return int(p*x16p%g16p)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
test.py 218 g16p = poly(g16) variable
226 return long(p*x16p%g16p)

Completed in 271 milliseconds