Home
last modified time | relevance | path

Searched refs:tenths (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h2398 "halfdelay($module, tenths, /)\n"
2403 " tenths\n"
2404 " Maximal blocking delay in tenths of seconds (1 - 255).\n"
2412 _curses_halfdelay_impl(PyObject *module, unsigned char tenths);
2418 unsigned char tenths; in _curses_halfdelay() local
2436 tenths = (unsigned char) ival; in _curses_halfdelay()
2439 return_value = _curses_halfdelay_impl(module, tenths); in _curses_halfdelay()
/third_party/tzdata/
H A Dzic.c1778 int tenths = 0; in gethms() local
1789 &hh, &hhx, &mm, &mmx, &ss, &ssx, &tenths, &xr, &xs)) { in gethms()
1818 ss += 5 + ((ss ^ 1) & (xr == '0')) <= tenths; /* Round to even. */ in gethms()
/third_party/python/Modules/
H A D_cursesmodule.c3100 tenths: byte
3101 Maximal blocking delay in tenths of seconds (1 - 255).
3110 _curses_halfdelay_impl(PyObject *module, unsigned char tenths) in _curses_halfdelay_impl() argument
3115 return PyCursesCheckERR(halfdelay(tenths), "halfdelay"); in _curses_halfdelay_impl()

Completed in 15 milliseconds