Searched refs:rec2 (Results 1 – 3 of 3) sorted by relevance
152 struct snd_seq_dummy_port *rec1, *rec2; in register_client() local174 rec2 = create_port(i, 1); in register_client()175 if (rec2 == NULL) { in register_client()179 rec1->connect = rec2->port; in register_client()180 rec2->connect = rec1->port; in register_client()
126 rec2 = MyRecord2('foo', 'bar') variable127 print(rec2)128 print(rec2._my_custom_method())129 print(rec2._replace(b=222))130 print(rec2._replace(b=222)._my_custom_method())
238 const struct bootstage_record *rec1 = r1, *rec2 = r2; in h_compare_record() local240 return rec1->time_us > rec2->time_us ? 1 : -1; in h_compare_record()