/busybox-1.35.0/scripts/kconfig/lxdialog/ |
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 | checklist.c | 60 int y, int x, int height) in print_arrows() 98 int y = height - 2; in print_buttons() local 115 int i, x, y, box_x, box_y; in dialog_checklist() local
|
D | util.c | 200 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 262 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 290 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 324 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
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 | menubox.c | 110 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 157 int y = height - 2; in print_buttons() local 185 int i, j, x, y, box_x, box_y; in dialog_menu() local
|
D | msgbox.c | 31 int i, x, y, key = 0; in dialog_msgbox() local
|
D | textbox.c | 39 int i, x, y, cur_x, cur_y, fpos, key = 0; in dialog_textbox() local 449 int y, x; in print_line() local
|
D | dialog.h | 55 #define MIN(x,y) (x < y ? x : y) argument 56 #define MAX(x,y) (x > y ? x : y) argument
|
D | colors.h | 146 #define C_ATTR(x,y) ((x ? A_BOLD : 0) | COLOR_PAIR((y))) argument
|
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_config.h | 37 #define min(x, y) ((x) < (y) ? (x) : (y)) argument 38 #define min_t(type, x, y) min(x, y) argument
|
/busybox-1.35.0/libbb/ |
D | hash_md5prime.c | 118 #define F(x, y, z) (((x) & (y)) | (~(x) & (z))) argument 119 #define G(x, y, z) (((x) & (z)) | ((y) & ~(z))) argument 120 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 121 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
|
D | pw_encrypt_sha.c | 35 sha512_ctx_t y; in sha_crypt() member 39 sha512_ctx_t y; in sha_crypt() member
|
D | hash_md5_sha.c | 630 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block64() argument 631 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block64() argument 707 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block128() argument 708 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block128() argument
|
/busybox-1.35.0/networking/ |
D | tls_aes.c | 241 unsigned x, y, z, t; in MixColumns() local 293 unsigned y; in Multiply() local 308 unsigned x, y, z, t; in InvMixColumns() local
|
D | telnet.c | 369 #define put_iac2_x_y(x,y) put_iac2_msb_lsb(((x)<<8) + (y)) argument 379 #define put_iac4_x_y_z_t(x,y,z,t) put_iac4_msb_lsb(((x)<<24) + ((y)<<16) + ((z)<<8) + (t)) argument 419 static void put_iac_naws(byte c, int x, int y) in put_iac_naws()
|
D | tls_aesgcm.c | 112 uint32_t y = 0x800000 | Y[i]; in GMULT() local
|
D | tls.h | 100 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
|
D | tls_pstm_montgomery_reduce.c | 371 int32 oldused, x, y; in pstm_montgomery_reduce() local
|
D | tls_pstm.c | 523 int y; //bbox: was int16 in pstm_rshd() local 747 int x, y, oldused; //bbox: was int16 in s_pstm_add() local 1320 pstm_int q, x, y, t1, t2; in pstm_div() local 1610 int bitcpy, bitcnt, mode, digidx, x, y, winsize; //bbox: was int16 in pstm_exptmod() local
|
D | tls_sp_c32.c | 58 sp_digit y[8]; member 1364 int c, y; in sp_256_ecc_mulmod_8() local
|
/busybox-1.35.0/miscutils/ |
D | conspy.c | 65 int x, y; member 181 unsigned y = i - G.y; // if will catch i < G.y too in screen_read_close() local
|
D | fbsplash.c | 344 int i, y; in fb_drawprogressbar() local
|
/busybox-1.35.0/coreutils/ |
D | sort.c | 260 char *x, *y; in compare_keys() local
|
/busybox-1.35.0/editors/ |
D | diff.c | 270 int y; member 274 static int search(const int *c, int k, int y, const struct cand *list) in search()
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpd.c | 530 uint32_t y = ntohl(lease.lease_nip); in read_leases() local
|