Home
last modified time | relevance | path

Searched refs:_MIN (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py139 if not self._MIN <= int(proposed_value) <= self._MAX:
210 _MIN = -2147483648 variable in Int32ValueChecker
216 _MIN = 0 variable in Uint32ValueChecker
222 _MIN = -(1 << 63) variable in Int64ValueChecker
228 _MIN = 0 variable in Uint64ValueChecker
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dlimits.h43 signed type, true, true, sname##_MIN, sname##_MAX); \
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc68 const Type MathLimits<Type>::kPosMin = PREFIX##_MIN; \
/external/pigweed/pw_minimal_cpp_stdlib/public/
Dlimits43 signed type, true, true, sname##_MIN, sname##_MAX); \
/external/rust/crates/csv/examples/data/bench/
Dnfl.csv3317 20120916_MIN@IND,1,0,0,IND,MIN,,,48,P.McAfee kicks 70 yards from IND 35 to MIN -5. P.Harvin to MIN …
3318 20120916_MIN@IND,1,59,55,MIN,IND,1,10,77,(14:55) (Run formation) A.Peterson right guard to MIN 28 f…
3319 20120916_MIN@IND,1,59,17,MIN,IND,2,5,72,(14:17) (Run formation) C.Ponder pass short left to P.Harvi…
3320 20120916_MIN@IND,1,58,50,MIN,IND,1,10,61,(13:50) (Run formation) C.Ponder sacked at MIN 38 for -1 y…
3321 20120916_MIN@IND,1,58,21,MIN,IND,2,11,62,(13:21) (Run formation) A.Peterson up the middle to MIN 43…
3322 20120916_MIN@IND,1,57,38,MIN,IND,3,6,57,(12:38) (Shotgun) C.Ponder pass short left to P.Harvin to I…
3323 20120916_MIN@IND,1,57,0,MIN,IND,1,10,49,(12:00) (Run formation) A.Peterson left end pushed ob at IN…
3324 20120916_MIN@IND,1,56,30,MIN,IND,2,4,43,(11:30) (Run formation) P.Harvin right end to 50 for -7 yar…
3325 20120916_MIN@IND,1,55,50,MIN,IND,3,11,50,(10:50) (Shotgun) C.Ponder pass short left to T.Gerhart to…
3326 20120916_MIN@IND,1,55,8,MIN,IND,1,10,38,(10:08) (Run formation) T.Gerhart up the middle to IND 30 f…
[all …]
/external/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c1155 if ((new < prefix##_MIN) || \
1178 if ((new < prefix##_MIN) || \
1202 if ((new < prefix##_MIN) || \
1229 if ((new < prefix##_MIN) || \
/external/llvm-project/clang/lib/Headers/
Dstdint.h639 #define __INTN_MIN(n) __stdint_join3( INT, n, _MIN)
/external/clang/lib/Headers/
Dstdint.h653 #define __INTN_MIN(n) __stdint_join3( INT, n, _MIN)
/external/usrsctp/usrsctplib/
Duser_socket.c3597 if ((value < __prefix##_MIN) || \
3614 if ((value < __prefix##_MIN) || \
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1375 DFA<dfa.decisionNumber>_MIN = '<dfa.javaCompressedMin; wrap="'+\n '">';
1387 Min := TDFA.UnpackEncodedStringToUnsignedChars(DFA<dfa.decisionNumber>_MIN);
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1121 // Make sure we can take the address of _MIN, _MAX and _ARRAYSIZE.
1131 // Make sure we can use _MIN and _MAX as switch cases.