Home | History | Annotate | Download | only in test

Lines Matching defs:DROP

650 #define DROP(x) { x##UL, 1 }
654 int drop;
659 DROP(0x10001), DROP(0xff), NODROP(0x100000), NODROP(0x800000), NODROP(0x7fffe1),
660 NODROP(0xffffff), NODROP(0x1000000), NODROP(0xfffffe), DROP(0xffffff), NODROP(0x1000010),
661 NODROP(0xfffffd), NODROP(0x1000011), DROP(0x12), NODROP(0x1000012),
662 NODROP(0x1ffffff), NODROP(0x2000000), DROP(0x1ff00fe), NODROP(0x2000001),
663 NODROP(0x20fffff), NODROP(0x2105500), DROP(0x20ffffe), NODROP(0x21054ff),
664 NODROP(0x211ffff), DROP(0x2110000), NODROP(0x2120000)
665 /* The last test should be NODROP, because a DROP wouldn't get tested. */
779 if (tests[i].drop)
792 /* The last test cannot be DROP() */
793 if (!TEST_false(tests[i - 1].drop))