Home
last modified time | relevance | path

Searched refs:maxvalue (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Modules/_multiprocessing/clinic/
H A Dsemaphore.c.h157 int maxvalue, const char *name, int unlink);
163 static const char * const _keywords[] = {"kind", "value", "maxvalue", "name", "unlink", NULL}; in _multiprocessing_SemLock()
170 int maxvalue; in _multiprocessing_SemLock() local
186 maxvalue = _PyLong_AsInt(fastargs[2]); in _multiprocessing_SemLock()
187 if (maxvalue == -1 && PyErr_Occurred()) { in _multiprocessing_SemLock()
207 return_value = _multiprocessing_SemLock_impl(type, kind, value, maxvalue, name, unlink); in _multiprocessing_SemLock()
218 "_rebuild($type, handle, kind, maxvalue, name, /)\n"
227 int kind, int maxvalue,
236 int maxvalue; in _multiprocessing_SemLock__rebuild() local
240 &handle, &kind, &maxvalue, in _multiprocessing_SemLock__rebuild()
[all...]
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c21 int maxvalue; member
404 /* We will only check properly the maxvalue == 1 case */ in _multiprocessing_SemLock_release_impl()
405 if (self->maxvalue == 1) { in _multiprocessing_SemLock_release_impl()
429 does not rise above maxvalue. */ in _multiprocessing_SemLock_release_impl()
432 } else if (sval >= self->maxvalue) { in _multiprocessing_SemLock_release_impl()
454 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, in newsemlockobject() argument
464 self->maxvalue = maxvalue; in newsemlockobject()
475 maxvalue: int
483 int maxvalue, cons in _multiprocessing_SemLock_impl()
482 _multiprocessing_SemLock_impl(PyTypeObject *type, int kind, int value, int maxvalue, const char *name, int unlink) _multiprocessing_SemLock_impl() argument
541 _multiprocessing_SemLock__rebuild_impl(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, const char *name) _multiprocessing_SemLock__rebuild_impl() argument
[all...]
/third_party/python/Lib/tkinter/
H A Dsimpledialog.py274 minvalue = None, maxvalue = None,
279 self.maxvalue = maxvalue
323 if self.maxvalue is not None and result > self.maxvalue:
327 "Please try again." % self.maxvalue,
433 maxvalue=100))
/third_party/ffmpeg/libavutil/
H A Dpca.c109 double maxvalue= -1; in ff_pca() local
111 if(eigenvalue[j] > maxvalue){ in ff_pca()
112 maxvalue= eigenvalue[j]; in ff_pca()
117 eigenvalue[i]= maxvalue; in ff_pca()
/third_party/lame/frontend/
H A Dmp3rtp.c86 maxvalue(int Buffer[2][1152]) in maxvalue() function
248 levelmessage(maxvalue(Buffer), &maxx, &tmpx); in lame_main()
/third_party/python/Lib/multiprocessing/
H A Dsynchronize.py50 def __init__(self, kind, value, maxvalue, *, ctx):
58 kind, value, maxvalue, self._make_name(),
107 return (h, sl.kind, sl.maxvalue, sl.name)
152 return '<%s(value=%s, maxvalue=%s)>' % \
153 (self.__class__.__name__, value, self._semlock.maxvalue)
/third_party/python/Tools/demo/
H A Dsortvisu.py48 self.size = self.maxvalue = 0
58 self.maxvalue = max(data)
60 height=(self.maxvalue+1)*YGRID)
327 y2 = (self.array.maxvalue+1)*YGRID
/third_party/python/Lib/idlelib/
H A Dformat.py353 maxvalue=16)
386 maxvalue=16)
/third_party/backends/backend/
H A Dhp3900_rts8822.c13141 double maxvalue; /*eff8 */ in Calib_BlackShading() local
13221 maxvalue = ((1 << (scancfg.depth - 8)) << 8) - 1; in Calib_BlackShading()
13223 maxvalue = (256 / (1 << (8 - scancfg.depth))) - 1; in Calib_BlackShading()
13237 myst = (maxvalue >= myst) ? shadingprediff[a] : maxvalue; in Calib_BlackShading()
13339 lowest = (int) maxvalue; in Calib_BlackShading()
13412 myst = min (max (0, sumatorio), maxvalue); in Calib_BlackShading()
13449 lowest = (int) maxvalue; in Calib_BlackShading()
13536 myst = min (max (0, sumatorio), maxvalue); in Calib_BlackShading()
13592 smvalues[a] = min ((int) (dbvalue[a] + 0.5) & 0xffff, maxvalue); in Calib_BlackShading()
14416 double maxvalue, chncolor; WShading_Emulate() local
[all...]
/third_party/python/Lib/
H A Dturtle.py848 minvalue=minval, maxvalue=maxval,

Completed in 22 milliseconds