/hal_espressif-3.5.0/examples/peripherals/lcd/tjpgd/main/ |
D | pretty_effect.c | 20 static inline uint16_t get_bgnd_pixel(int x, int y) in get_bgnd_pixel() 45 for (int y=0; y<240; y++) yofs[y]=sin(frame*0.1+y*0.05)*4; in pretty_effect_calc_lines() local 47 for (int y=0; y<240; y++) ycomp[y]=sin(frame*0.07+y*0.15)*4; in pretty_effect_calc_lines() local 50 for (int y=line; y<line+linect; y++) { in pretty_effect_calc_lines() local
|
/hal_espressif-3.5.0/examples/peripherals/spi_master/lcd/main/ |
D | pretty_effect.c | 20 static inline uint16_t get_bgnd_pixel(int x, int y) in get_bgnd_pixel() 44 for (int y=0; y<240; y++) yofs[y]=sin(frame*0.1+y*0.05)*4; in pretty_effect_calc_lines() local 46 for (int y=0; y<240; y++) ycomp[y]=sin(frame*0.07+y*0.15)*4; in pretty_effect_calc_lines() local 49 for (int y=line; y<line+linect; y++) { in pretty_effect_calc_lines() local
|
/hal_espressif-3.5.0/components/esp_rom/linux/ |
D | esp_rom_md5.c | 150 #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-3.5.0/components/wpa_supplicant/src/crypto/ |
D | md5-internal.c | 194 #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
|
D | sha512-internal.c | 92 #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
|
D | sha1-internal.c | 144 #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
|
D | sha256-internal.c | 68 #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
|
D | md4-internal.c | 184 #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
|
D | aes-gcm.c | 65 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()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/plc/ |
D | sbc_plc.c | 57 float y; in SqrtByCarmack() member 92 static float CrossCorrelation(int16_t *x, int16_t *y){ in CrossCorrelation() 118 static int PatternMatch(int16_t *y){ in PatternMatch() 143 static float AmplitudeMatch(int16_t *y, int16_t bestmatch) { in AmplitudeMatch()
|
/hal_espressif-3.5.0/components/heap/test/ |
D | test_realloc.c | 20 void *y = realloc(x, 48); variable 33 void *y = heap_caps_realloc(x, buffer_size - 16, MALLOC_CAP_EXEC); variable
|
/hal_espressif-3.5.0/tools/kconfig/lxdialog/ |
D | checklist.c | 66 int y, int x, int height) in print_arrows() 104 int y = height - 2; in print_buttons() local 120 int i, x, y, box_x, box_y; in dialog_checklist() local
|
D | yesno.c | 30 int y = height - 2; in print_buttons() local 44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
D | menubox.c | 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 158 int y = height - 2; in print_buttons() local 187 int i, j, x, y, box_x, box_y; in dialog_menu() local
|
D | inputbox.c | 32 int y = height - 2; in print_buttons() local 47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
|
D | util.c | 354 void end_dialog(int x, int y) in end_dialog() 382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | synthesis-dct8.c | 52 #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
|
/hal_espressif-3.5.0/tools/kconfig/ |
D | nconf.gui.c | 153 { int length, x, y; in print_in_middle() local 216 int x, y; in fill_window() local 255 int i, x, y; in btn_dialog() local 367 int i, x, y; in dialog_inputbox() local 548 int x, y, lines, columns; in show_scroll_win() local
|
/hal_espressif-3.5.0/examples/common_components/qrcode/ |
D | qrcodegen.c | 402 testable uint8_t reedSolomonMultiply(uint8_t x, uint8_t y) { in reedSolomonMultiply() 588 int y = upward ? qrsize - 1 - vert : vert; // Actual y coordinate in drawCodewords() local 611 for (int y = 0; y < qrsize; y++) { in applyMask() local 641 for (int y = 0; y < qrsize; y++) { in getPenaltyScore() local 670 for (int y = 0; y < qrsize; y++) { in getPenaltyScore() local 690 for (int y = 0; y < qrsize - 1; y++) { in getPenaltyScore() local 702 for (int y = 0; y < qrsize; y++) { in getPenaltyScore() local 762 bool qrcodegen_getModule(const uint8_t qrcode[], int x, int y) { in qrcodegen_getModule() 770 testable bool getModule(const uint8_t qrcode[], int x, int y) { in getModule() 779 testable void setModule(uint8_t qrcode[], int x, int y, bool isBlack) { in setModule() [all …]
|
D | esp_qrcode_wrapper.c | 26 bool esp_qrcode_get_module(esp_qrcode_handle_t qrcode, int x, int y) in esp_qrcode_get_module()
|
/hal_espressif-3.5.0/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha1.c | 219 #define F(x,y,z) (z ^ (x & (y ^ z))) in mbedtls_sha1_software_process() argument 246 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() argument 273 #define F(x,y,z) ((x & y) | (z & (x | y))) in mbedtls_sha1_software_process() argument 300 #define F(x,y,z) (x ^ y ^ z) in mbedtls_sha1_software_process() argument
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_stddefs.h | 156 #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
|
/hal_espressif-3.5.0/components/esp_rom/test/ |
D | test_tjpgd.c | 34 int y; in outfunc() local 55 int x, y, v; variable
|
/hal_espressif-3.5.0/components/esp_system/port/arch/riscv/ |
D | panic_arch.c | 235 for (int y = 0; y < 4 && x + y < sizeof(desc) / sizeof(desc[0]); y++) { in panic_print_registers() local 354 for (int y = 0; y < per_line; y++) { in panic_print_basic_backtrace() local
|
/hal_espressif-3.5.0/components/esp_rom/patches/ |
D | esp_rom_tjpgd.c | 575 uint32_t y /* MCU position in the image (top of the MCU) */ in mcu_output() 630 uint32_t x, y, r, g, b, s, w, a; in mcu_output() local 683 uint32_t x, y; in mcu_output() local 945 uint32_t x, y, mx, my; in esp_rom_tjpgd_decomp() local
|