OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_MIN
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py
105
if not self.
_MIN
<= proposed_value <= self._MAX:
134
_MIN
= -2147483648
139
_MIN
= 0
144
_MIN
= -(1 << 63)
149
_MIN
= 0
/external/chromium_org/third_party/smhasher/src/
pstdint.h
697
# define PTRDIFF_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,
_MIN
)
706
# define INTPTR_MIN stdint_intptr_glue3(INT,stdint_intptr_bits,
_MIN
)
/external/chromium_org/sync/protocol/
proto_enum_conversions.cc
15
COMPILE_ASSERT(enum_parent::enum_type##
_MIN
== enum_parent::enum_min, \
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sysctl.c
[
all
...]
/external/clang/lib/Headers/
stdint.h
653
#define __INTN_MIN(n) __stdint_join3( INT, n,
_MIN
)
Completed in 188 milliseconds