Lines Matching refs:store_bytes
906 static struct fgraph_fixture store_bytes[4] __initdata = { variable
950 for (i = 0; i < ARRAY_SIZE(store_bytes); i++) { in test_graph_storage_multi()
951 fixture = &store_bytes[i]; in test_graph_storage_multi()
960 for (j = 0; j < ARRAY_SIZE(store_bytes); j++) { in test_graph_storage_multi()
961 fixture = &store_bytes[j]; in test_graph_storage_multi()
973 fixture = &store_bytes[j]; in test_graph_storage_multi()
983 fixture = &store_bytes[i]; in test_graph_storage_multi()
999 ret = test_graph_storage_single(&store_bytes[0]); in test_graph_storage()
1002 ret = test_graph_storage_single(&store_bytes[1]); in test_graph_storage()
1005 ret = test_graph_storage_single(&store_bytes[2]); in test_graph_storage()
1008 ret = test_graph_storage_single(&store_bytes[3]); in test_graph_storage()