HomeSort by: relevance | last modified time | path
    Searched defs:tw (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-select-words.mk 12 all: mod-squarebrackets mod-S-W mod-C-W mod-tW-tw
204 mod-tW-tw:
205 @echo 'LIST:tW="${LIST:tW}"'
206 @echo 'LIST:tw="${LIST:tw}"' macro
207 @echo 'LIST:tW:C/ /,/="${LIST:tW:C/ /,/}"
    [all...]
  /src/tests/sys/x86/
t_convert_xmm_s87.c 126 uint16_t tw; member in struct:s87_xmm_test_vector
157 fsave.s87_tw = FIXED_TEST_VECTORS[i].tw;
195 ATF_CHECK_EQ(fsave.s87_tw, FIXED_TEST_VECTORS[i].tw);
  /src/bin/ksh/
tree.c 483 char **tw, **rw; local
498 for (tw = t->vars; *tw++ != NULL; )
501 alloc((tw - t->vars + 1) * sizeof(*tw), ap);
502 for (tw = t->vars; *tw != NULL; )
503 *rw++ = wdcopy(*tw++, ap);
510 for (tw = t->args; *tw++ != NULL;
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
stabs.c 168 TWORD tw; local
179 tw = t;
180 for (; tw > BTMASK; tw = DECREF(tw)) {
181 if (ISARY(tw)) {
188 if (tw <= BTMASK)
gcc_compat.c 230 char tlbuf[TLLEN], *tw; local
262 tw = &tlbuf[strlen(tlbuf)];
263 while (tw > tlbuf)
264 cunput(*--tw);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
stabs.c 168 TWORD tw; local
179 tw = t;
180 for (; tw > BTMASK; tw = DECREF(tw)) {
181 if (ISARY(tw)) {
188 if (tw <= BTMASK)
gcc_compat.c 132 char tlbuf[TLLEN], *tw; local
161 tw = &tlbuf[strlen(tlbuf)];
162 while (tw > tlbuf)
163 cunput(*--tw);
  /src/external/gpl2/texinfo/dist/info/
info-utils.c 509 int tw;
511 tw = ((hpos + 8) & 0xf8) - hpos;
512 while (i < tw)
506 int tw; local
  /src/external/bsd/am-utils/dist/amq/
amq.c 104 int tw = strlen(mt->mt_type); local
109 if (tw > *twid)
110 *twid = tw;
223 int tw = strlen(mi->mi_type); local
228 if (tw > *twid)
229 *twid = tw;
  /src/sys/dev/bluetooth/
btmagic.c 1317 int id, nf, az, aw, tz, tw; local
1360 tw = aw - sc->sc_aw[id];
1366 dw += btmagic_scale(tw, &sc->sc_rw,
1369 || abs(tw) > sc->sc_dist) {
  /src/tests/lib/libc/sys/
t_ptrace_x86_wait.h 2195 uint16_t tw; member in struct:x86_test_fpu_registers
2470 /* fsave contains full tw */
2473 out->tw = fsave.s87_tw;
3117 .tw = 0xea58,
3319 FORKEE_ASSERT_EQ(vals_fpu.tw, expected_fpu.tw);
3757 expected_fpu.tw);
4017 fpr.fstate.s87_tw = expected_fpu.tw;
  /src/external/gpl2/texinfo/dist/makeinfo/
lang.h 52 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon9561
  /src/external/mpl/bind/dist/bin/named/
server.c 15297 uint32_t tw; local
15303 CHECK(dns_time32_fromtext(ptr, &tw));
15304 when = (isc_stdtime_t)tw;

Completed in 48 milliseconds