OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_verify_intmax_size
(Results
1 - 2
of
2
) sorted by null
/external/bison/darwin-lib/
stdint.h
340
typedef int
_verify_intmax_size
[sizeof (intmax_t) == sizeof (uintmax_t)
typedef
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
282
typedef int
_verify_intmax_size
[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) - 1];
typedef
Completed in 184 milliseconds