Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Dcleanup-13.c19 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff macro
23 #define VAL2(x) (x)&0xff,((x)>>8)&0xff macro
/third_party/python/Lib/test/
Dtest_enum.py1962 VAL2 = 'val2' variable in TestEnum.test_missing_exceptions_reset.TestEnum