HomeSort by relevance Sort by last modified time
    Searched refs:rightindex (Results 1 - 10 of 10) 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:__anon4368
149 deque->rightindex = CENTER;
168 item = deque->rightblock->data[deque->rightindex];
169 deque->rightindex--;
524 Py_ssize_t rightindex = deque->rightindex; local
    [all...]
  /external/python/cpython2/Modules/
_collectionsmodule.c 25 * d.rightblock[rightindex]; note that, unlike as for Python slice
33 * The indices, d.leftindex and d.rightindex are always in the range
36 * (d.leftindex + d.len - 1) % BLOCKLEN == d.rightindex.
39 * d.leftindex == CENTER+1; and d.rightindex == CENTER.
43 * d.leftindex + d.len - 1 == d.rightindex.
45 * However, when d.leftblock != d.rightblock, d.leftindex and d.rightindex
101 Py_ssize_t rightindex; /* in range(BLOCKLEN) */ member in struct:__anon32620
147 deque->rightindex = CENTER;
166 item = deque->rightblock->data[deque->rightindex];
167 deque->rightindex--
522 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:__anon4674
150 deque->rightindex = CENTER;
169 item = deque->rightblock->data[deque->rightindex];
170 deque->rightindex--;
471 Py_ssize_t rightindex = deque->rightindex; local
    [all...]
  /external/python/cpython3/Modules/
_collectionsmodule.c 43 * and its last element is at d.rightblock[rightindex].
49 * The indices, d.leftindex and d.rightindex are always in the range:
53 * (d.leftindex + d.len - 1) % BLOCKLEN == d.rightindex
56 * d.leftindex + d.len - 1 == d.rightindex
59 * d.rightindex become indices into distinct blocks and either may
66 * d.rightindex == CENTER
82 Py_ssize_t rightindex; /* 0 <= rightindex < BLOCKLEN */ member in struct:__anon33213
170 deque->rightindex = CENTER;
188 item = deque->rightblock->data[deque->rightindex];
792 Py_ssize_t rightindex = deque->rightindex; local
930 Py_ssize_t rightindex = deque->rightindex; local
    [all...]
  /external/python/cpython2/Lib/idlelib/
ParenMatch.py 142 rightindex = indices[1]+"+1c"
144 rightindex = indices[1]
145 self.text.tag_add("paren", indices[0], rightindex)
  /external/python/cpython3/Lib/idlelib/
parenmatch.py 138 rightindex = indices[1]+"+1c"
140 rightindex = indices[1]
141 self.text.tag_add("paren", indices[0], rightindex)
  /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 6763 milliseconds