Searched refs:mod (Results 1 – 6 of 6) sorted by relevance
40 int mod = (*(int *)arg) % 12345; in cpu_fn() local42 zassert_true(mod == 0, "wrong arg"); in cpu_fn()
54 default $(mod, 10)62 default $(mod, 0xa, 3, 0b10)
68 static unsigned int next_rand_mod(unsigned int mod) in next_rand_mod() argument74 return ((unsigned int)(state >> 32)) % mod; in next_rand_mod()
33 static int msg_rx(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in msg_rx() argument81 static int data_rx(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in data_rx() argument100 int __weak test_model_pub_update(const struct bt_mesh_model *mod) in test_model_pub_update() argument131 int __weak test_vnd_model_pub_update(const struct bt_mesh_model *mod) in test_vnd_model_pub_update() argument
188 static int mock_model_init(const struct bt_mesh_model *mod) in mock_model_init() argument190 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()
98 static int vnd_publish(const struct bt_mesh_model *mod) in vnd_publish() argument
Completed in 19 milliseconds