Searched refs:qty (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_psl.h11 int qty; /* int or short? unsigned is OK, but why? */ member in struct:psl_item_tag
/freebsd-11-stable/contrib/gcc/
H A Dlocal-alloc.c91 struct qty
124 /* Number of times a reg tied to given qty lives across a CALL_INSN. */
128 /* Number of times a reg tied to given qty lives across a CALL_INSN
145 /* Register class within which we allocate given qty if we can't get
150 /* This holds the mode of the registers that are tied to given qty,
161 static struct qty *qty;
193 end of the chain. qty->first_reg point to the head of this chain. */
197 /* reg_qty[N] (where N is a pseudo reg number) is the qty number of that reg
330 qty[qtyn
90 struct qty struct
160 static struct qty *qty; variable in typeref:struct:qty
[all...]
H A Dcse.c218 /* Per-qty information tracking.
231 `comparison_{code,const,qty}' are used to track when a
256 /* The table of all qtys, indexed by qty number. */
1016 /* Nothing should become eqv until it has a "non-invalid" qty number. */
1025 of the same qty, and that is beyond the current basic block,
1026 make it the new canonical replacement for this qty. */
1811 through the qty number mechanism. Just change the qty number of
4156 int qty = REG_QTY (REGNO (folded_arg0));
4160 struct qty_table_elem *ent = &qty_table[qty];
4137 int qty = REG_QTY (REGNO (folded_arg0)); local
4702 int qty; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c3105 int qty = psi.qty; local
3110 || 0 != qty) {
3113 } while (val > qty);
H A Dntp_config.c2985 msyslog(LOG_INFO, "poll %d: sub %d, qty %d, msk %d",
2986 p, psi.sub, psi.qty, psi.msk);
3020 psl[pao].qty = lower + upper;

Completed in 127 milliseconds