__check_store_range 1496 lib/test_xarray.c 			__check_store_range(xa, i, j);
__check_store_range 1497 lib/test_xarray.c 			__check_store_range(xa, 128 + i, 128 + j);
__check_store_range 1498 lib/test_xarray.c 			__check_store_range(xa, 4095 + i, 4095 + j);
__check_store_range 1499 lib/test_xarray.c 			__check_store_range(xa, 4096 + i, 4096 + j);
__check_store_range 1500 lib/test_xarray.c 			__check_store_range(xa, 123456 + i, 123456 + j);
__check_store_range 1501 lib/test_xarray.c 			__check_store_range(xa, (1 << 24) + i, (1 << 24) + j);