Searched defs:b1 (Results 1 – 7 of 7) sorted by relevance
33 static inline void gen_random_mac(uint8_t *mac_addr, uint8_t b0, uint8_t b1, uint8_t b2) in gen_random_mac()
39 int32_t b1 = (seed & 32) / 32; in prbs23() local
132 int32_t b1 = (previous & 32) / 32; in prbs23() local
43 int16_t b1; member
605 struct net_buf b1 = { variable
60 int32_t b1 = thread_1->base.prio; in z_sched_prio_cmp() local
390 #define BT_MESH_MODEL_OP_2(b0, b1) (((b0) << 8) | (b1)) argument