Home
last modified time | relevance | path

Searched refs:rec2 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_dummy.c152 struct snd_seq_dummy_port *rec1, *rec2; in register_client() local
174 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py126 rec2 = MyRecord2('foo', 'bar') variable
127 print(rec2)
128 print(rec2._my_custom_method())
129 print(rec2._replace(b=222))
130 print(rec2._replace(b=222)._my_custom_method())
/OK3568_Linux_fs/u-boot/common/
H A Dbootstage.c238 const struct bootstage_record *rec1 = r1, *rec2 = r2; in h_compare_record() local
240 return rec1->time_us > rec2->time_us ? 1 : -1; in h_compare_record()