Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 50) sorted by relevance

12

/hal_espressif-latest/components/esp_rom/linux/
Desp_rom_md5.c150 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
151 #define F2(x, y, z) F1(z, x, y) argument
152 #define F3(x, y, z) (x ^ y ^ z) argument
153 #define F4(x, y, z) (y ^ (x | ~z)) argument
156 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
195 #define F2(x, y, z) F1(z, x, y) argument
196 #define F3(x, y, z) (x ^ y ^ z) argument
197 #define F4(x, y, z) (y ^ (x | ~z)) argument
200 #define MD5STEP(f, w, x, y, z, data, s) \ argument
Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
93 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
101 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
104 #define ROR64c(x, y) \ argument
Dsha1-internal.c144 #define R0(v,w,x,y,z,i) \ argument
147 #define R1(v,w,x,y,z,i) \ argument
150 #define R2(v,w,x,y,z,i) \ argument
152 #define R3(v,w,x,y,z,i) \ argument
155 #define R4(v,w,x,y,z,i) \ argument
Dsha256-internal.c68 #define RORc(x, y) \ argument
71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) argument
72 #define Maj(x,y,z) (((x | y) & z) | (x & y)) argument
80 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
Dmd4-internal.c184 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) argument
186 #define F3(x, y, z) (x ^ y ^ z) argument
189 #define MD4STEP(f, w, x, y, z, data, s) \ argument
Daes-gcm.c65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
96 static void ghash_start(u8 *y) in ghash_start()
103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
Ddes-internal.c38 #define ROLc(x, y) \ argument
42 #define RORc(x, y) \ argument
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/plc/
Dsbc_plc.c49 float y; in SqrtByCarmack() member
84 static float CrossCorrelation(int16_t *x, int16_t *y){ in CrossCorrelation()
110 static int PatternMatch(int16_t *y){ in PatternMatch()
135 static float AmplitudeMatch(int16_t *y, int16_t bestmatch) { in AmplitudeMatch()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-dct8.c52 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) argument
87 #define FLOAT_BUTTERFLY(x,y) x += y; y = x - (y*2); OI_ASSERT(VALID_INT32(x)); OI_ASSERT(VALID_INT3… in float_dct2_8() argument
89 #define FLOAT_SCALE(x, y) (((x) / (double)(1 << (y)))) in float_dct2_8() argument
213 #define BUTTERFLY(x,y) x += y; y = x - (y<<1); in dct2_8() argument
Ddequant.c121 #define SCALE(x, y) (((x) + (1 <<((y)-1))) >> (y)) argument
Dbitalloc.c106 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c165 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha1_software_process() argument
192 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() argument
219 #define F(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha1_software_process() argument
246 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() argument
Desp_sha256.c166 #define F0(x,y,z) ((x & y) | (z & (x | y))) argument
167 #define F1(x,y,z) (z ^ (x & (y ^ z))) argument
Desp_sha512.c225 #define F0(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha512_software_process() argument
226 #define F1(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha512_software_process() argument
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_stddefs.h156 #define OI_BIT_TEST(x,y) ((x) & (y)) argument
159 #define OI_BIT_CLEAR_TEST(x,y) (((x) & (y)) == 0) argument
162 #define OI_BIT_SET(x,y) ((x) |= (y)) argument
165 #define OI_BIT_CLEAR(x,y) ((x) &= ~(y)) argument
Doi_utils.h368 #define SAME_BD_ADDR(x, y) (0 == OI_MemCmp((x),(y),OI_BD_ADDR_BYTE_SIZE) ) argument
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c241 for (int y = 0; y < 4 && x + y < sizeof(desc) / sizeof(desc[0]); y++) { in panic_print_registers() local
359 for (int y = 0; y < per_line; y++) { in panic_print_basic_backtrace() local
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c172 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin()
195 struct crypto_bignum *x, struct crypto_bignum *y) in crypto_ec_get_affine_coordinates()
325 mbedtls_mpi *y_sqr, *y; in crypto_ec_point_solve_y_coord() local
490 u8 x[32], y[32]; in crypto_debug_print_point() local
858 u8 x[32], y[32], d[32]; in crypto_debug_print_ec_key() local
1121 struct wpabuf * crypto_ecdh_get_pubkey(struct crypto_ecdh *ecdh, int y) in crypto_ecdh_get_pubkey()
/hal_espressif-latest/components/mbedtls/port/include/
Decc_impl.h26 uint8_t y[P256_LEN]; /* Little endian order */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dp_256_ecc_pp.h34 DWORD y[KEY_LENGTH_DWORDS_P256]; member
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h62 #define MIN(x,y) ((x)<(y)?(x):(y)) argument
66 #define MAX(x,y) ((x)>(y)?(x):(y)) argument
774 mp_int x, y, u, v, A, B, C, D; in mp_invmod_slow() local
1717 mp_int q, x, y, t1, t2; in mp_div() local
1912 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in s_mp_exptmod() local
2999 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; in mp_exptmod_fast() local
/hal_espressif-latest/components/spi_flash/sim/
DSpiFlash.cpp30 #define DIV_AND_CEIL(x, y) ((x) / (y) + ((x) % (y) > 0)) argument
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c55 for (int y = 0; y < 4; y++) { in panic_print_registers() local
/hal_espressif-latest/components/bt/common/osi/
Dhash_map.c267 static bool default_key_equality(const void *x, const void *y) in default_key_equality()

12