Searched refs:rec2 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/core/seq/ |
H A D | seq_dummy.c | 154 struct snd_seq_dummy_port *rec1, *rec2; in register_client() local 184 rec2 = create_port(i, 1); in register_client() 185 if (rec2 == NULL) { in register_client() 189 rec1->connect = rec2->port; in register_client() 190 rec2->connect = rec1->port; in register_client()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | namedtuple_with_abc.py | 126 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())
|
/openbmc/u-boot/test/ |
H A D | bloblist.c | 71 struct bloblist_rec *rec, *rec2; in bloblist_test_blob() local 89 rec2 = (struct bloblist_rec *)(data + ALIGN(TEST_SIZE, BLOBLIST_ALIGN)); in bloblist_test_blob() 93 ut_asserteq_ptr(rec2 + 1, bloblist_ensure(TEST_TAG2, TEST_SIZE2)); in bloblist_test_blob()
|
/openbmc/u-boot/common/ |
H A D | bootstage.c | 237 const struct bootstage_record *rec1 = r1, *rec2 = r2; in h_compare_record() local 239 return rec1->time_us > rec2->time_us ? 1 : -1; in h_compare_record()
|
/openbmc/libpldm/tests/dsp/ |
H A D | pdr.cpp | 631 auto rec2 = pldm_pdr_find_last_in_range(repo, 16777300, 33554431); in TEST() local 633 EXPECT_NE(rec2, nullptr); in TEST() 637 EXPECT_NE(handle4, pldm_pdr_get_record_handle(repo, rec2)); in TEST() 638 EXPECT_EQ(handle5, pldm_pdr_get_record_handle(repo, rec2)); in TEST()
|
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 2784 const struct MFT_REC *rec2, in check_file_record() argument
|