Searched refs:dqh (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota.c811 struct dqhashhead *dqh; local
845 dqh = &dqhashtbl[DQHASH(dqvp, id)];
846 LIST_FOREACH(dq, dqh, dq_hash) {
871 dqh = &dqhashtbl[DQHASH(dqvp, id)];
872 LIST_FOREACH(dq, dqh, dq_hash) {
888 LIST_INSERT_HEAD(dqh, dq, dq_hash);
/netbsd-current/sys/ufs/ufs/
H A Dufs_quota.c793 struct dqhashhead *dqh; local
827 dqh = &dqhashtbl[DQHASH(dqvp, id)];
828 LIST_FOREACH(dq, dqh, dq_hash) {
853 dqh = &dqhashtbl[DQHASH(dqvp, id)];
854 LIST_FOREACH(dq, dqh, dq_hash) {
870 LIST_INSERT_HEAD(dqh, dq, dq_hash);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_div_macros.h42 double dx, dq, dqh; local
67 dqh = dq * dm64.d;
68 Qh = (UINT64) dqh;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_div_macros.h42 double dx, dq, dqh; local
67 dqh = dq * dm64.d;
68 Qh = (UINT64) dqh;

Completed in 146 milliseconds