Home
last modified time | relevance | path

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

12

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dyesno.c30 int y = height - 2; in print_buttons() local
44 int i, x, y, key = 0, button = 0; in dialog_yesno() local
Dchecklist.c60 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
Dutil.c200 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()
Dinputbox.c32 int y = height - 2; in print_buttons() local
47 int i, x, y, box_y, box_x, box_width; in dialog_inputbox() local
Dmenubox.c110 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
Dmsgbox.c31 int i, x, y, key = 0; in dialog_msgbox() local
Dtextbox.c39 int i, x, y, cur_x, cur_y, fpos, key = 0; in dialog_textbox() local
449 int y, x; in print_line() local
Ddialog.h55 #define MIN(x,y) (x < y ? x : y) argument
56 #define MAX(x,y) (x > y ? x : y) argument
Dcolors.h146 #define C_ATTR(x,y) ((x ? A_BOLD : 0) | COLOR_PAIR((y))) argument
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_config.h37 #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/
Dhash_md5prime.c118 #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
Dpw_encrypt_sha.c35 sha512_ctx_t y; in sha_crypt() member
39 sha512_ctx_t y; in sha_crypt() member
Dhash_md5_sha.c630 #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/
Dtls_aes.c241 unsigned x, y, z, t; in MixColumns() local
293 unsigned y; in Multiply() local
308 unsigned x, y, z, t; in InvMixColumns() local
Dtelnet.c369 #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()
Dtls_aesgcm.c112 uint32_t y = 0x800000 | Y[i]; in GMULT() local
Dtls.h100 #define min(x, y) ((x) < (y) ? (x) : (y)) argument
Dtls_pstm_montgomery_reduce.c371 int32 oldused, x, y; in pstm_montgomery_reduce() local
Dtls_pstm.c523 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
Dtls_sp_c32.c58 sp_digit y[8]; member
1364 int c, y; in sp_256_ecc_mulmod_8() local
/busybox-1.35.0/miscutils/
Dconspy.c65 int x, y; member
181 unsigned y = i - G.y; // if will catch i < G.y too in screen_read_close() local
Dfbsplash.c344 int i, y; in fb_drawprogressbar() local
/busybox-1.35.0/coreutils/
Dsort.c260 char *x, *y; in compare_keys() local
/busybox-1.35.0/editors/
Ddiff.c270 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/
Ddhcpd.c530 uint32_t y = ntohl(lease.lease_nip); in read_leases() local

12