Home
last modified time | relevance | path

Searched refs:__INT64_C (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h263 #undef __INT64_C
266 # define __INT64_C(c) c ## L macro
269 # define __INT64_C(c) c ## LL macro
279 #define INT64_MIN (-__INT64_C(9223372036854775807)-1)
281 #define INT64_MAX (__INT64_C(9223372036854775807))
/external/elfutils/tests/
Drun-readelf-zp.sh99 [ 732] __INT64_C(c) c ## L
Drun-dwarf-getmacros.sh395 __INT64_C(c) c ## L
/external/libexif/m4m/
Dstdint.m4671 # define INT64_MIN (-__INT64_C(9223372036854775807)-1)
676 # define INT64_MAX (__INT64_C(9223372036854775807))
/external/libmtp/m4/
Dstdint.m4669 # define INT64_MIN (-__INT64_C(9223372036854775807)-1)
674 # define INT64_MAX (__INT64_C(9223372036854775807))