Searched refs:xs (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.4.0/subsys/bluetooth/crypto/ |
D | bt_crypto.c | 43 uint8_t xs[16]; in bt_crypto_f4() local 64 sys_memcpy_swap(xs, x, 16); in bt_crypto_f4() 66 err = bt_crypto_aes_cmac(xs, m, sizeof(m), res); in bt_crypto_f4() 185 uint8_t m[80], xs[16]; in bt_crypto_g2() local 197 sys_memcpy_swap(xs, x, 16); in bt_crypto_g2() 200 err = bt_crypto_aes_cmac(xs, m, sizeof(m), xs); in bt_crypto_g2() 204 LOG_DBG("res %s", bt_hex(xs, 16)); in bt_crypto_g2() 206 memcpy(passkey, xs + 12, 4); in bt_crypto_g2()
|
/Zephyr-Core-3.4.0/scripts/ |
D | checkstack.pl | 37 my (@stack, $re, $dre, $x, $xs, $funcre); 46 $xs = "[0-9a-f ]"; # hex character or space 143 next if $line !~ m/^($xs*)/; 160 next if $line !~ m/^($xs*)/;
|
/Zephyr-Core-3.4.0/drivers/dai/intel/dmic/ |
D | dmic.c | 72 int32_t xs; in exp_fixed() local 85 xs = x; in exp_fixed() 86 while (xs >= TWO_Q27 || xs <= MINUS_TWO_Q27) { in exp_fixed() 87 xs >>= 1; in exp_fixed() 94 z = Q_SHIFT_RND(exp_small_fixed(Q_SHIFT_LEFT(xs, 27, 29)), 23, 20); in exp_fixed()
|