| /src/external/bsd/tradcpp/dist/tests/ |
| t37.c | 13 #define BAR(x, y) x y 14 BAR(abc BC def, ghi EC jkl)
|
| /src/usr.bin/make/unit-tests/ |
| export.mk | 4 UT_FOO= foo${BAR} 39 BAR= bar is ${UT_FU}
|
| /src/sys/lib/libkern/ |
| hexdump.c | 46 #define BAR ((3 * 16) + 1) 47 #define ASC (BAR + 2) 48 #define NL (BAR + 18) 61 buf[BAR] = '|'; 62 buf[BAR + 1] = ' '; 81 while (p < BAR)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| vla-struct-fields.c | 26 typedef struct bar struct 30 } BAR;
|
| vla-datatypes.c | 26 typedef struct bar struct 30 } BAR; 46 BAR bar_vla[n];
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| vla-struct-fields.c | 26 typedef struct bar struct 30 } BAR;
|
| vla-datatypes.c | 26 typedef struct bar struct 30 } BAR; 46 BAR bar_vla[n];
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| BasicAliasAnalysis.h | 274 Optional<BasicAAResult> BAR; 280 BAR.emplace(createLegacyPMBasicAAResult(P, F)); 281 AAR.emplace(createLegacyPMAAResults(P, F, *BAR));
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| ProgressBar.py | 167 # Example use case: progress bar 172 A simple progress bar which doesn't need any terminal support. 174 This prints out a progress bar like: 212 A 3-line progress bar, which looks like:: 218 The progress bar is colored, if the terminal supports color 221 BAR = '%s${%s}[${BOLD}%s%s${NORMAL}${%s}]${NORMAL}%s' 240 self.cleared = 1 #: true if we haven't drawn the bar yet. 268 bar = self.BAR % (prefix, bc, '='*n, '-'*(barWidth-n), bc, suffix) 269 bar = self.term.render(bar [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| meth-typedefs.cc | 95 class bar { }; class in namespace:a::b::c::d 99 typedef c::d::bar BAR; 103 typedef a::b::BAR _BAR_;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| meth-typedefs.cc | 95 class bar { }; class in namespace:a::b::c::d 99 typedef c::d::bar BAR; 103 typedef a::b::BAR _BAR_;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ui-out.h | 299 /* Progress bar printing has already started. */ 300 BAR
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ui-out.h | 299 /* Progress bar printing has already started. */ 300 BAR
|
| /src/games/battlestar/ |
| extern.h | 130 #define BAR 62
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.h | 119 BAR = 320, /* BAR */ 297 #define BAR 320
|
| bfin-parse.c | 603 BAR = 320, /* BAR */ 781 #define BAR 320 991 YYSYMBOL_BAR = 65, /* BAR */ 1609 "BANG", "AMPERSAND", "BAR", "PERCENT", "CARET", "BXOR", "MINUS", "PLUS", 3186 return yyerror ("Bar operand mismatch"); 3945 case 66: /* asm_1: REG ASSIGN REG BAR REG */ 7671 case 353: /* expr_1: expr_1 BAR expr_1 */
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.h | 119 BAR = 320, /* BAR */ 297 #define BAR 320
|
| bfin-parse.c | 603 BAR = 320, /* BAR */ 781 #define BAR 320 991 YYSYMBOL_BAR = 65, /* BAR */ 1609 "BANG", "AMPERSAND", "BAR", "PERCENT", "CARET", "BXOR", "MINUS", "PLUS", 3186 return yyerror ("Bar operand mismatch"); 3945 case 66: /* asm_1: REG ASSIGN REG BAR REG */ 7671 case 353: /* expr_1: expr_1 BAR expr_1 */
|