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

  /src/external/gpl3/gdb/dist/gdb/
stub-termcap.c 51 char *UP __attribute__((weak));
utils.c 398 /* Fall back to abort_with_message if gdb_stderr is not set up. */
710 /* An RAII class that sets up to handle input and then tears down
768 /* Set up according to which answer is the default. */
1295 /* Import termcap variable UP (instead of readline private variable
1296 _rl_term_up, which we're trying to avoid, see PR build/10723). The UP
1301 extern "C" char *UP;
1362 bool have_up = UP != nullptr && *UP != '\0';
1381 reason = "terminal is not Cursor Up capable";
  /src/external/gpl3/gdb.old/dist/gdb/
stub-termcap.c 51 char *UP __attribute__((weak));
  /src/external/bsd/ppp/usr.sbin/plugins/status/
status.c 58 * event: "up", "down", "?", or "!", representing LCP up, LCP down,
80 static char UP[] = "up";
111 writestatus(UP);
124 writestatus(UP);
133 writestatus(UP);
  /src/games/battlestar/
fly.c 42 #undef UP
extern.h 134 #define UP 1000
248 #define up link[4] macro
  /src/external/gpl3/gcc/dist/gcc/text-art/
theme.h 83 enum class y_arrow_dir { UP, DOWN };
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 48 UP = '' #: Move the cursor up one line
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
109 # Look up numeric capabilities.
114 # Look up string capabilities.
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
271 self.BOL + self.term.UP + self.term.CLEAR_EOL +
281 self.term.UP + self.term.CLEAR_EOL +
282 self.term.UP + self.term.CLEAR_EOL
    [all...]
  /src/lib/libterminfo/
termcap.c 48 char *UP;
75 UP = __UNCONST(cursor_up);
  /src/usr.sbin/ifwatchd/
ifwatchd.c 58 enum event { ARRIVAL, DEPARTURE, UP, DOWN, CARRIER, NO_CARRIER };
246 "\t\t [-d down-script] [-u up-script]\n"
255 "\t -i no (!) initial run of the up script if the interface\n"
256 "\t is already up on ifwatchd startup\n"
258 "\t -u <cmd> specify command to run on interface up event\n"
347 ev = ifam->ifam_type == RTM_DELADDR ? DOWN : UP;
349 if ((ev == UP && aflag == READY) || ev == DOWN)
628 invoke_script(ifd->ifname, UP, ifa, p->ifa_dstaddr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h 85 UP,
1827 /// \returns the nearest log base 2 of this APInt. Ties round up.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnrollAndJamPass.cpp 150 TargetTransformInfo::UnrollingPreferences &UP) {
151 assert(LoopSize >= UP.BEInsns && "LoopSize should not be less than BEInsns!");
152 return static_cast<uint64_t>(LoopSize - UP.BEInsns) * UP.Count + UP.BEInsns;
155 // Calculates unroll and jam count and writes it to UP.Count. Returns true if
163 unsigned InnerLoopSize, TargetTransformInfo::UnrollingPreferences &UP,
165 // First up use computeUnrollCount from the loop unroller to get a count
167 // unrolling we leave to the unroller. This uses UP.Threshold /
168 // UP.PartialThreshold / UP.MaxCount to come up with sensible loop values
    [all...]
LoopUnrollPass.cpp 191 TargetTransformInfo::UnrollingPreferences UP;
193 // Set up the defaults
194 UP.Threshold =
196 UP.MaxPercentThresholdBoost = 400;
197 UP.OptSizeThreshold = UnrollOptSizeThreshold;
198 UP.PartialThreshold = 150;
199 UP.PartialOptSizeThreshold = UnrollOptSizeThreshold;
200 UP.Count = 0;
201 UP.DefaultUnrollRuntimeCount = 8;
202 UP.MaxCount = std::numeric_limits<unsigned>::max()
    [all...]
  /src/external/gpl2/texinfo/dist/info/
terminal.c 45 char *BC, *UP;
94 /* How to go up a line. */
223 char *term_kP = NULL; /* page-up */
293 /* Move the cursor up one line. */
430 /* If we are scrolling up, delete AMOUNT lines before START. This
608 term_up = tgetstr ("up", &buffer);
  /src/sys/arch/vax/include/
qdreg.h 200 #define UP 0
  /src/sys/dev/qbus/
qdreg.h 198 #define UP 0
  /src/external/bsd/tmux/dist/
server-client.c 174 /* Return up to 2 ranges. */
684 UP,
727 type = UP;
731 log_debug("up at %u,%u", x, y);
1310 case UP:
2776 /* Multiple resizes ending up with a different size. */
2784 * Multiple resizes ending up with the same size. There will
3148 * end up back here.
3189 * If more that 64 panes, give up and
  /src/external/bsd/less/dist/
screen.c 279 char PC_, *UP, *BC;
1165 * Set up default colors.
1292 * of a line, causing the display to get messed up.
1983 /* Move the source window up n rows. */
2089 /* Move cursor n lines up from where it was. */
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 127 #define UP(X) X##_UP
450 {#N #A, UP (A), CF##MAP (N, A), 0, TYPES_##T, FLAG_##FLAG},
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 130 #define UP(X) X##_UP
470 will end up generating a number of VAR1 expansions and code later on in the
539 {#N #A, UP (A), CF##MAP (N, A), 0, TYPES_##T, FLAG_##FLAG},
2858 /* Set up expander operands and call instruction expansion. */
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 901 #define UP(X) X##_UP
914 {#N #A, UP (A), CF (N, A), 0, T##_QUALIFIERS},
986 {#N, UP (A), CODE_FOR_arm_##N, 0, T##_QUALIFIERS},
997 {{#N #A, UP (A), CODE_FOR_arm_##N##A, 0, T##_QUALIFIERS}, IMM_MAX, ECF_FLAG},
1713 /* Set up a builtin. It will use information stored in the argument struct D to
1843 /* Set up ACLE builtins, even builtins for instructions that are not
1891 /* Set up all the MVE builtins mentioned in arm_mve_builtins.def file. */
1932 /* Set up all the NEON builtins, even builtins for instructions that are not
1957 /* Set up all the scalar floating point builtins. */
2259 /* Set up all the iWMMXt builtins. This is not called i
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc 878 #define UP(X) X##_UP
891 {#N #A, UP (A), CF (N, A), 0, T##_QUALIFIERS},
963 {#N, UP (A), CODE_FOR_arm_##N, 0, T##_QUALIFIERS},
974 {{#N #A, UP (A), CODE_FOR_arm_##N##A, 0, T##_QUALIFIERS}, IMM_MAX, ECF_FLAG},
1676 /* Set up a builtin. It will use information stored in the argument struct D to
1809 /* Set up ACLE builtins, even builtins for instructions that are not
1857 /* Set up all the MVE builtins mentioned in arm_mve_builtins.def file. */
1889 /* Set up all the NEON builtins, even builtins for instructions that are not
1914 /* Set up all the scalar floating point builtins. */
2219 /* Set up all the iWMMXt builtins. This is not called i
    [all...]

Completed in 60 milliseconds