x5                 95 maint/gnulib/tests/test-hamt.c   Hamt_entry *x5 = make_element (5);
x5                 96 maint/gnulib/tests/test-hamt.c   Hamt_entry *p = x5;
x5                 99 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt, x5) == NULL);
x5                100 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt1, x5) == x5);
x5                107 maint/gnulib/tests/test-hamt.c   ASSERT (p == x5);
x5                108 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt1, y5) == x5);
x5                112 maint/gnulib/tests/test-hamt.c   ASSERT (p == x5);
x5                126 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt2, x5) == x5);
x5                137 maint/gnulib/tests/test-hamt.c   ASSERT (p == x5);
x5                139 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt1, x5) == NULL);
x5                140 maint/gnulib/tests/test-hamt.c   ASSERT (hamt_lookup (hamt2, x5) == x5);