Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dminiacc.h2563 # 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
[all …]