Searched defs:b1 (Results 1 – 8 of 8) 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
220 uint8_t *b0, uint8_t *b1) in crypto_cc23x0_cmac()347 uint8_t b1[AES_BLOCK_SIZE] = { 0 }; in crypto_cc23x0_ccm_encrypt() local471 uint8_t b1[AES_BLOCK_SIZE] = { 0 }; in crypto_cc23x0_ccm_decrypt() local
132 int32_t b1 = (previous & 32) / 32; in prbs23() local
76 int32_t b1 = thread_1->base.prio; in z_sched_prio_cmp() local
43 int16_t b1; member
605 struct net_buf b1 = { variable
390 #define BT_MESH_MODEL_OP_2(b0, b1) (((b0) << 8) | (b1)) argument