Searched refs:__INT64_C (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/include/bitsize32/
H A Dstdint.h19 #define __INT64_C(c) c ## LL macro
/external/syslinux/com32/include/bitsize64/
H A Dstdint.h19 #define __INT64_C(c) c ## L macro
/external/syslinux/com32/include/
H A Dstdint.h34 #define INT64_MIN (__INT64_C(-9223372036854775807)-1)
39 #define INT64_MAX (__INT64_C(9223372036854775807))
83 #define INT64_C(c) __INT64_C(c)
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py86 def __INT64_C(c): return c ## L function
90 def __INT64_C(c): return c ## LL function
97 INT64_MIN = (-__INT64_C(9223372036854775807)-1)
101 INT64_MAX = (__INT64_C(9223372036854775807))
108 INT_LEAST64_MIN = (-__INT64_C(9223372036854775807)-1)
112 INT_LEAST64_MAX = (__INT64_C(9223372036854775807))
121 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1)
127 INT_FAST64_MAX = (__INT64_C(9223372036854775807))
134 INTMAX_MIN = (-__INT64_C(9223372036854775807)-1)
135 INTMAX_MAX = (__INT64_C(922337203685477580
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h267 #undef __INT64_C macro
270 # define __INT64_C(c) c ## L macro
273 # define __INT64_C(c) c ## LL macro
283 #define INT64_MIN (-__INT64_C(9223372036854775807)-1)
285 #define INT64_MAX (__INT64_C(9223372036854775807))
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py219 def __INT64_C(c): return c ## L function
223 def __INT64_C(c): return c ## LL function
230 INT64_MIN = (-__INT64_C(9223372036854775807)-1)
234 INT64_MAX = (__INT64_C(9223372036854775807))
239 INT_LEAST64_MIN = (-__INT64_C(9223372036854775807)-1)
243 INT_LEAST64_MAX = (__INT64_C(9223372036854775807))
250 INT_FAST64_MIN = (-__INT64_C(9223372036854775807)-1)
256 INT_FAST64_MAX = (__INT64_C(9223372036854775807))
262 INTMAX_MIN = (-__INT64_C(9223372036854775807)-1)
263 INTMAX_MAX = (__INT64_C(922337203685477580
[all...]
/external/elfutils/tests/
H A Drun-readelf-zp.sh99 [ 732] __INT64_C(c) c ## L
H A Drun-dwarf-getmacros.sh395 __INT64_C(c) c ## L

Completed in 756 milliseconds