Searched refs:group_right_1 (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | _cursesmodule.c.h | 28 int x, PyObject *ch, int group_right_1, long attr); 38 int group_right_1 = 0; in curses_window_addch() local 51 group_right_1 = 1; in curses_window_addch() 63 group_right_1 = 1; in curses_window_addch() 70 return_value = curses_window_addch_impl(self, group_left_1, y, x, ch, group_right_1, attr); in curses_window_addch()
|
D | resource.c.h | 95 int group_right_1, PyObject *limits); 103 int group_right_1 = 0; in resource_prlimit() local 116 group_right_1 = 1; in resource_prlimit() 122 return_value = resource_prlimit_impl(module, pid, resource, group_right_1, limits); in resource_prlimit()
|
D | mathmodule.c.h | 190 math_log_impl(PyObject *module, PyObject *x, int group_right_1, 198 int group_right_1 = 0; in math_log() local 211 group_right_1 = 1; in math_log() 217 return_value = math_log_impl(module, x, group_right_1, base); in math_log()
|
D | _ssl.c.h | 254 _ssl__SSLSocket_read_impl(PySSLSocket *self, int len, int group_right_1, 262 int group_right_1 = 0; in _ssl__SSLSocket_read() local 275 group_right_1 = 1; in _ssl__SSLSocket_read() 281 return_value = _ssl__SSLSocket_read_impl(self, len, group_right_1, &buffer); in _ssl__SSLSocket_read()
|
/external/python/cpython3/Modules/ |
D | resource.c | 263 int group_right_1, PyObject *limits) in resource_prlimit_impl() argument 275 if (group_right_1) { in resource_prlimit_impl()
|
D | _ssl.c | 2385 _ssl__SSLSocket_read_impl(PySSLSocket *self, int len, int group_right_1, in _ssl__SSLSocket_read_impl() argument 2399 if (!group_right_1 && len < 0) { in _ssl__SSLSocket_read_impl() 2413 if (!group_right_1) { in _ssl__SSLSocket_read_impl() 2494 if (!group_right_1) { in _ssl__SSLSocket_read_impl() 2504 if (!group_right_1) in _ssl__SSLSocket_read_impl()
|
D | mathmodule.c | 1940 math_log_impl(PyObject *module, PyObject *x, int group_right_1, in math_log_impl() argument
|
D | _cursesmodule.c | 594 int x, PyObject *ch, int group_right_1, long attr) in curses_window_addch_impl() argument 599 int attr_group = group_right_1; in curses_window_addch_impl()
|