Lines Matching defs:ACC_INT64_C
2563 # define ACC_INT64_C(c) ((c) + 0ll) macro
2566 # define ACC_INT64_C(c) c##LL macro
2574 # define ACC_INT64_C(c) ((c) + 0i64) macro
2577 # define ACC_INT64_C(c) c##i64 macro
2732 # define ACC_INT64_C(c) ((c) + 0) macro
2735 # define ACC_INT64_C(c) ((c) + 0L) macro
2738 # define ACC_INT64_C(c) c macro
2741 # define ACC_INT64_C(c) c##L macro
2991 # define ACC_INT64_C(c) ((c) + 0ll) macro
2994 # define ACC_INT64_C(c) c##LL macro
3002 # define ACC_INT64_C(c) ((c) + 0i64) macro
3005 # define ACC_INT64_C(c) c##i64 macro
3160 # define ACC_INT64_C(c) ((c) + 0) macro
3163 # define ACC_INT64_C(c) ((c) + 0L) macro
3166 # define ACC_INT64_C(c) c macro
3169 # define ACC_INT64_C(c) c##L macro