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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.c 53 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) macro
107 return hashstr(t, rawtsvalue(key));
110 return hashstr(t, rawtsvalue(key));
467 Node *n = hashstr(t, key);
  /external/syslinux/com32/lua/src/
ltable.c 53 #define hashstr(t,str) hashpow2(t, (str)->tsv.hash) macro
108 return hashstr(t, rawtsvalue(key));
111 return hashstr(t, rawtsvalue(key));
468 Node *n = hashstr(t, key);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 966 static PyObject *hashstr, *eqstr, *cmpstr; local
968 if (hashstr == NULL) {
969 hashstr = PyString_InternFromString("__hash__");
970 if (hashstr == NULL)
973 func = instance_getattr(inst, hashstr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 942 static PyObject *hashstr, *eqstr, *cmpstr; local
944 if (hashstr == NULL) {
945 hashstr = PyString_InternFromString("__hash__");
946 if (hashstr == NULL)
949 func = instance_getattr(inst, hashstr);
    [all...]
  /external/python/cpython2/Objects/
classobject.c 966 static PyObject *hashstr, *eqstr, *cmpstr; local
968 if (hashstr == NULL) {
969 hashstr = PyString_InternFromString("__hash__");
970 if (hashstr == NULL)
973 func = instance_getattr(inst, hashstr);
    [all...]

Completed in 535 milliseconds