| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| cl_arguments.py | 12 DEFAULT = enum.auto() 32 default=lit.util.usable_core_count()) 42 default=[]) 87 default=[]) 93 default=[]) 107 default=[]) 124 "0 means no time limit. [Default: 0]", 163 default=os.environ.get("LIT_FILTER", ".*")) 168 default=os.environ.get("LIT_FILTER_OUT", "^$")) 173 default=os.environ.get("LIT_XFAIL", "") [all...] |
| /src/sys/arch/x68k/usr.bin/bellctrl/ |
| bellctrl.c | 21 #define DEFAULT -1 34 DEFAULT, DEFAULT, DEFAULT 64 /* set bell to default */ 65 percent = DEFAULT; 68 /* set bell to default */ 70 /* set pitch to default */ 72 /* set duration to default */ 83 /* set pitch to default */ [all...] |
| /src/usr.bin/ftp/ |
| ruserpass.c | 58 #define DEFAULT 1 72 { "default", DEFAULT }, 121 case DEFAULT: 144 t != MACH && t != DEFAULT) switch(t) { 259 default:
|
| /src/external/gpl2/groff/dist/src/include/ |
| color.h | 31 enum color_scheme {DEFAULT, CMY, CMYK, RGB, GRAY}; 46 color(symbol s = default_symbol) : scheme(DEFAULT), nm(s) {} 55 int is_default() { return scheme == DEFAULT; }
|
| /src/lib/libcompat/4.3/ |
| ruserpass.c | 66 #define DEFAULT 1 80 { "default", DEFAULT }, 131 case DEFAULT: 155 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) { 253 default:
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| startup.py | 44 # default, only rogue exceptions are logged -- this is then used by 131 DEFAULT = auto() 145 self.value = LogLevel.DEFAULT 180 def log(something, level=LogLevel.DEFAULT): 188 def thread_log(something, level=LogLevel.DEFAULT): 198 def log_stack(level=LogLevel.DEFAULT):
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-defs.h | 137 #define DEFAULT(N) default_##N 143 #define DEFAULT(N) default
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| startup.py | 44 # default, only rogue exceptions are logged -- this is then used by 131 DEFAULT = auto() 145 self.value = LogLevel.DEFAULT 180 def log(something, level=LogLevel.DEFAULT): 188 def thread_log(something, level=LogLevel.DEFAULT): 198 def log_stack(level=LogLevel.DEFAULT):
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-defs.h | 137 #define DEFAULT(N) default_##N 143 #define DEFAULT(N) default
|
| /src/external/bsd/elftosb/dist/common/ |
| options.h | 128 static const char * default_delims; // default delimiters = whitespace 337 //! default : ++errors; break; 390 DEFAULT = 0x00, //!< Default setting 403 PARSE_POS = 0x40 //!< By default, Options will not present positional
|
| /src/external/bsd/nsd/dist/simdzone/src/ |
| isadetection.h | 69 DEFAULT = 0x0, 105 return DEFAULT; 264 return DEFAULT;
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| 3level.h | 31 DEFAULT to the default value for empty entries 108 return DEFAULT; 168 t->level3[i] = DEFAULT; 201 if (lookup3 != DEFAULT) 325 #undef DEFAULT
|
| gen-lbrkprop.c | 1202 #define DEFAULT LBP_XX 1324 default:
|
| /src/external/bsd/pcc/dist/pcc/cc/driver/ |
| driver.c | 61 enum phases { DEFAULT, PREPROCESS, COMPILE, ASSEMBLE, LINK } last_phase = 62 DEFAULT; 131 assert(phase != DEFAULT); 132 if (last_phase != DEFAULT && phase != last_phase) 213 default: 822 if (last_phase == DEFAULT)
|
| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| types.h | 214 - default color 229 DEFAULT, 266 color (enum named_color name = named_color::DEFAULT, 304 m_fg_color (named_color::DEFAULT), 305 m_bg_color (named_color::DEFAULT), 426 explicit styled_string () = default; 430 styled_string (styled_string &&) = default; 431 styled_string &operator= (styled_string &&) = default;
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| BranchProbabilityInfo.cpp | 139 /// Default weight is used in cases when there is no dedicated execution 141 DEFAULT = 0xfffff 856 Weight.getValueOr(static_cast<uint32_t>(BlockExecWeight::DEFAULT)) / 866 Weight.getValueOr(static_cast<uint32_t>(BlockExecWeight::DEFAULT)) / 874 Weight.getValueOr(static_cast<uint32_t>(BlockExecWeight::DEFAULT)); 973 default: 994 default: 1016 default: 1129 /// default probability 1/N where N is the number of successors. Here an edge is
|
| /src/external/bsd/wpa/dist/src/pae/ |
| ieee802_1x_kay_i.h | 98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate;
|
| /src/external/lgpl3/gmp/dist/tune/ |
| time.c | 86 first run then it gets a default based on the measuring method 988 #define DEFAULT(var,n) \ 1009 DEFAULT (speed_cycletime, 1.0); 1011 DEFAULT (speed_precision, 10000); 1083 DEFAULT (speed_precision, 10000); 1088 DEFAULT (speed_precision, 10000); 1096 DEFAULT (speed_precision, 10000); 1108 DEFAULT (speed_precision, 10000); 1124 default: 1136 DEFAULT (speed_precision, (cgt_unittime <= 0.1e-6 ? 10000 : 1000)) [all...] |
| tuneup.c | 542 #define DEFAULT(x,n) do { if (! (x)) (x) = (n); } while (0) 544 DEFAULT (param->function_fudge, 1.0); 545 DEFAULT (param->function2, param->function); 546 DEFAULT (param->step_factor, 0.01); /* small steps by default */ 547 DEFAULT (param->step, 1); /* small steps by default */ 548 DEFAULT (param->stop_since_change, 80); 549 DEFAULT (param->stop_factor, 1.2); 550 DEFAULT (param->min_size, 10) [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ns32k.c | 32 #define DEFAULT -1 /* addr_mode returns this value when 387 mode = DEFAULT; /* Default. */ 439 default: 475 default: 496 default: 509 default: 526 if (mode != DEFAULT) 573 default: 583 if (mode != DEFAULT) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ns32k.c | 32 #define DEFAULT -1 /* addr_mode returns this value when 387 mode = DEFAULT; /* Default. */ 439 default: 475 default: 496 default: 509 default: 526 if (mode != DEFAULT) 573 default: 583 if (mode != DEFAULT) [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| contracts.cc | 42 "default", // assertion_level, 43 "default", // assertion_role, 170 "the %<default%> semantic"); 221 if (role_name_equal (name, "default") || role_name_equal (name, "review")) 253 enum contract_build_level { OFF, DEFAULT, AUDIT }; 256 static int flag_contract_build_level = DEFAULT; 281 add_contract_role ("default", CCS_IGNORE, CCS_IGNORE, axiom, update); 284 case DEFAULT: 285 add_contract_role ("default", check, CCS_IGNORE, axiom, update); 289 add_contract_role ("default", check, check, axiom, update) [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhctoken.h | 119 DEFAULT = 314,
|
| /src/external/mpl/dhcp/dist/keama/ |
| dhctoken.h | 123 DEFAULT = 314,
|