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

/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_psl.h13 int qty; /* int or short? unsigned is OK, but why? */ member in struct:psl_item_tag
/netbsd-current/games/larn/
H A Dstore.c293 else if (itm[i].qty <= 0)
306 itm[i].qty--;
308 if (itm[i].qty == 0)
329 if (itm[i].qty == 0) {
H A Ddiag.c217 lprc(itm[i].qty);
281 itm[i].qty = lgetc();
H A Dheader.h54 char qty; member in struct:_itm
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_ramgt215.c108 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; local
137 if (bins[i] > qty) {
139 qty = bins[i];
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c3107 int qty = psi.qty; local
3112 || 0 != qty) {
3115 } while (val > qty);
H A Dntp_config.c2997 msyslog(LOG_INFO, "poll %d: sub %d, qty %d, msk %d",
2998 p, psi.sub, psi.qty, psi.msk);
3032 psl[pao].qty = lower + upper;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c217 /* Per-qty information tracking.
230 `comparison_{code,const,qty}' are used to track when a
255 /* The table of all qtys, indexed by qty number. */
900 /* Nothing should become eqv until it has a "non-invalid" qty number. */
909 of the same qty, and that is beyond the current basic block,
910 make it the new canonical replacement for this qty. */
1838 through the qty number mechanism. Just change the qty number of
3487 int qty = REG_QTY (REGNO (folded_arg0));
3491 struct qty_table_elem *ent = &qty_table[qty];
3470 int qty = REG_QTY (REGNO (folded_arg0)); local
4054 int qty; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcse.cc219 /* Per-qty information tracking.
232 `comparison_{code,const,qty}' are used to track when a
257 /* The table of all qtys, indexed by qty number. */
879 /* Nothing should become eqv until it has a "non-invalid" qty number. */
888 of the same qty, and that is beyond the current basic block,
889 make it the new canonical replacement for this qty. */
1817 through the qty number mechanism. Just change the qty number of
3446 int qty = REG_QTY (REGNO (folded_arg0));
3450 struct qty_table_elem *ent = &qty_table[qty];
[all...]

Completed in 227 milliseconds