OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_stop
(Results
1 - 3
of
3
) sorted by null
/external/python/cpython2/Lib/multiprocessing/
heap.py
224
new_stop
= start + size
225
if
new_stop
< stop:
226
self._free((arena,
new_stop
, stop))
227
block = (arena, start,
new_stop
)
/external/python/cpython3/Lib/multiprocessing/
heap.py
243
new_stop
= start + size
244
if
new_stop
< stop:
245
self._free((arena,
new_stop
, stop))
246
block = (arena, start,
new_stop
)
/external/python/cpython3/Objects/
rangeobject.c
1089
long lstart, lstop, lstep, new_start,
new_stop
;
local
[
all
...]
Completed in 482 milliseconds