Home | History | Annotate | Download | only in skin

Lines Matching refs:store1

455     RunStore  *store1, *store2;
472 store1 = runstore_from_runs(runs1);
475 if (store1->count == store2->count &&
476 !memcmp( (char*)runs1, (char*)runs2, store1->count*sizeof(Run) ) )