Home
last modified time | relevance | path

Searched defs:__INT64_C (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h270 # define __INT64_C(c) c ## L macro
273 # define __INT64_C(c) c ## LL macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h341 # define __INT64_C(c) c ## L macro
344 # define __INT64_C(c) c ## LL macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py86 def __INT64_C(c): return c ## L function
90 def __INT64_C(c): return c ## LL function
/external/python/cpython2/Lib/plat-atheos/
DIN.py219 def __INT64_C(c): return c ## L function
223 def __INT64_C(c): return c ## LL function