Home
last modified time | relevance | path

Searched refs:ACC_UINT64_C (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/lzo/src/
Dminiacc.h2564 # define ACC_UINT64_C(c) ((c) + 0ull) macro
2567 # define ACC_UINT64_C(c) c##ULL macro
2575 # define ACC_UINT64_C(c) ((c) + 0ui64) macro
2578 # define ACC_UINT64_C(c) c##ui64 macro
2733 # define ACC_UINT64_C(c) ((c) + 0U) macro
2736 # define ACC_UINT64_C(c) ((c) + 0UL) macro
2739 # define ACC_UINT64_C(c) c##U macro
2742 # define ACC_UINT64_C(c) c##UL macro
2992 # define ACC_UINT64_C(c) ((c) + 0ull) macro
2995 # define ACC_UINT64_C(c) c##ULL macro
[all …]