INO_MAP_INIT 29 maint/gnulib/tests/test-ino-map.c struct ino_map *ino_map = ino_map_alloc (INO_MAP_INIT); INO_MAP_INIT 32 maint/gnulib/tests/test-ino-map.c ASSERT (ino_map_insert (ino_map, 42) == INO_MAP_INIT); INO_MAP_INIT 33 maint/gnulib/tests/test-ino-map.c ASSERT (ino_map_insert (ino_map, 42) == INO_MAP_INIT); INO_MAP_INIT 34 maint/gnulib/tests/test-ino-map.c ASSERT (ino_map_insert (ino_map, 398) == INO_MAP_INIT + 1); INO_MAP_INIT 35 maint/gnulib/tests/test-ino-map.c ASSERT (ino_map_insert (ino_map, 398) == INO_MAP_INIT + 1); INO_MAP_INIT 36 maint/gnulib/tests/test-ino-map.c ASSERT (ino_map_insert (ino_map, 0) == INO_MAP_INIT + 2); INO_MAP_INIT 37 maint/gnulib/tests/test-ino-map.c ASSERT (ino_map_insert (ino_map, 0) == INO_MAP_INIT + 2); INO_MAP_INIT 43 maint/gnulib/tests/test-ino-map.c ASSERT (ino_map_insert (ino_map, 10000 + i) == INO_MAP_INIT + 3 + i);