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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
test.py 228 g24p = poly(g24) variable
236 return long(p*x24p%g24p)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
test.py 221 g24p = poly(g24) variable
228 return int(p*x24p%g24p)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
test.py 228 g24p = poly(g24) variable
236 return long(p*x24p%g24p)

Completed in 982 milliseconds