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

1 2 3

  /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...]
  /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/dab/
main.cc 104 size_t ny, nx, nn = 1, wt = 0; local
115 wt++;
181 if (wt)
185 if (wt == 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/bsd/ipf/dist/iplang/
iplang_l.l 227 struct lwordtab *wt;
237 for (wt = words; wt->word; wt++)
238 if (!strcasecmp(wt->word, (char *)yytext))
239 return next_state(wt->state, wt->next);
  /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);
def.objects.h 153 /* %% wt of long worm should be proportional to its length */
162 #define WEAPON(name,prob,wt,ldam,sdam) { name, NULL, NULL, 1, 0 /*%%*/,\
163 WEAPON_SYM, prob, 0, wt, ldam, sdam, 0 }
hack.pager.c 442 child(int wt)
472 if (wt)
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/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/gpl3/binutils/dist/gprofng/src/
FileData.h 135 addWriteEvent (hrtime_t wt, int64_t nb)
137 writeTime += wt;
256 void setWriteStat (hrtime_t wt, int64_t nb);
FileData.cc 325 FileData::setWriteStat (hrtime_t wt, int64_t nb)
327 if (wSlowestBytes < wt)
328 wSlowestBytes = wt;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
FileData.h 135 addWriteEvent (hrtime_t wt, int64_t nb)
137 writeTime += wt;
256 void setWriteStat (hrtime_t wt, int64_t nb);
FileData.cc 325 FileData::setWriteStat (hrtime_t wt, int64_t nb)
327 if (wSlowestBytes < wt)
328 wSlowestBytes = 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/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/external/bsd/libpcap/dist/testprogs/
visopts.py 233 with file("expr1.html", "wt") as f:
267 with file("expr1_g%03d.svg" % (gid), "wt") as f:
  /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))
  /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/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/openldap/dist/tests/
run.in 195 wt) INDEXDB=indexdb ;;
  /src/external/bsd/openldap/dist/tests/scripts/
test023-refint 24 if test $BACKEND = wt ; then
25 echo "back-wt does not support subtree rename"
test040-subtree-rename 19 if test $BACKEND = wt ; then
20 echo "back-wt does not support subtree rename"

Completed in 36 milliseconds

1 2 3