Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_keyword.py18 oldlist = keyword.kwlist
19 self.addCleanup(setattr, keyword, 'kwlist', oldlist)
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c948 device_t *newlist, *oldlist; in devclass_alloc_unit() local
951 oldlist = dc->devices; in devclass_alloc_unit()
954 PDEBUG(("oldlist %p, newlist %p, newsize %d", oldlist, newlist, newsize)); in devclass_alloc_unit()
958 if (oldlist != NULL) in devclass_alloc_unit()
959 … (void)memcpy_s(newlist, sizeof(device_t) * dc->maxunit, oldlist, sizeof(device_t) * dc->maxunit); in devclass_alloc_unit()
965 if (oldlist != NULL) in devclass_alloc_unit()
966 bsd_free(oldlist, M_BUS); in devclass_alloc_unit()
/third_party/optimized-routines/math/tools/
Dremez.jl570 oldscore, oldlist = best[i-1, othersign]
572 newlist = vcat(oldlist, [(x,y)])