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

  /src/share/misc/
make.country 31 U2=http://www.iso.org/iso/$I2
35 ftp $U2
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_asm_test.cc 123 DECLARE_ASM_WRITE(U2, "2", "movw", "r");
128 DECLARE_ASM_READ(U2, "2", "movw", "=r");
133 DECLARE_ASM_REP_MOVS(U2, "movsw");
222 TestAsmWrite<U2>("WRITE of size 2");
230 TestAsmRead<U2>("READ of size 2");
265 TestAsmRepMovs<U2>("READ of size 2", "WRITE of size 2");
asan_test_utils.h 59 typedef uint16_t U2;
  /src/usr.bin/make/unit-tests/
opt-debug-lint.mk 89 # '${:U2}' is not expanded, instead it is copied verbatim into the regular
90 # expression, leading to '.*=.{1,${:U2}}$'.
102 VARMOD_REGEX= ${:UA=111 B=222 C=33:C/.*=.{1,${:U2}}$//g}
cond-func-empty.mk 191 # "VARNAME${:U2}", but without expanding any nested expression, in
192 # this case the ${:U2}. The expression '${:U2}' was replaced with an empty
207 .if defined(VARNAME${:U2}) && !empty(VARNAME${:U2})
cond-short.mk 176 # '${INDIR_UNDEF:U2}' was not numeric either, for the same reason as above.
177 .if defined(UNDEF) && ${INDIR_UNDEF:U2} < ${NUMBER}
249 # 'INDIR_UNDEF' is defined, therefore the modifier ':U2' has no effect.
253 .if 0 || ${INDIR_UNDEF:U2} < ${NUMBER}
varmod-subst.mk 284 @echo $@:${:U2:S,^,$$,:Q}:
directive-for.mk 55 # generated by replacing each expression ${var} with ${:U1}, ${:U2} and so
varmod-loop.mk 44 @echo $@:${:U2:@word@$${word}$$@:Q}:
varmod-match.mk 212 .if ${PRIMES:M${:U2}} != "2"
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 135 typedef unsigned short U2; // NOLINT
277 EXPECT_POISONED(*GetPoisoned<U2>());
278 EXPECT_POISONED(*GetPoisoned<U2>());
2984 U2 a2, b2;
3890 U2 y2 = 0;
3945 U2 y = 0;
3968 U2 y = 0;
4055 typedef U2 V8x16 __attribute__((__vector_size__(16)));
4061 typedef U2 V4x16 __attribute__((__vector_size__(8)));
4073 V8x16 v = {Poisoned<U2>(0, 3), Poisoned<U2>(0, 7), 2, 3, 4, 5, 6, 7}
    [all...]
  /src/tests/usr.bin/realpath/
t_realpath.sh 110 U2
181 ln -s "${DIR}"/Dir/S1/NoDir/WhoKnows U2 || atf_fail "setup U2"
  /src/share/terminfo/
terminfo 758 is2=U2\sPC-DOS\s3.1\sANSI.SYS\swith\skeypad\sredefined\sfor
13207 # <u2> -> enter ASCII mode (from any ANSI mode)
13251 u0=\E[?38h\E8, u1=\E[?38l\E)0, u2=\E[92;52"p, u3=\E~B,
    [all...]

Completed in 78 milliseconds