Home
last modified time | relevance | path

Searched refs:oldresult (Results 1 – 3 of 3) sorted by relevance

/external/ltp/pan/
Dtag_report.c422 char *oldresult, *newresult, *worst_case(); in cuts_testcase() local
442 if ((oldresult = (char *)sym_get(tag, key)) != NULL) { in cuts_testcase()
445 newresult = worst_case(oldresult, cuts_info[2]); in cuts_testcase()
447 free(oldresult); /* remove the "data" portion of the key */ in cuts_testcase()
/external/python/cpython3/Modules/
D_functoolsmodule.c1068 PyObject *oldkey, *oldresult, *popresult; in bounded_lru_cache_wrapper() local
1106 oldresult = link->result; in bounded_lru_cache_wrapper()
1124 Py_DECREF(oldresult); in bounded_lru_cache_wrapper()
1131 Py_DECREF(oldresult); in bounded_lru_cache_wrapper()
/external/python/cpython3/Lib/
Dfunctools.py604 oldresult = root[RESULT]