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

  /src/usr.bin/make/unit-tests/
sh-flags.mk 25 tgt-always.yes= .MAKE
28 cmd-always.yes= +
32 letter.always.yes= a
86 ALWAYS.yes= +
90 .for tgt-always in no yes
93 .for cmd-always in no yes
98 target+= ${letter.always.${tgt-always}:U_}
102 target+= ${letter.always.${cmd-always}:U_
    [all...]
  /src/games/larn/
display.c 22 static char always = 0; variable
69 if (cbak[SPELLS] <= -50 || (always)) {
93 always = 1;
208 if ((always) || (c[idx] != cbak[idx])) {
209 if ((always) || (cbak[idx] == 0)) {
221 always = 0;
361 always = 1;
363 always = 1;
  /src/external/bsd/pcc/dist/pcc/driver/
platform.c 43 int always; member in struct:__anon7931
79 { &use.always, "-dynamic-linker" },
82 { &use.always, "-m" },
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64LegalizerInfo.cpp 209 // We need a call for these, so we always need to scalarize.
735 auto always = [=](const LegalityQuery &Q) { return true; }; local
740 .minScalarEltSameAsIf(always, 1, 0)
741 .maxScalarEltSameAsIf(always, 1, 0)
  /src/external/gpl3/gcc/dist/gcc/
profile-count.h 36 inter-procedurally. Never used by probabilities (they are always local).
110 with capping so probability is always in range [0,1] and scaling requiring
131 - always
133 Named probabilities except for never/always are assumed to be statically
139 Always and guessed_always probabilities are symmetric.
208 return always () - very_unlikely ();
213 return always () - unlikely ();
229 static profile_probability always () function
497 Avoid scaling when overall outcome is supposed to be always.
500 if (!(*this == always ()))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
profile-count.h 36 inter-procedurally. Never used by probabilities (they are always local).
110 with capping so probability is always in range [0,1] and scaling requiring
131 - always
133 Named probabilities except for never/always are assumed to be statically
139 Always and guessed_always probabilities are symmetric.
208 return always () - very_unlikely ();
213 return always () - unlikely ();
224 static profile_probability always () function
492 Avoid scaling when overall outcome is supposed to be always.
495 if (!(*this == always ()))
    [all...]
  /src/usr.bin/make/
job.c 304 bool always; member in struct:CommandFlags
812 out_cmdFlags->always = false;
820 out_cmdFlags->always = true;
1053 if (cmdFlags.always && !run) {

Completed in 22 milliseconds