Searched refs:VAL2 (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/tests/ |
H A D | cleanup-13.c | 19 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff macro 23 #define VAL2(x) (x)&0xff,((x)>>8)&0xff macro 29 #define OP_const2u(x) 0x0a,VAL2(x), 30 #define OP_const2s(x) 0x0b,VAL2(x), 59 #define OP_bra(x) 0x28,VAL2(x), 66 #define OP_skip(x) 0x2f,VAL2(x), 172 #define OP_call2(x) 0x98,VAL2(x),
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 2245 VAL2 = 'val2' variable in TestSpecial.test_missing_exceptions_reset.TestEnum
|
Completed in 11 milliseconds