Searched refs:comp2 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | qsort.c | 38 int (*comp2)(const void *a, const void *b); member 49 return cmp->comp2(a, b); in compare() 115 int (*comp2)(const void *a, const void *b)) in qsort() 121 .comp2 = comp2 in qsort()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 1568 static void comp_data_compare(struct net_buf_simple *comp1, struct net_buf_simple *comp2, in comp_data_compare() argument 1572 ASSERT_EQUAL(comp1->len, comp2->len); in comp_data_compare() 1573 if (memcmp(comp1->data, comp2->data, comp1->len)) { in comp_data_compare() 1577 if (comp1->len == comp2->len) { in comp_data_compare() 1578 if (!memcmp(comp1->data, comp2->data, comp1->len)) { in comp_data_compare()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 1207 int bt_mesh_comp2_register(const struct bt_mesh_comp2 *comp2);
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 1098 int bt_mesh_comp2_register(const struct bt_mesh_comp2 *comp2) in bt_mesh_comp2_register() argument 1104 dev_comp2 = comp2; in bt_mesh_comp2_register()
|