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

  /src/usr.bin/make/unit-tests/
varmod-to-many-words.mk 3 # Tests for the :tw modifier, which treats the variable as many words,
4 # to undo a previous :tW modifier.
8 .if ${SENTENCE:tw:[#]} != 10
11 .if ${SENTENCE:tW:[#]} != 1
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...]
varmod-to-one-word.mk 3 # Tests for the :tW variable modifier, which treats the variable value
8 .if ${SENTENCE:tW:[#]} != 1
11 .if ${SENTENCE:tw:[#]} != 10
varmod-sysv.mk 156 .if ${one two:L:o=} != "one tw"
162 .if ${one two:L:o=%} != "one tw%"
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6qdl-sr-som.dtsi 78 qca,smarteee-tw-us-1g = <24>;
84 qca,smarteee-tw-us-1g = <24>;
  /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/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/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;

Completed in 50 milliseconds