HomeSort by: relevance | last modified time | path
    Searched defs:mark (Results 1 - 25 of 131) sorted by relevancy

1 2 3 4 5 6

  /src/external/lgpl3/gmp/dist/
tal-debug.c 62 struct tmp_debug_t **markp, struct tmp_debug_t *mark,
77 if (mark->file != NULL && mark->file[0] != '\0' && mark->line != -1)
79 __gmp_assert_header (mark->file, mark->line);
85 *markp = mark;
86 mark->file = file;
87 mark->line = line;
88 mark->list = NULL
96 struct tmp_debug_t *mark = *markp; local
121 struct tmp_debug_t *mark = *markp; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
event-pipe.cc 84 event_pipe::mark () function in class:event_pipe
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-pipe.cc 83 event_pipe::mark () function in class:event_pipe
  /src/sys/arch/mvme68k/stand/sboot/
console.c 51 int mark = time(); local
54 if (time() > mark + 5) break;
  /src/usr.bin/telnet/
ring.h 51 *mark; /* marker (user defined) */ member in struct:__anon8335
  /src/external/bsd/nvi/dist/vi/
v_mark.c 35 static int mark __P((SCR *, VICMD *, int, enum which));
39 * Set a mark.
51 * Move to a mark.
53 * Moves to a mark, setting both row and column.
67 return (mark(sp, vp, 1, BQMARK));
72 * Move to a mark.
74 * Move to the first nonblank character of the line containing the mark.
81 return (mark(sp, vp, 1, FQMARK));
86 * Mouse mark.
103 return (mark(sp, vp, 0, BQMARK))
111 mark(SCR *sp, VICMD *vp, int getmark, enum which cmd) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
cu.c 128 dwarf2_cu::mark () function in class:dwarf2_cu
146 cu->mark ();
  /src/external/mit/isl/dist/
isl_schedule_tree.h 44 * The "mark" field is valid when type is isl_schedule_node_mark and
45 * identifies the mark.
70 isl_id *mark; member in union:isl_schedule_tree::__anon23682
217 __isl_take isl_schedule_tree *tree, __isl_take isl_id *mark);
  /src/usr.bin/tail/
reverse.c 169 BF *mark, *tl, *tr; local
176 for (mark = NULL, enomem = 0;;) {
183 if (!mark) {
193 if (!mark) {
197 tl = mark;
199 } else if (mark) {
200 tl->next = mark;
201 tl->prev = mark->prev;
202 mark->prev->next = tl;
203 mark->prev = tl
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.cpp 50 void TypeReferenceTracker::mark() { function in class:TypeReferenceTracker
75 // Walk globals and mark types referenced from globals.
95 // Otherwise, mark it seen and add it to the work list.
141 // If this is a tag kind and this is a PDB input, mark the complete type as
  /src/external/gpl2/groff/dist/src/preproc/eqn/
eqn.y 76 %token MARK
108 %right LPILE RPILE CPILE PILE TEXT QUOTED_TEXT MATRIX MARK LINEUP '^' '~' '\t' '{' SPLIT NOSPLIT
116 %type <b> mark from_to sqrt_over script simple equation nonsup
131 mark
133 | equation mark
143 mark: label
146 | MARK mark
148 | LINEUP mark
  /src/external/gpl3/binutils/dist/include/
fibheap.h 68 __extension__ unsigned long int mark : 1; member in struct:fibnode
71 unsigned int mark : 1; member in struct:fibnode
  /src/external/gpl3/binutils.old/dist/include/
fibheap.h 68 __extension__ unsigned long int mark : 1; member in struct:fibnode
71 unsigned int mark : 1; member in struct:fibnode
  /src/external/gpl3/gcc/dist/include/
fibheap.h 68 __extension__ unsigned long int mark : 1; member in struct:fibnode
71 unsigned int mark : 1; member in struct:fibnode
  /src/external/gpl3/gcc/dist/libcc1/
context.cc 111 cc1_plugin::plugin_context::mark ()
132 cc1_plugin::current_context->mark ();
108 cc1_plugin::plugin_context::mark () function in class:cc1_plugin::plugin_context
  /src/external/gpl3/gcc.old/dist/include/
fibheap.h 68 __extension__ unsigned long int mark : 1; member in struct:fibnode
71 unsigned int mark : 1; member in struct:fibnode
  /src/external/gpl3/gcc.old/dist/libcc1/
context.cc 111 cc1_plugin::plugin_context::mark ()
132 cc1_plugin::current_context->mark ();
108 cc1_plugin::plugin_context::mark () function in class:cc1_plugin::plugin_context
  /src/external/gpl3/gdb/dist/include/
fibheap.h 68 __extension__ unsigned long int mark : 1; member in struct:fibnode
71 unsigned int mark : 1; member in struct:fibnode
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
cu.c 136 cu->mark ();
143 dwarf2_cu::mark () function in class:dwarf2_cu
  /src/external/gpl3/gdb.old/dist/include/
fibheap.h 68 __extension__ unsigned long int mark : 1; member in struct:fibnode
71 unsigned int mark : 1; member in struct:fibnode
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp 84 mark(I.Count);
85 mark(I.FalseCount);
93 void mark(Counter C) { function in class:__anon4495::CounterExpressionsMinimizer
98 mark(Expressions[ID].LHS);
99 mark(Expressions[ID].RHS);
219 // Mark an expansion region with a set bit that follows the counter tag,
  /src/lib/libedit/
chared.h 89 wchar_t *mark; member in struct:c_kill_t
  /src/external/bsd/less/dist/
mark.c 1 /* $NetBSD: mark.c,v 1.4 2023/10/06 05:49:49 simonb Exp $ */
4 * Copyright (C) 1984-2023 Mark Nudelman
22 * A mark is an ifile (input file) plus a position within the file.
24 struct mark struct
30 * user explicitly requests the file (by name or mark).
35 struct scrpos m_scrpos; /* Position of the mark */
40 * Each mark is identified by a lowercase or uppercase letter.
41 * The final one is lmark, for the "last mark"; addressed by the apostrophe.
47 static struct mark marks[NMARKS];
52 * Initialize a mark struct
    [all...]
  /src/external/gpl2/xcvs/dist/src/
ignore.c 185 char *mark; local
267 for (mark = ign; *mark && !isspace ((unsigned char) *mark); mark++)
270 save = *mark;
271 *mark = '\0';
276 *mark = save;
278 ign = mark;
280 ign = mark - 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
graphds.cc 358 links are given by PARENT. MARKS is the array used to mark the
359 vertices of the tree, and MARK is the number currently used as a mark. */
362 tree_nca (int x, int y, int *parent, int *marks, int mark)
369 marks[x] = mark;
370 marks[y] = mark;
377 if (marks[x] == mark)
379 marks[x] = mark;
384 if (marks[y] == mark)
386 marks[y] = mark;
417 int mark = 1, i, v, idom; local
    [all...]

Completed in 37 milliseconds

1 2 3 4 5 6