Lines Matching refs:store_bytes
909 static struct fgraph_fixture store_bytes[4] __initdata = { variable
953 for (i = 0; i < ARRAY_SIZE(store_bytes); i++) { in test_graph_storage_multi()
954 fixture = &store_bytes[i]; in test_graph_storage_multi()
963 for (j = 0; j < ARRAY_SIZE(store_bytes); j++) { in test_graph_storage_multi()
964 fixture = &store_bytes[j]; in test_graph_storage_multi()
976 fixture = &store_bytes[j]; in test_graph_storage_multi()
986 fixture = &store_bytes[i]; in test_graph_storage_multi()
1002 ret = test_graph_storage_single(&store_bytes[0]); in test_graph_storage()
1005 ret = test_graph_storage_single(&store_bytes[1]); in test_graph_storage()
1008 ret = test_graph_storage_single(&store_bytes[2]); in test_graph_storage()
1011 ret = test_graph_storage_single(&store_bytes[3]); in test_graph_storage()