Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 6 of 6) sorted by relevance

/tests/kernel/mp/src/
A Dmain.c40 int mod = (*(int *)arg) % 12345; in cpu_fn() local
42 zassert_true(mod == 0, "wrong arg"); in cpu_fn()
/tests/kconfig/functions/
A DKconfig54 default $(mod, 10)
62 default $(mod, 0xa, 3, 0b10)
/tests/unit/rbtree/
A Dmain.c68 static unsigned int next_rand_mod(unsigned int mod) in next_rand_mod() argument
74 return ((unsigned int)(state >> 32)) % mod; in next_rand_mod()
/tests/bsim/bluetooth/mesh/src/
A Dmesh_test.c33 static int msg_rx(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in msg_rx() argument
81 static int data_rx(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in data_rx() argument
100 int __weak test_model_pub_update(const struct bt_mesh_model *mod) in test_model_pub_update() argument
131 int __weak test_vnd_model_pub_update(const struct bt_mesh_model *mod) in test_vnd_model_pub_update() argument
A Dtest_provision.c188 static int mock_model_init(const struct bt_mesh_model *mod) in mock_model_init() argument
190 mod->keys[0] = BT_MESH_KEY_DEV_LOCAL; in mock_model_init()
191 mod->rt->flags |= BT_MESH_MOD_DEVKEY_ONLY; in mock_model_init()
/tests/bluetooth/mesh/basic/src/
A Dmain.c98 static int vnd_publish(const struct bt_mesh_model *mod) in vnd_publish() argument

Completed in 19 milliseconds