Home | History | Annotate | Download | only in common

Lines Matching refs:LZO_INT64_C

2735 #    define LZO_INT64_C(c)          ((c) + 0ll)
2738 # define LZO_INT64_C(c) (__lzo_gnuc_extension__ (c##LL))
2741 # define LZO_INT64_C(c) (c##LL)
2749 # define LZO_INT64_C(c) ((c) + 0i64)
2752 # define LZO_INT64_C(c) (c##i64)
2997 #if !defined(LZO_INT64_C) && defined(lzo_int64l_t)
2999 # define LZO_INT64_C(c) ((c) + 0)
3002 # define LZO_INT64_C(c) ((c) + 0L)
3005 # define LZO_INT64_C(c) (c)
3008 # define LZO_INT64_C(c) (c##L)
3011 # error "LZO_INT64_C"