| /src/games/hack/ |
| hack.rumors.c | 79 static void outline(FILE *); 109 outline(FILE *rumf) function 143 outline(rumf);
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| disassemble.c | 41 char outline[1024]; local 51 size_t l = LLVMDisasmInstruction(D, buf + pos, siz - pos, 0, outline, 52 sizeof(outline)); 57 pprint(pos, buf + pos, l, outline);
|
| /src/usr.bin/colcrt/ |
| colcrt.c | 67 int outline = 1; variable 118 pflush(outline); 124 if (outline >= 265) 126 outline += 2; 136 if (outline >= 266) 138 outline++; 141 if (outline >= 1) 142 outline--; 145 outline -= 2; 146 if (outline < 0 [all...] |
| /src/lib/libcurses/ |
| cr_put.c | 68 static int outcol, outline, destcol, destline; variable 84 outline = ly; 97 "fgoto: outcol=%d, outline=%d, destcol=%d, destline=%d\n", 98 outcol, outline, destcol, destline); 105 outline += l; 124 if (outline > LINES - 1) { 125 destline -= outline - (LINES - 1); 126 outline = LINES - 1; 132 if (outline < LINES - 1) { 165 if (destline < outline && !(cursor_address || cursor_up) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineOutliner.cpp | 1 //===---- MachineOutliner.cpp - Outline instructions -----------*- C++ -*-===// 104 "Number of times to rerun the outliner after the initial outline")); 204 // Can't outline an illegal instruction. Set the flag. 235 /// If an instruction is deemed unsafe to outline, then it will be assigned an 395 bool outline(Module &M, std::vector<OutlinedFunction> &FunctionList, 406 /// Construct a suffix tree on the instructions in \p M and outline repeated 466 R << "Did not outline " << NV("Length", StringLen) << " instructions" 530 // If two candidates overlap, then we can't outline them both. This 551 // It doesn't overlap with anything, so we can outline it. 565 // We've found something we might want to outline 732 bool MachineOutliner::outline(Module &M, function in class:MachineOutliner [all...] |
| /src/external/bsd/byacc/dist/ |
| main.c | 59 int outline; variable
|
| /src/external/gpl2/lvm2/dist/lib/config/ |
| config.c | 364 static int _line_start(struct output_line *outline) 366 if (!dm_pool_begin_object(outline->mem, 128)) { 374 static int _line_append(struct output_line *outline, const char *fmt, ...) 376 static int _line_append(struct output_line *outline, const char *fmt, ...) 390 if (!dm_pool_grow_object(outline->mem, &buf[0], strlen(buf))) { 398 #define line_append(args...) do {if (!_line_append(outline, args)) {return_0;}} while (0) 400 static int _line_end(struct output_line *outline) 404 if (!dm_pool_grow_object(outline->mem, "\0", 1)) { 409 line = dm_pool_end_object(outline->mem); 410 if (outline->putline 511 struct output_line outline; local 529 struct output_line outline; local [all...] |