/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | SummaryOps.cu | 38 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
|
/aosp_15_r20/external/python/cpython3/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()
|
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/ |
D | semaphore.c | 18 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
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | param_traits_macros.h | 39 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \ argument 45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(typ, minvalue, maxvalue) \ argument
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | param_traits_macros.h | 38 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \ argument 45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \ argument
|
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/clinic/ |
D | semaphore.c.h | 170 int maxvalue; in _multiprocessing_SemLock() local 236 int maxvalue; in _multiprocessing_SemLock__rebuild() local
|
/aosp_15_r20/external/python/rsa/tests/ |
D | test_prime.py | 53 def fake_randint(maxvalue): argument
|
/aosp_15_r20/external/libvpx/test/ |
H A D | dct_partial_test.cc | 76 const int16_t maxvalue = in RunTest() local
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | tkSimpleDialog.py | 176 minvalue = None, maxvalue = None, argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/test/ |
D | float_types_test.cpp | 297 test_t maxvalue = (std::numeric_limits<test_t>::max)(); in test_float_typess_for_overflows() local
|
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/ |
D | synchronize.py | 74 def __init__(self, kind, value, maxvalue): argument
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | simpledialog.py | 274 minvalue = None, maxvalue = None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | synchronize.py | 50 def __init__(self, kind, value, maxvalue, *, ctx): argument
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | synchronize.py | 50 def __init__(self, kind, value, maxvalue, *, ctx): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/ |
D | synchronize.py | 50 def __init__(self, kind, value, maxvalue, *, ctx): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | synchronize.py | 50 def __init__(self, kind, value, maxvalue, *, ctx): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/ |
D | synchronize.py | 50 def __init__(self, kind, value, maxvalue, *, ctx): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | synchronize.py | 50 def __init__(self, kind, value, maxvalue, *, ctx): argument
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/ |
H A D | cm_mov_inst.h | 319 uint32_t maxvalue = ((1 << (highBit - lowBit)) - 1) | (1 << (highBit - lowBit)); in SetBits() local
|
/aosp_15_r20/external/leveldb/db/ |
H A D | db_impl.cc | 90 static void ClipToRange(T* ptr, V minvalue, V maxvalue) { in ClipToRange()
|