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

  /external/libxml2/
timsort.h 132 const int minrun = size >> shift; local
136 return minrun + 1;
139 return minrun;
490 const size_t minrun,
495 size_t run = minrun;
531 size_t minrun; local
548 minrun = compute_minrun(size);
554 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) {
558 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) {
562 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 2049 Py_ssize_t minrun; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 2048 Py_ssize_t minrun; local
    [all...]
  /external/python/cpython2/Objects/
listobject.c 2052 Py_ssize_t minrun; local
    [all...]
  /external/python/cpython3/Objects/
listobject.c 1916 Py_ssize_t minrun; local
    [all...]

Completed in 131 milliseconds