Searched defs:UINT_MAX (Results 1 - 14 of 14) sorted by relevance
/third_party/backends/include/ |
H A D | md5.h | 53 # define UINT_MAX UINT_MAX_32_BITS macro
|
/third_party/python/Lib/test/ |
H A D | test_ucn.py | 18 from _testcapi import INT_MAX, PY_SSIZE_T_MAX, UINT_MAX namespace
|
H A D | test_poll.py | 174 from _testcapi import USHRT_MAX, INT_MAX, UINT_MAX namespace
|
H A D | test_clinic.py | 976 from _testcapi import UINT_MAX namespace
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 13 PY_SSIZE_T_MAX, PY_SSIZE_T_MIN global() namespace
|
H A D | test_getargs.py | 48 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX global() namespace
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | Utils.java | 302 private static long UINT_MAX = 0xffffffffl; field in Utils
|
/third_party/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 1308 msg4 << UINT_MAX; in TEST() local
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | limits.h | 27 #define UINT_MAX 0xffffffffU macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | limits.h | 27 #define UINT_MAX 0xffffffffU macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | limits.h | 29 #define UINT_MAX 0xffffffffU macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | limits.h | 29 #define UINT_MAX 0xffffffffU macro
|
/third_party/musl/include/ |
H A D | limits.h | 27 #define UINT_MAX 0xffffffffU macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | limits.h | 60 #define UINT_MAX 0xffffffffU macro
|
Completed in 11 milliseconds