Home
last modified time | relevance | path

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

/external/libunwind/src/dwarf/
DGexpr.c43 #define VAL8 0x0 macro
/external/elfutils/tests/
Dcleanup-13.c21 #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