/busybox-1.35.0/archival/libarchive/ |
D | lzo1x_1.c | 30 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5) argument 31 #define D_INDEX2(d,p) d = (d & (D_MASK & 0x7ff)) ^ (D_HIGH | 0x1f) argument
|
D | lzo1x_1o.c | 30 #define D_INDEX1(d,p) d = DM(DMUL(0x21,DX3(p,5,5,6)) >> 5) argument 31 #define D_INDEX2(d,p) d = (d & (D_MASK & 0x7ff)) ^ (D_HIGH | 0x1f) argument
|
D | find_list_entry.c | 31 char *d; in find_list_entry2() local
|
/busybox-1.35.0/libbb/ |
D | hash_md5prime.c | 130 #define FF(a, b, c, d, x, s, ac) { \ argument 135 #define GG(a, b, c, d, x, s, ac) { \ argument 140 #define HH(a, b, c, d, x, s, ac) { \ argument 145 #define II(a, b, c, d, x, s, ac) { \ argument 154 uint32_t a, b, c, d, x[16]; in md5_transform() local
|
D | remove_file.c | 31 struct dirent *d; in remove_file() local
|
D | hash_md5_sha.c | 101 #define FF(b, c, d) (d ^ (b & (c ^ d))) argument 102 #define FG(b, c, d) FF(d, b, c) argument 103 #define FH(b, c, d) (b ^ c ^ d) argument 104 #define FI(b, c, d) (c ^ (b | ~d)) argument 265 # define OP(a, b, c, d, s, T) \ in md5_process_block64() argument 306 # define OP(f, a, b, c, d, k, s, T) \ in md5_process_block64() argument 501 uint32_t a, b, c, d, e; in sha1_process_block64() local 626 uint32_t W[64], a, b, c, d, e, f, g, h; in sha256_process_block64() local 699 uint64_t d = ctx->hash[3]; in sha512_process_block128() local
|
D | printable_string.c | 40 char *d = dst = xstrdup(str); in printable_string2() local
|
D | duration.c | 38 double d; in parse_duration_str() local
|
D | process_escape_sequence.c | 40 unsigned d = (unsigned char)(*q) - '0'; in bb_process_escape_sequence() local
|
D | copy_file.c | 140 struct dirent *d; in copy_file() local
|
D | copyfd.c | 13 # define sendfile(a,b,c,d) (-1) argument
|
/busybox-1.35.0/util-linux/ |
D | mountpoint.c | 83 const char *d = find_block_device(arg); in mountpoint_main() local
|
D | losetup.c | 141 char *d = dev; in losetup_main() local
|
D | fdisk_osf.c | 652 struct xbsd_disklabel *d; in xbsd_edit_disklabel() local 719 char *d, *p, *e; in xbsd_write_bootstrap() local 853 struct xbsd_disklabel *d = &xbsd_dlabel; in xbsd_initlabel() local 921 struct xbsd_disklabel *d; in xbsd_readlabel() local 961 struct xbsd_disklabel *d = &xbsd_dlabel; in xbsd_writelabel() local
|
D | more.c | 141 uoff_t d = (uoff_t)st.st_size / 100; in more_main() local
|
/busybox-1.35.0/util-linux/volume_id/ |
D | squashfs.c | 43 #define pack(a,b,c,d) ( (uint32_t)((a * 256 + b) * 256 + c) * 256 + d ) in volume_id_probe_squashfs() argument
|
/busybox-1.35.0/scripts/ |
D | echo.c | 49 unsigned int d; in bb_process_escape_sequence() local
|
D | bloat-o-meter | 115 d = new[name].get("size", 0) - old[name].get("size", 0) variable
|
/busybox-1.35.0/networking/ |
D | tls_pstm.c | 1064 #define pstm_div_2d(pool, a, b, c, d) \ argument 1067 pstm_int *d) in pstm_div_2d() 1148 #define pstm_div_2d(pool, a, b, c, d) (pstm_div_2d(a, b, c, d), PSTM_OKAY) argument 1256 uint64 d = 1; in psDiv64() local 1288 uint128 d = 1; in psDiv128() local 1318 pstm_int *d) in pstm_div() 1571 pstm_int *d) in pstm_mulmod()
|
D | tls_pstm.h | 194 #define pstm_div(pool, a, b, c, d) \ argument 200 #define pstm_div_2d(pool, a, b, c, d) \ argument 224 #define pstm_mulmod(pool, a, b, c, d) \ argument
|
D | tls_rsa.h | 10 pstm_int e, d, N, qP, dP, dQ, p, q; member
|
/busybox-1.35.0/networking/udhcp/ |
D | dumpleases.c | 105 unsigned d, h, m; in dumpleases_main() local
|
/busybox-1.35.0/procps/ |
D | smemcap.c | 97 DIR *d; in smemcap_main() local
|
D | free.c | 71 static const char *scale(struct globals *g, unsigned long d) in scale()
|
/busybox-1.35.0/coreutils/ |
D | factor.c | 51 #define R(a,b,c,d,e,f,g,h,i,j,A,B,C,D,E,F,G,H,I,J) \ argument 54 #define P(a,b,c,d,e,f,g,h,i,j,A,B,C,D,E,F,G,H,I,J) \ argument
|