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

  /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 in function:tcopy
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/sys/dev/bluetooth/
btmagic.c 1317 int id, nf, az, aw, tz, tw; local in function:btmagic_input_magicm
1360 tw = aw - sc->sc_aw[id];
1366 dw += btmagic_scale(tw, &sc->sc_rw,
1369 || abs(tw) > sc->sc_dist) {
  /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}"'
207 @echo 'LIST:tW:C/ /,/="${LIST:tW:C/ /,/}"
    [all...]
  /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;

Completed in 17 milliseconds