Searched refs:is_equal (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/video/logo/ |
H A D | pnmtologo.c | 219 static inline int is_equal(struct color c1, struct color c2) in is_equal() function 314 if (is_equal(logo_data[i][j], clut_vga16[k])) in write_logo_vga16() 329 if (is_equal(logo_data[i][j], clut_vga16[k])) in write_logo_vga16() 334 if (is_equal(logo_data[i][j], clut_vga16[k])) in write_logo_vga16() 353 if (is_equal(logo_data[i][j], logo_clut[k])) in write_logo_clut224() 371 if (is_equal(logo_data[i][j], logo_clut[k])) in write_logo_clut224()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qht.c | 16 static bool is_equal(const void *ap, const void *bp) in is_equal() function 87 p = qht_lookup_custom(&ht, &val, hash, is_equal); in check() 173 qht_init(&ht, is_equal, 0, mode); in qht_do_test()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
H A D | frame.c | 402 bool is_equal = false; in ia_css_frame_is_same_type() local 415 is_equal = ia_css_frame_info_is_same_resolution(info_a, info_b); in ia_css_frame_is_same_type() 420 return is_equal; in ia_css_frame_is_same_type()
|
/openbmc/qemu/tests/bench/ |
H A D | qht-bench.c | 105 static bool is_equal(const void *ap, const void *bp) in is_equal() function 346 qht_init(&ht, is_equal, qht_n_elems, qht_mode); in htable_init()
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | smt.c | 131 static inline int is_equal(const struct fddi_addr *addr1, in is_equal() function 393 if (!is_equal(&smc->mib.m[MAC0].fddiMACUpstreamNbr, in smt_event() 415 if (!is_equal(&smc->mib.m[MAC0].fddiMACDownstreamNbr, in smt_event() 578 if (!is_equal( in smt_received_pack() 583 if (!is_equal(&smc->mib.m[MAC0]. in smt_received_pack() 636 if (!is_equal( in smt_received_pack() 640 if (!is_equal(&smc->mib.m[MAC0]. in smt_received_pack()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinmux.c | 511 bool is_equal; in pinmux_disable_setting() local 538 is_equal = (desc->mux_setting == &(setting->data.mux)); in pinmux_disable_setting() 540 if (is_equal) { in pinmux_disable_setting()
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 1431 bool is_equal; in qtest_check_machine_version() local 1434 is_equal = g_str_equal(mname, newname); in qtest_check_machine_version() 1437 return is_equal; in qtest_check_machine_version()
|