HomeSort by: relevance | last modified time | path
    Searched defs:wt (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/games/dab/
main.cc 104 size_t ny, nx, nn = 1, wt = 0; local
115 wt++;
181 if (wt)
185 if (wt == 0)
  /src/games/hack/
hack.mkobj.c 201 int wt = objects[obj->otyp].oc_weight; local
202 return (wt ? wt * obj->quan : (obj->quan + 1) / 2);
hack.c 419 int wt; local
492 wt = inv_weight() + obj->owt;
493 if (wt > 0) {
535 if (wt > -5)
933 int wt = (u.ugold + 500) / 1000; local
947 wt += otmp->owt;
950 return (wt - carrcap);
  /src/external/bsd/wpa/dist/src/ap/
airtime_policy.c 143 int wt, num_bss = 0, max_wt = 0; local
203 wt = bss->conf->airtime_weight * num_sta_prod /
206 wt = 1;
208 bss->airtime_weight = wt;
209 if (wt > max_wt)
210 max_wt = wt;
232 struct airtime_sta_weight *wt; local
234 wt = hapd->conf->airtime_weight_list;
235 while (wt && !ether_addr_equal(wt->addr, sta)
    [all...]
ap_config.c 997 struct airtime_sta_weight *wt, *wt_prev; local
999 wt = conf->airtime_weight_list;
1001 while (wt) {
1002 wt_prev = wt;
1003 wt = wt->next;
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 327 wctype_t wt; local
357 wt = IS_CHAR_CLASS (str);
358 if (wt == 0)
362 if (__iswctype (__btowc ((unsigned char) *n), wt))
  /src/external/bsd/unbound/dist/util/
log.c 254 WORD wt = EVENTLOG_ERROR_TYPE; local
257 wt=EVENTLOG_INFORMATION_TYPE;
260 wt=EVENTLOG_WARNING_TYPE;
264 wt=EVENTLOG_SUCCESS;
270 ReportEvent(s, wt, 0, tp, NULL, 1, 0, &str, NULL);
  /src/external/lgpl3/gmp/dist/tests/
refmpf.c 31 mp_ptr ut, vt, wt; local
42 wt = TMP_ALLOC_LIMBS (size + 1);
43 MPN_COPY (wt, PTR (v), size);
51 wt = TMP_ALLOC_LIMBS (size + 1);
52 MPN_COPY (wt, PTR (u), size);
74 wt = TMP_ALLOC_LIMBS (size + 1);
84 cy = mpn_add_n (wt, ut, vt, size);
85 wt[size] = cy;
92 wt += size - PREC (w);
95 MPN_COPY (PTR (w), wt, size) local
203 mp_ptr ut, vt, wt; local
277 MPN_COPY (PTR (w), wt, size); local
    [all...]
  /src/games/snake/snake/
snake.c 605 int w, i, wt[8]; local
625 wt[i] = 0;
639 wt[i] = i == w ? loot / 10 : 1;
641 wt[i] += loot / 20;
644 w += wt[i];
647 if (vp < wt[i])
650 vp -= wt[i];
654 while (wt[i] == 0)
  /src/usr.sbin/wiconfig/
wiconfig.c 599 struct wi_table *wt; local
601 for (wt = table; wt->wi_type != 0; wt++)
602 if (wt->wi_opt == opt)
603 return wt;
794 struct wi_table *wt, **table; local
824 wt = NULL; /* XXXGCC -Wuninitialized */
826 if ((wt = wi_optlookup(*table, ch)) != NULL) {
827 SET_OPERAND(wt->wi_optval, wt->wi_desc)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch_loop.c 245 wctype_t wt; local
275 wt = IS_CHAR_CLASS (str);
276 if (wt == 0)
284 if (_ISCTYPE ((UCHAR) *n, wt))
287 if (ISWCTYPE (BTOWC ((UCHAR) *n), wt))
  /src/external/gpl2/xcvs/dist/lib/
fnmatch_loop.c 248 wctype_t wt; local
278 wt = IS_CHAR_CLASS (str);
279 if (wt == 0)
287 if (_ISCTYPE ((UCHAR) *n, wt))
290 if (ISWCTYPE (BTOWC ((UCHAR) *n), wt))
regexec.c 3827 wctype_t wt = cset->char_classes[i];
3828 if (__iswctype (wc, wt))
3823 wctype_t wt = cset->char_classes[i]; local
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch_loop.c 273 wctype_t wt; local
301 wt = IS_CHAR_CLASS (str);
302 if (wt == 0)
310 if (_ISCTYPE ((UCHAR) *n, wt))
313 if (iswctype (BTOWC ((UCHAR) *n), wt))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch_loop.c 273 wctype_t wt; local
301 wt = IS_CHAR_CLASS (str);
302 if (wt == 0)
310 if (_ISCTYPE ((UCHAR) *n, wt))
313 if (iswctype (BTOWC ((UCHAR) *n), wt))
  /src/sys/dev/pci/
if_ipw.c 800 struct ipw_tx_radiotap_header *wt = &sc->sc_txtap; local
808 wt->wt_chan_freq = htole16(ic->ic_curchan->ic_freq);
809 wt->wt_chan_flags = htole16(ic->ic_curchan->ic_flags);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
pac.c 670 long long wt; local
671 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
672 return wt;
  /src/crypto/external/bsd/heimdal/dist/lib/ntlm/
ntlm.c 1616 long long wt; local
1617 wt = unix_time * (uint64_t)10000000 + (uint64_t)NTTIME_EPOCH;
1618 return wt;
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ad.c 427 long long wt; local
428 wt = unix_time * (long long)10000000 + (long long)NTTIME_EPOCH;
429 return wt;
1203 long long wt; local
1210 wt = unix2nttime(entry->princ_expire_time);
1212 asprintf(&tv[0], "%llu", wt);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 2200 struct airtime_sta_weight *wt; local
2203 wt = os_zalloc(sizeof(*wt));
2204 if (!wt)
2212 if (!next || hwaddr_aton(pos, wt->addr)) {
2214 os_free(wt);
2219 wt->weight = atoi(pos);
2220 if (!wt->weight) {
2222 os_free(wt);
2226 wt->next = bss->airtime_weight_list
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 526 wctype_t wt; local
528 wt = wctype (str);
535 work_mbc->ch_classes[work_mbc->nch_classes++] = wt;
regex.c 2833 wctype_t wt;
2837 wt = IS_CHAR_CLASS (str);
2838 if (wt == 0)
2860 *((wctype_t*)alignedp) = wt;
3241 wctype_t wt;
3244 wt = IS_CHAR_CLASS (str);
3245 if (wt == 0)
3256 if (iswctype (btowc (ch), wt))
2820 wctype_t wt; local
3228 wctype_t wt; local
  /src/external/gpl2/grep/dist/src/
dfa.c 552 wctype_t wt; local
554 wt = wctype (str);
561 work_mbc->ch_classes[work_mbc->nch_classes++] = wt;
  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 128 widest2_int wt; local
132 wt = wi::add (w[i & 1], w[2 + (i & 2) / 2]);
135 wt = wi::sub (w[i & 1], w[2 + (i & 2) / 2]);
138 wt = wi::mul (w[i & 1], w[2 + (i & 2) / 2]);
145 wmin = wt;
146 wmax = wt;
150 wmin = wi::smin (wmin, wt);
151 wmax = wi::smax (wmax, wt);
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc 1121 widest_int wt; local
1125 wt = wi::add (w[i & 1], w[2 + (i & 2) / 2]);
1128 wt = wi::sub (w[i & 1], w[2 + (i & 2) / 2]);
1131 wt = wi::mul (w[i & 1], w[2 + (i & 2) / 2]);
1138 wmin = wt;
1139 wmax = wt;
1143 wmin = wi::smin (wmin, wt);
1144 wmax = wi::smax (wmax, wt);

Completed in 75 milliseconds

1 2