Searched defs:VAL8 (Results 1 – 2 of 2) sorted by relevance
/external/libunwind/src/dwarf/ |
D | Gexpr.c | 43 #define VAL8 0x0 macro
|
/external/elfutils/tests/ |
D | cleanup-13.c | 21 #define VAL8(x) ((x)>>56)&0xff,((x)>>48)&0xff,((x)>>40)&0xff,((x)>>32)&0xff,((x)>>24)&0xff,((x)>>16… macro 25 #define VAL8(x) (x)&0xff,((x)>>8)&0xff,((x)>>16)&0xff,((x)>>24)&0xff,((x)>>32)&0xff,((x)>>40)&0xff,… macro
|