Home
last modified time | relevance | path

Searched refs:VAL4 (Results 1 - 1 of 1) sorted by relevance

/third_party/elfutils/tests/
H A Dcleanup-13.c20 #define VAL4(x) ((x)>>24)&0xff,((x)>>16)&0xff,((x)>>8)&0xff,(x)&0xff macro
24 #define VAL4(x) (x)&0xff,((x)>>8)&0xff,((x)>>16)&0xff,((x)>>24)&0xff macro
31 #define OP_const4u(x) 0x0c,VAL4(x),
32 #define OP_const4s(x) 0x0d,VAL4(x),
173 #define OP_call4(x) 0x99,VAL4(x),

Completed in 2 milliseconds