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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_collectionsmodule.c 27 * d.rightblock[rightindex]; note that, unlike as for Python slice
35 * The indices, d.leftindex and d.rightindex are always in the range
38 * (d.leftindex + d.len - 1) % BLOCKLEN == d.rightindex.
41 * d.leftindex == CENTER+1; and d.rightindex == CENTER.
45 * d.leftindex + d.len - 1 == d.rightindex.
47 * However, when d.leftblock != d.rightblock, d.leftindex and d.rightindex
103 Py_ssize_t rightindex; /* in range(BLOCKLEN) */ member in struct:__anon5386
149 deque->rightindex = CENTER;
168 item = deque->rightblock->data[deque->rightindex];
169 deque->rightindex--;
524 Py_ssize_t rightindex = deque->rightindex; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_collectionsmodule.c 23 * d.rightblock[rightindex]; note that, unlike as for Python slice
31 * The indices, d.leftindex and d.rightindex are always in the range
34 * (d.leftindex + d.len - 1) % BLOCKLEN == d.rightindex.
37 * d.leftindex == CENTER+1; and d.rightindex == CENTER.
41 * d.leftindex + d.len - 1 == d.rightindex.
43 * However, when d.leftblock != d.rightblock, d.leftindex and d.rightindex
104 Py_ssize_t rightindex; /* in range(BLOCKLEN) */ member in struct:__anon5692
150 deque->rightindex = CENTER;
169 item = deque->rightblock->data[deque->rightindex];
170 deque->rightindex--;
471 Py_ssize_t rightindex = deque->rightindex; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 141 rightindex = indices[1]+"+1c"
143 rightindex = indices[1]
144 self.text.tag_add("paren", indices[0], rightindex)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 141 rightindex = indices[1]+"+1c"
143 rightindex = indices[1]
144 self.text.tag_add("paren", indices[0], rightindex)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 141 rightindex = indices[1]+"+1c"
143 rightindex = indices[1]
144 self.text.tag_add("paren", indices[0], rightindex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 141 rightindex = indices[1]+"+1c"
143 rightindex = indices[1]
144 self.text.tag_add("paren", indices[0], rightindex)

Completed in 362 milliseconds