Home
last modified time | relevance | path

Searched defs:d2 (Results 1 – 25 of 208) sorted by relevance

123456789

/netbsd-src/tests/usr.bin/indent/
H A Dopt_dj.c88 struct d2 { struct
89 int e;
90 } d2; member
103 struct d2 { struct
104 int e;
105 } d2; member
125 struct d2 { struct
126 int e;
127 } d2; member
144 struct d2 { struct
[all …]
H A Dlsym_preprocessing.c107 int d2 ; variable
124 int d2; variable
/netbsd-src/usr.sbin/sa/
H A Dmain.c404 cmp_usrsys(const DBT *d1, const DBT *d2) in cmp_usrsys()
425 cmp_avgusrsys(const DBT *d1, const DBT *d2) in cmp_avgusrsys()
449 cmp_dkio(const DBT *d1, const DBT *d2) in cmp_dkio()
466 cmp_avgdkio(const DBT *d1, const DBT *d2) in cmp_avgdkio()
487 cmp_cpumem(const DBT *d1, const DBT *d2) in cmp_cpumem()
504 cmp_avgcpumem(const DBT *d1, const DBT *d2) in cmp_avgcpumem()
529 cmp_calls(const DBT *d1, const DBT *d2) in cmp_calls()
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Ddname.c100 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()
/netbsd-src/tests/lib/libc/gen/
H A Dt_fpclassify.c45 float d0, d1, d2, f, ip; in ATF_TC_BODY() local
123 double d0, d1, d2, f, ip; in ATF_TC_BODY() local
201 long double d0, d1, d2, f, ip; in ATF_TC_BODY() local
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dconstants.h9 static const fe25519 d2 = { variable
/netbsd-src/lib/libc/gen/
H A Dalphasort.c55 alphasort(const ALPHASORTARG d1, const ALPHASORTARG d2) in alphasort()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dconstants.h9 static const fe25519 d2 = { variable
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsrev.c175 register size_t d1, d2; local
219 register size_t d1, d2; local
239 cmpdate(d1, d2) in cmpdate() argument
318 register size_t d1, d2; local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Ddivtab.c57 note_defect3 (int val, double d2, double y2d, double x) in note_defect3()
91 double d, d2; in calc_defect() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Ddivtab.cc57 note_defect3 (int val, double d2, double y2d, double x) in note_defect3()
91 double d, d2; in calc_defect() local
/netbsd-src/usr.sbin/bootp/common/
H A Dreadfile.c1323 nullcmp(hash_datum *d1, hash_datum *d2) in nullcmp()
1335 nmcmp(hash_datum *d1, hash_datum *d2) in nmcmp()
1357 hwinscmp(hash_datum *d1, hash_datum *d2) in hwinscmp()
2003 hwlookcmp(hash_datum *d1, hash_datum *d2) in hwlookcmp()
2023 iplookcmp(hash_datum *d1, hash_datum *d2) in iplookcmp()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c141 void call2a (char c, float f1, short s, double d1, int i, float f2, long l, double d2) in call2a()
146 void call2b (float f1, short s, double d1, int i, float f2, long l, double d2, char c) in call2b()
151 void call2c (short s, double d1, int i, float f2, long l, double d2, char c, float f1) in call2c()
156 void call2d (double d1, int i, float f2, long l, double d2, char c, float f1, short s) in call2d()
161 void call2e (int i, float f2, long l, double d2, char c, float f1, short s, double d1) in call2e()
166 void call2f (float f2, long l, double d2, char c, float f1, short s, double d1, int i) in call2f()
171 void call2g (long l, double d2, char c, float f1, short s, double d1, int i, float f2) in call2g()
176 void call2h (double d2, char c, float f1, short s, double d1, int i, float f2, long l) in call2h()
181 … f1, char c2, char c3, double d1, char c4, char c5, char c6, float f2, short s, char c7, double d2) in call2i()
217 void callcb (double _Complex d1, double _Complex d2, double _Complex d3) in callcb()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c141 void call2a (char c, float f1, short s, double d1, int i, float f2, long l, double d2) in call2a()
146 void call2b (float f1, short s, double d1, int i, float f2, long l, double d2, char c) in call2b()
151 void call2c (short s, double d1, int i, float f2, long l, double d2, char c, float f1) in call2c()
156 void call2d (double d1, int i, float f2, long l, double d2, char c, float f1, short s) in call2d()
161 void call2e (int i, float f2, long l, double d2, char c, float f1, short s, double d1) in call2e()
166 void call2f (float f2, long l, double d2, char c, float f1, short s, double d1, int i) in call2f()
171 void call2g (long l, double d2, char c, float f1, short s, double d1, int i, float f2) in call2g()
176 void call2h (double d2, char c, float f1, short s, double d1, int i, float f2, long l) in call2h()
181 … f1, char c2, char c3, double d1, char c4, char c5, char c6, float f2, short s, char c7, double d2) in call2i()
217 void callcb (double _Complex d1, double _Complex d2, double _Complex d3) in callcb()
/netbsd-src/sys/dev/onewire/
H A Donewire_bitbang.c132 int s, d1, d2; in onewire_bb_write_bit() local
/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-get_d.c47 double d1, d2; in test_denorms() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfp-test.cc81 volatile double d1 = 1.0, d2 = 1.0, d3 = 1.0; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfp-test.c81 volatile double d1 = 1.0, d2 = 1.0, d3 = 1.0; variable
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_dpd.c256 UINT32 d0 = 0, d1, d2; local
309 UINT64 d1, d2; local
366 UINT128 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11; local
502 UINT64 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11; local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_dpd.c256 UINT32 d0 = 0, d1, d2; local
309 UINT64 d1, d2; local
366 UINT128 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11; local
502 UINT64 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11; local
/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_div.c157 uint32_t r0, r1, r2, d0, d1, d2, y0, y1, y2; in fpu_div() local
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c133 unsigned int d0, d1, d2; in _dpd_to_bid32() local
231 UINT64 d0, d1, d2; in _dpd_to_bid64() local
358 UINT64 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11; in _dpd_to_bid128() local
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c133 unsigned int d0, d1, d2; in _dpd_to_bid32() local
233 UINT64 d0, d1, d2; in _dpd_to_bid64() local
374 UINT64 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11; in _dpd_to_bid128() local
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c133 unsigned int d0, d1, d2; in _dpd_to_bid32() local
231 UINT64 d0, d1, d2; in _dpd_to_bid64() local
358 UINT64 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11; in _dpd_to_bid128() local
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c133 unsigned int d0, d1, d2; in _dpd_to_bid32() local
233 UINT64 d0, d1, d2; in _dpd_to_bid64() local
374 UINT64 d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, d10, d11; in _dpd_to_bid128() local

123456789