Home | History | Annotate | Download | only in tests

Lines Matching refs:BIT

26 /* This file tests corner-cases of NaT-bit handling.  */
505 # define BIT(n) ((unw_word_t) 1 << (n))
506 # define DONTCARE (BIT( 6) | BIT( 7) | BIT( 8) | BIT( 9) | BIT(10) \
507 | BIT(11) | BIT(12) | BIT(13) | BIT(14) | BIT(15))