Home
last modified time | relevance | path

Searched defs:maxvalue (Results 1 – 13 of 13) sorted by relevance

/external/cronet/ipc/
Dparam_traits_macros.h39 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \ argument
45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(typ, minvalue, maxvalue) \ argument
/external/libchrome/ipc/
Dparam_traits_macros.h38 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \ argument
45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \ argument
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c21 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()
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c18 int maxvalue; member
409 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue) in newsemlockobject()
429 int kind, maxvalue, value; in semlock_new() local
479 int kind, maxvalue; in semlock_rebuild() local
/external/python/rsa/tests/
Dtest_prime.py53 def fake_randint(maxvalue): argument
/external/libvpx/test/
Ddct_partial_test.cc75 const int16_t maxvalue = in RunTest() local
/external/python/cpython3/Modules/_multiprocessing/clinic/
Dsemaphore.c.h170 int maxvalue; in _multiprocessing_SemLock() local
236 int maxvalue; in _multiprocessing_SemLock__rebuild() local
/external/python/cpython2/Lib/lib-tk/
DtkSimpleDialog.py176 minvalue = None, maxvalue = None, argument
/external/sdv/vsomeip/third_party/boost/lexical_cast/test/
Dfloat_types_test.cpp297 test_t maxvalue = (std::numeric_limits<test_t>::max)(); in test_float_typess_for_overflows() local
/external/python/cpython2/Lib/multiprocessing/
Dsynchronize.py74 def __init__(self, kind, value, maxvalue): argument
/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py274 minvalue = None, maxvalue = None, argument
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py50 def __init__(self, kind, value, maxvalue, *, ctx): argument
/external/leveldb/db/
Ddb_impl.cc90 static void ClipToRange(T* ptr, V minvalue, V maxvalue) { in ClipToRange()