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

  /external/libcups/cups/
array.c 57 cups_ahash_func_t hashfunc; /* Hash function */ member in struct:_cups_array_s
470 hash = (*(a->hashfunc))(e, a->data);
761 a->hashfunc = h;
  /external/python/cpython3/Python/
sysmodule.c 974 PyHash_FuncDef *hashfunc; local
978 hashfunc = PyHash_GetFuncDef();
990 PyUnicode_FromString(hashfunc->name));
992 PyLong_FromLong(hashfunc->hash_bits));
994 PyLong_FromLong(hashfunc->seed_bits));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]
  /external/python/cpython2/Include/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]
  /external/python/cpython3/Include/
object.h 333 typedef Py_hash_t (*hashfunc)(PyObject *); typedef
369 hashfunc tp_hash;
    [all...]

Completed in 1333 milliseconds