/freebsd/usr.sbin/sa/ |
H A D | main.c | 387 cmp_usrsys(const DBT *d1, const DBT *d2) in cmp_usrsys() 408 cmp_avgusrsys(const DBT *d1, const DBT *d2) in cmp_avgusrsys() 432 cmp_dkio(const DBT *d1, const DBT *d2) in cmp_dkio() 449 cmp_avgdkio(const DBT *d1, const DBT *d2) in cmp_avgdkio() 470 cmp_cpumem(const DBT *d1, const DBT *d2) in cmp_cpumem() 487 cmp_avgcpumem(const DBT *d1, const DBT *d2) in cmp_avgcpumem() 512 cmp_calls(const DBT *d1, const DBT *d2) in cmp_calls()
|
H A D | usrdb.c | 227 uid_t d1, d2; in uid_compare() local
|
/freebsd/contrib/unbound/util/data/ |
H A D | dname.c | 100 query_dname_compare(register uint8_t* d1, register uint8_t* d2) in query_dname_compare() 233 dname_pkt_compare(sldns_buffer* pkt, uint8_t* d1, uint8_t* d2) in dname_pkt_compare() 486 dname_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs) in dname_lab_cmp() 679 dname_strict_subdomain(uint8_t* d1, int labs1, uint8_t* d2, int labs2) in dname_strict_subdomain() 693 dname_strict_subdomain_c(uint8_t* d1, uint8_t* d2) in dname_strict_subdomain_c() 700 dname_subdomain_c(uint8_t* d1, uint8_t* d2) in dname_subdomain_c() 802 dname_canon_lab_cmp(uint8_t* d1, int labs1, uint8_t* d2, int labs2, int* mlabs) in dname_canon_lab_cmp() 864 dname_canonical_compare(uint8_t* d1, uint8_t* d2) in dname_canonical_compare() 872 uint8_t* dname_get_shared_topdomain(uint8_t* d1, uint8_t* d2) in dname_get_shared_topdomain()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpclassify.c | 60 float d0, d1, d2, f, ip; in ATF_TC_BODY() local 104 double d0, d1, d2, f, ip; in ATF_TC_BODY() local 155 long double d0, d1, d2, f, ip; in ATF_TC_BODY() local
|
/freebsd/lib/libc/gen/ |
H A D | scandir.c | 184 alphasort(const struct dirent **d1, const struct dirent **d2) in alphasort() 191 versionsort(const struct dirent **d1, const struct dirent **d2) in versionsort()
|
H A D | scandir-compat11.c | 131 freebsd11_alphasort(const struct freebsd11_dirent **d1, in freebsd11_alphasort()
|
/freebsd/tools/regression/usr.bin/cc/ |
H A D | float.c | 71 fpequal(long double d1, long double d2) in fpequal() 80 run_zero_opt_test(double d1, double d2) in run_zero_opt_test()
|
/freebsd/contrib/gdtoa/ |
H A D | misc.c | 627 ULong d0, d1; local 630 #define d1 word1(&d) macro 700 ULong d0, d1; local 703 #define d1 word1(&d) macro
|
/freebsd/contrib/ncurses/form/ |
H A D | fty_ipv4.c | 56 unsigned int d1 = 0, d2 = 0, d3 = 0, d4 = 0; in Check_IPV4_Field() local
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | ofb_enc.c | 28 register DES_LONG d0, d1, vv0, vv1, v0, v1, n = (numbits + 7) / 8; in DES_ofb_encrypt() local
|
H A D | cfb_enc.c | 34 register DES_LONG d0, d1, v0, v1; in DES_cfb_encrypt() local
|
H A D | cfb64ede.c | 96 register DES_LONG d0, d1, v0, v1; in DES_ede3_cfb_encrypt() local
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_div.c | 115 static BN_ULONG bn_div_3_words(const BN_ULONG *m, BN_ULONG d1, BN_ULONG d0) in bn_div_3_words() 270 BN_ULONG d0, d1; in bn_div_fixed_top() local
|
/freebsd/libexec/bootpd/ |
H A D | readfile.c | 1314 nullcmp(hash_datum *d1, hash_datum *d2) in nullcmp() 1326 nmcmp(hash_datum *d1, hash_datum *d2) in nmcmp() 1348 hwinscmp(hash_datum *d1, hash_datum *d2) in hwinscmp() 1997 hwlookcmp(hash_datum *d1, hash_datum *d2) in hwlookcmp() 2017 iplookcmp(hash_datum *d1, hash_datum *d2) in iplookcmp()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_linux_list_sort.c | 38 drm_le_cmp(const void *d1, const void *d2, void *priv) in drm_le_cmp()
|
/freebsd/sys/kern/ |
H A D | subr_clockcalib.c | 49 double d1, d2; in clockcalib() local
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_div.c | 155 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; in fpu_div() local
|
H A D | fpu_sqrt.c | 193 u_int d0, d1, d2, d3; in fpu_sqrt() local
|
/freebsd/contrib/ldns/ |
H A D | duration.c | 78 ldns_duration_compare(const ldns_duration_type* d1, const ldns_duration_type* d2) in ldns_duration_compare()
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | remez.jl | 15 array2d(T, d1, d2) = Array{T, 2}(undef, d1, d2) argument 18 array2d(T, d1, d2) = Array(T, d1, d2) argument
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | poly1305_ctmulq.c | 141 uint64_t c0, c1, c2, d0, d1, d2; in poly1305_inner_big() local 240 uint64_t c0, c1, c2, d0, d1, d2; in poly1305_inner_small() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | ICF.cpp | 166 if (auto *d1 = dyn_cast<DefinedRegular>(b1)) in equalsConstant() local 190 if (auto *d1 = dyn_cast<DefinedRegular>(b1)) in equalsVariable() local
|
/freebsd/crypto/openssl/crypto/poly1305/ |
H A D | poly1305.c | 154 u128 d0, d1; in poly1305_blocks() local 296 u64 d0, d1, d2, d3; in poly1305_blocks() local
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_ctmul32.c | 130 uint32_t d0, d1, d2, d3, d4, d5, d6, d7; in br_ghash_ctmul32() local
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_module.c | 151 _cmpndewey(int d1[], int n1, int d2[], int n2) in _cmpndewey()
|