Home
last modified time | relevance | path

Searched refs:leftright (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dast.py54 def __init__(self, leftright, lineno=None): argument
55 self.left = leftright[0]
56 self.right = leftright[1]
434 def __init__(self, leftright, lineno=None): argument
435 self.left = leftright[0]
436 self.right = leftright[1]
488 def __init__(self, leftright, lineno=None): argument
489 self.left = leftright[0]
490 self.right = leftright[1]
804 def __init__(self, leftright, lineno=None): argument
[all …]
/external/python/cpython3/Python/
Ddtoa.c2310 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, in _Py_dg_dtoa() local
2433 leftright = 1; in _Py_dg_dtoa()
2443 leftright = 0; in _Py_dg_dtoa()
2451 leftright = 0; in _Py_dg_dtoa()
2518 if (leftright) { in _Py_dg_dtoa()
2602 if (leftright) { in _Py_dg_dtoa()
2619 if (leftright) { in _Py_dg_dtoa()
2654 if ((mode < 2 || leftright) in _Py_dg_dtoa()
2694 if (leftright) { in _Py_dg_dtoa()
2721 if (leftright) { in _Py_dg_dtoa()
/external/python/cpython2/Python/
Ddtoa.c2383 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, in _Py_dg_dtoa() local
2506 leftright = 1; in _Py_dg_dtoa()
2516 leftright = 0; in _Py_dg_dtoa()
2524 leftright = 0; in _Py_dg_dtoa()
2591 if (leftright) { in _Py_dg_dtoa()
2675 if (leftright) { in _Py_dg_dtoa()
2692 if (leftright) { in _Py_dg_dtoa()
2727 if ((mode < 2 || leftright) in _Py_dg_dtoa()
2767 if (leftright) { in _Py_dg_dtoa()
2794 if (leftright) { in _Py_dg_dtoa()
/external/jemalloc/include/jemalloc/internal/
Drb.h735 a_type *leftright = rbtn_right_get(a_type, a_field, \
738 leftright); \
766 assert(leftright != NULL); \
767 rbtn_red_set(a_type, a_field, leftright); \
/external/jemalloc_new/include/jemalloc/internal/
Drb.h738 a_type *leftright = rbtn_right_get(a_type, a_field, \
741 leftright); \
769 assert(leftright != NULL); \
770 rbtn_red_set(a_type, a_field, leftright); \
/external/python/cpython2/Lib/lib-tk/
Dturtle.py3577 leftright = _CFG["leftright"]
3582 self.setup(width, height, leftright, topbottom)
/external/python/cpython3/Lib/
Dturtle.py3686 leftright = _CFG["leftright"]
3691 self.setup(width, height, leftright, topbottom)
/external/python/cpython2/Doc/library/
Dturtle.rst1849 .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_C…
2103 leftright = None
/external/python/cpython3/Doc/library/
Dturtle.rst1975 .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_C…
2229 leftright = None