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

  /external/python/cpython3/Python/
pyhash.c 20 _Py_HashSecret_t _Py_HashSecret = {{0}};
181 hash ^= (Py_uhash_t) _Py_HashSecret.djbx33a.suffix;
263 x = (Py_uhash_t) _Py_HashSecret.fnv.prefix;
274 x ^= (Py_uhash_t) _Py_HashSecret.fnv.suffix;
418 _le64toh(_Py_HashSecret.siphash.k0), _le64toh(_Py_HashSecret.siphash.k1),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 1102 _Py_HashSecret_t _Py_HashSecret;
    [all...]
  /external/python/cpython2/Objects/
object.c 1107 _Py_HashSecret_t _Py_HashSecret;
    [all...]

Completed in 1584 milliseconds