Home
last modified time | relevance | path

Searched defs:z (Results 1 – 12 of 12) sorted by relevance

/btstack/3rd-party/md5/
H A Dmd5.c51 #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 Dmd5.c118 #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 Dsha1.c127 #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 Dmd4.c114 #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 Dhal_adc.c87 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 Dhal_adc.c87 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 Dmdct.c439 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 Dspec.c722 int i, ns = 0, z = 0; in estimate_noise() local
753 int i, z = 0; in fill_noise() local
/btstack/test/embedded/
H A Dhci_cmd_test.cpp49 uint8_t z = 0x5A; in TEST_GROUP() local
/btstack/test/crypto/
H A Daes_cmac_test.c143 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 DuECC.c1679 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 Dsm.c1809 …(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