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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 27 /* Caching the hash (ob_shash) saves recalculation of a string's hash value.
37 long ob_shash; member in struct:__anon62312
44 * ob_shash is the hash of the string or -1 if not computed yet.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 27 /* Caching the hash (ob_shash) saves recalculation of a string's hash value.
37 long ob_shash; member in struct:__anon62435
44 * ob_shash is the hash of the string or -1 if not computed yet.

Completed in 140 milliseconds