/btstack/3rd-party/md5/ |
H A D | md5.c | 51 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 52 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument 53 #define H(x, y, z) (((x) ^ (y)) ^ (z)) argument 54 #define H2(x, y, z) ((x) ^ ((y) ^ (z))) argument 55 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
|
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/ |
H A D | md5.c | 118 #define F(x,y,z) (z ^ (x & (y ^ z))) in md5_process() argument 139 #define F(x,y,z) (y ^ (z & (x ^ y))) in md5_process() argument 160 #define F(x,y,z) (x ^ y ^ z) in md5_process() argument 181 #define F(x,y,z) (y ^ (x | ~z)) in md5_process() argument
|
H A D | sha1.c | 127 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument 154 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument 181 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument 208 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
|
H A D | md4.c | 114 #define F(x, y, z) ((x & y) | ((~x) & z)) in md4_process() argument 137 #define F(x,y,z) ((x & y) | (x & z) | (y & z)) in md4_process() argument 160 #define F(x,y,z) (x ^ y ^ z) in md4_process() argument
|
/btstack/port/archive/ez430-rf2560/firmware/ |
H A D | hal_adc.c | 87 void halAccelerometerSetCalibratedOffset( int x, int y, int z ) in halAccelerometerSetCalibratedOffset() 105 void halAccelerometerGetCalibratedOffset(int *x, int *y, int *z) in halAccelerometerGetCalibratedOffset() 124 void halAccelerometerRead(int *x, int *y, int *z) in halAccelerometerRead() 147 void halAccelerometerReadWithOffset(int *x, int *y, int *z) in halAccelerometerReadWithOffset()
|
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/ |
H A D | hal_adc.c | 87 void halAccelerometerSetCalibratedOffset( int x, int y, int z ) in halAccelerometerSetCalibratedOffset() 105 void halAccelerometerGetCalibratedOffset(int *x, int *y, int *z) in halAccelerometerGetCalibratedOffset() 124 void halAccelerometerRead(int *x, int *y, int *z) in halAccelerometerRead() 147 void halAccelerometerReadWithOffset(int *x, int *y, int *z) in halAccelerometerReadWithOffset()
|
/btstack/3rd-party/lc3-google/src/ |
H A D | mdct.c | 439 struct lc3_complex *z = (struct lc3_complex *)y; in lc3_mdct_forward() local 440 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_forward() member 464 struct lc3_complex *z = (struct lc3_complex *)y; in lc3_mdct_inverse() local 465 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_inverse() member
|
H A D | spec.c | 722 int i, ns = 0, z = 0; in estimate_noise() local 753 int i, z = 0; in fill_noise() local
|
/btstack/test/embedded/ |
H A D | hci_cmd_test.cpp | 49 uint8_t z = 0x5A; in TEST_GROUP() local
|
/btstack/test/crypto/ |
H A D | aes_cmac_test.c | 143 static void f4(sm_key_t res, const sm_key256_t u, const sm_key256_t v, const sm_key_t x, uint8_t z){ in f4()
|
/btstack/3rd-party/micro-ecc/ |
H A D | uECC.c | 1679 uECC_word_t z[uECC_WORDS]; in XYcZ_initial_double() local 1771 uECC_word_t z[uECC_WORDS]; in EccPoint_mult() local 2695 uECC_word_t z[uECC_N_WORDS]; in uECC_verify() local
|
/btstack/src/ble/ |
H A D | sm.c | 1809 …(sm_connection_t * sm_conn, const sm_key256_t u, const sm_key256_t v, const sm_key_t x, uint8_t z){ in f4_engine() 1937 uint8_t z = 0; in sm_sc_calculate_local_confirm() local 1958 uint8_t z = 0; in sm_sc_calculate_remote_confirm() local
|