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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 407 besti, bestj, bestsize = alo, blo, 0
426 besti, bestj, bestsize = i-k+1, j-k+1, k
433 while besti > alo and bestj > blo and \
434 not isbjunk(b[bestj-1]) and \
435 a[besti-1] == b[bestj-1]:
436 besti, bestj, bestsize = besti-1, bestj-1, bestsize+1
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
438 not isbjunk(b[bestj+bestsize]) and \
439 a[besti+bestsize] == b[bestj+bestsize]:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 407 besti, bestj, bestsize = alo, blo, 0
426 besti, bestj, bestsize = i-k+1, j-k+1, k
433 while besti > alo and bestj > blo and \
434 not isbjunk(b[bestj-1]) and \
435 a[besti-1] == b[bestj-1]:
436 besti, bestj, bestsize = besti-1, bestj-1, bestsize+1
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
438 not isbjunk(b[bestj+bestsize]) and \
439 a[besti+bestsize] == b[bestj+bestsize]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 407 besti, bestj, bestsize = alo, blo, 0
426 besti, bestj, bestsize = i-k+1, j-k+1, k
433 while besti > alo and bestj > blo and \
434 not isbjunk(b[bestj-1]) and \
435 a[besti-1] == b[bestj-1]:
436 besti, bestj, bestsize = besti-1, bestj-1, bestsize+1
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
438 not isbjunk(b[bestj+bestsize]) and \
439 a[besti+bestsize] == b[bestj+bestsize]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 407 besti, bestj, bestsize = alo, blo, 0
426 besti, bestj, bestsize = i-k+1, j-k+1, k
433 while besti > alo and bestj > blo and \
434 not isbjunk(b[bestj-1]) and \
435 a[besti-1] == b[bestj-1]:
436 besti, bestj, bestsize = besti-1, bestj-1, bestsize+1
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
438 not isbjunk(b[bestj+bestsize]) and \
439 a[besti+bestsize] == b[bestj+bestsize]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 407 besti, bestj, bestsize = alo, blo, 0
426 besti, bestj, bestsize = i-k+1, j-k+1, k
433 while besti > alo and bestj > blo and \
434 not isbjunk(b[bestj-1]) and \
435 a[besti-1] == b[bestj-1]:
436 besti, bestj, bestsize = besti-1, bestj-1, bestsize+1
437 while besti+bestsize < ahi and bestj+bestsize < bhi and \
438 not isbjunk(b[bestj+bestsize]) and \
439 a[besti+bestsize] == b[bestj+bestsize]
    [all...]
  /external/ImageMagick/coders/
dds.c 1016 bestj = 0, local
1246 bestj, local
    [all...]

Completed in 128 milliseconds