Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dstdint.h145 # define __INT64_C(c) c ## L macro
148 # define __INT64_C(c) c ## LL macro
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h270 # define __INT64_C(c) c ## L macro
273 # define __INT64_C(c) c ## LL macro
/aosp_15_r20/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
/aosp_15_r20/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