Searched defs:maxvalue (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Modules/_multiprocessing/ |
| D | semaphore.c | 21 int maxvalue; member 454 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, in newsemlockobject() 483 int maxvalue, const char *name, int unlink) in _multiprocessing_SemLock_impl() 542 int kind, int maxvalue, in _multiprocessing_SemLock__rebuild_impl()
|
| /third_party/lame/frontend/ |
| D | mp3rtp.c | 86 maxvalue(int Buffer[2][1152]) in maxvalue() function
|
| /third_party/python/Modules/_multiprocessing/clinic/ |
| D | semaphore.c.h | 170 int maxvalue; in _multiprocessing_SemLock() local 236 int maxvalue; in _multiprocessing_SemLock__rebuild() local
|
| /third_party/ffmpeg/libavutil/ |
| D | pca.c | 109 double maxvalue= -1; in ff_pca() local
|
| /third_party/python/Lib/tkinter/ |
| D | simpledialog.py | 274 minvalue = None, maxvalue = None, argument
|
| /third_party/python/Lib/multiprocessing/ |
| D | synchronize.py | 50 def __init__(self, kind, value, maxvalue, *, ctx): argument
|