Home
last modified time | relevance | path

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

/external/dtc/tests/
Dtestdata.h2 #define ASM_CONST_LL(x) (x)
4 #define ASM_CONST_LL(x) (x##ULL) macro
7 #define TEST_ADDR_1 ASM_CONST_LL(0xdeadbeef00000000)
8 #define TEST_SIZE_1 ASM_CONST_LL(0x100000)
9 #define TEST_ADDR_2 ASM_CONST_LL(123456789)
10 #define TEST_SIZE_2 ASM_CONST_LL(010000)
15 #define TEST_VALUE64_1 ASM_CONST_LL(0xdeadbeef01abcdef)