Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 63) sorted by relevance

123

/busybox-1.35.0/archival/libarchive/
Dlzo1x_1.c30 #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
Dlzo1x_1o.c30 #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
Dfind_list_entry.c31 char *d; in find_list_entry2() local
/busybox-1.35.0/libbb/
Dhash_md5prime.c130 #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
Dremove_file.c31 struct dirent *d; in remove_file() local
Dhash_md5_sha.c101 #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
Dprintable_string.c40 char *d = dst = xstrdup(str); in printable_string2() local
Dduration.c38 double d; in parse_duration_str() local
Dprocess_escape_sequence.c40 unsigned d = (unsigned char)(*q) - '0'; in bb_process_escape_sequence() local
Dcopy_file.c140 struct dirent *d; in copy_file() local
Dcopyfd.c13 # define sendfile(a,b,c,d) (-1) argument
/busybox-1.35.0/util-linux/
Dmountpoint.c83 const char *d = find_block_device(arg); in mountpoint_main() local
Dlosetup.c141 char *d = dev; in losetup_main() local
Dfdisk_osf.c652 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
Dmore.c141 uoff_t d = (uoff_t)st.st_size / 100; in more_main() local
/busybox-1.35.0/util-linux/volume_id/
Dsquashfs.c43 #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/
Decho.c49 unsigned int d; in bb_process_escape_sequence() local
Dbloat-o-meter115 d = new[name].get("size", 0) - old[name].get("size", 0) variable
/busybox-1.35.0/networking/
Dtls_pstm.c1064 #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()
Dtls_pstm.h194 #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
Dtls_rsa.h10 pstm_int e, d, N, qP, dP, dQ, p, q; member
/busybox-1.35.0/networking/udhcp/
Ddumpleases.c105 unsigned d, h, m; in dumpleases_main() local
/busybox-1.35.0/procps/
Dsmemcap.c97 DIR *d; in smemcap_main() local
Dfree.c71 static const char *scale(struct globals *g, unsigned long d) in scale()
/busybox-1.35.0/coreutils/
Dfactor.c51 #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

123