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.c947 device_t *newlist, *oldlist; in devclass_alloc_unit() local
950 oldlist = dc->devices; in devclass_alloc_unit()
953 PDEBUG(("oldlist %p, newlist %p, newsize %d", oldlist, newlist, newsize)); in devclass_alloc_unit()
957 if (oldlist != NULL) in devclass_alloc_unit()
958 … (void)memcpy_s(newlist, sizeof(device_t) * dc->maxunit, oldlist, sizeof(device_t) * dc->maxunit); in devclass_alloc_unit()
964 if (oldlist != NULL) in devclass_alloc_unit()
965 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)])