HomeSort by relevance Sort by last modified time
    Searched defs:hashfunc (Results 1 - 10 of 10) 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 835 PyHash_FuncDef *hashfunc; local
839 hashfunc = PyHash_GetFuncDef();
851 PyUnicode_FromString(hashfunc->name));
853 PyLong_FromLong(hashfunc->hash_bits));
855 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...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 314 typedef long (*hashfunc)(PyObject *); typedef
346 hashfunc tp_hash;
    [all...]

Completed in 404 milliseconds