Home
last modified time | relevance | path

Searched defs:nsmallest (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dheapq.py207 def nsmallest(n, iterable): function
356 def nsmallest(n, iterable, key=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dheapq.py221 def nsmallest(n, iterable): function
399 def nsmallest(n, iterable, key=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c460 nsmallest(PyObject *self, PyObject *args) in nsmallest() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_heapqmodule.c461 nsmallest(PyObject *self, PyObject *args) in nsmallest() function