Home
last modified time | relevance | path

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

/external/cronet/stable/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/cronet/tot/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/pytorch/aten/src/ATen/native/cuda/
DSummaryOps.cu38 at::acc_type<input_t, /*is_cuda=*/true> maxvalue, in getBin()
179 at::acc_type<input_t, /*is_cuda=*/true> maxvalue, in CUDA_tensor_histogram()
282 const bounds_t maxvalue = nbins; in _bincount_cuda_template() local
324 input_t maxvalue = max; in _histc_cuda_template() local
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c25 int maxvalue; member
462 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, in newsemlockobject()
491 int maxvalue, const char *name, int unlink) in _multiprocessing_SemLock_impl()
550 int kind, int maxvalue, in _multiprocessing_SemLock__rebuild_impl()
/external/python/rsa/tests/
Dtest_prime.py53 def fake_randint(maxvalue): argument
/external/libvpx/test/
Ddct_partial_test.cc76 const int16_t maxvalue = in RunTest() local
/external/python/cpython3/Modules/_multiprocessing/clinic/
Dsemaphore.c.h262 int maxvalue; in _multiprocessing_SemLock() local
328 int maxvalue; in _multiprocessing_SemLock__rebuild() local
/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/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/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_mov_inst.h319 uint32_t maxvalue = ((1 << (highBit - lowBit)) - 1) | (1 << (highBit - lowBit)); in SetBits() local
/external/leveldb/db/
Ddb_impl.cc90 static void ClipToRange(T* ptr, V minvalue, V maxvalue) { in ClipToRange()