| /src/usr.sbin/apmd/ |
| apm-proto.h | 40 NORMAL,
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl.h | 22 { NORMAL, /* Ordinary declaration */
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl.h | 22 { NORMAL, /* Ordinary declaration */
|
| /src/sys/external/bsd/compiler_rt/dist/include/xray/ |
| xray_records.h | 69 NORMAL = 0, 77 uint16_t RecordType = RecordTypes::NORMAL;
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| abtest.py | 55 NORMAL = ESCAPE % "0" 56 FAILED = RED + "failed" + NORMAL 83 stderr.write("%s%s%s: " % (BOLD, name, NORMAL))
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| utils.h | 39 NORMAL, 41 /* Like NORMAL, but also apply the strcmp_iw hack. I.e., 47 can implement both NORMAL and MATCH_PARAMS variants in a single 182 /* Normal results */
|
| ui-style.h | 142 NORMAL = 0, 149 ui_file_style (color f, color b, intensity i = NORMAL) 178 && m_intensity == NORMAL 242 intensity m_intensity = NORMAL;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| utils.h | 39 NORMAL, 41 /* Like NORMAL, but also apply the strcmp_iw hack. I.e., 47 can implement both NORMAL and MATCH_PARAMS variants in a single 179 /* Normal results */
|
| ui-style.h | 250 NORMAL = 0, 257 ui_file_style (color f, color b, intensity i = NORMAL) 288 && m_intensity == NORMAL 383 intensity m_intensity = NORMAL;
|
| /src/sys/arch/bebox/stand/boot/ |
| video.c | 54 NORMAL, /* no pending escape */ 79 d->state = NORMAL; 136 case NORMAL:
|
| vga.c | 60 NORMAL, /* no pending escape */ 70 u_short color; /* normal character color */ 72 u_short save_color; /* saved normal color */ 77 * Color and attributes for normal, standout and kernel output 160 case NORMAL: 209 * on the character type is to go to NORMAL state, 306 d->state = NORMAL; 312 * on the character type is to go to NORMAL state, 319 * for normal mode, standout mode 362 d->state = NORMAL; [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_rand.c | 18 NORMAL, TESTING, PRIVATE 46 b = flag == NORMAL ? RAND_bytes(buf, bytes) : RAND_priv_bytes(buf, bytes); 99 return bnrand(NORMAL, rnd, bits, top, bottom); 179 return bnrand_range(NORMAL, r, range);
|
| /src/external/apache2/llvm/dist/clang/lib/Format/ |
| FormatTokenLexer.h | 33 NORMAL,
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| ProgressBar.py | 19 perform a given action. These can be simply included in normal 23 >>> print('This is '+term.GREEN+'green'+term.NORMAL) 29 >>> print(term.render('This is ${GREEN}green${NORMAL}')) 64 NORMAL = '' #: Turn off all modes 84 BLINK=blink DIM=dim REVERSE=rev UNDERLINE=smul NORMAL=sgr0 221 BAR = '%s${%s}[${BOLD}%s%s${NORMAL}${%s}]${NORMAL}%s' 222 HEADER = '${BOLD}${CYAN}%s${NORMAL}\n\n'
|
| /src/sys/arch/prep/stand/boot/ |
| vga.c | 62 NORMAL, /* no pending escape */ 72 u_short color; /* normal character color */ 74 u_short save_color; /* saved normal color */ 79 * Color and attributes for normal, standout and kernel output 162 case NORMAL: 211 * on the character type is to go to NORMAL state, 308 d->state = NORMAL; 314 * on the character type is to go to NORMAL state, 321 * for normal mode, standout mode 364 d->state = NORMAL; [all...] |
| /src/sys/dev/ |
| spkr.c | 115 #define NORMAL 7 /* 7/8ths of note interval is filled */ 151 sc->sc_fill = NORMAL; 210 * Rest 1/8 (if NORMAL) or 3/8 (if STACCATO) in tick. 388 sc->sc_fill = NORMAL;
|
| /src/usr.bin/tr/ |
| str.c | 55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; 82 s->state = NORMAL; 114 case NORMAL: 143 s->state = NORMAL; 152 s->state = NORMAL; 161 s->state = NORMAL;
|
| /src/usr.bin/ul/ |
| ul.c | 61 #define NORMAL 000 276 lastmode = NORMAL; 293 if (lastmode != NORMAL) { 322 case NORMAL: 358 case NORMAL: *cp++ = ' '; break; 377 memset(obuf, 0, obuf_size * sizeof(*obuf)); /* depends on NORMAL == 0 */ 436 if (curmode != NORMAL && newmode != NORMAL) 437 setulmode(NORMAL); 439 case NORMAL [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_rand.c | 20 NORMAL, 50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) 105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); 110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); 206 return bnrand_range(NORMAL, r, range, strength, ctx); 212 return bnrand_range(NORMAL, r, range, 0, NULL);
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_rand.c | 20 NORMAL, TESTING, PRIVATE 50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) 105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); 110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); 208 return bnrand_range(NORMAL, r, range, strength, ctx); 214 return bnrand_range(NORMAL, r, range, 0, NULL);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/ |
| MIParser.h | 37 UNKNOWN, NORMAL, GENERIC, REGBANK
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| threadcrash.c | 59 /* Just a normal thread, on a normal stack. */ 60 NORMAL = 0, 62 /* In a signal handler, but use the normal stack. */ 266 case NORMAL: 273 do_spin_task (NORMAL); 277 do_syscall_task (NORMAL); 288 fall through to the normal signal handler location code. */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| threadcrash.c | 59 /* Just a normal thread, on a normal stack. */ 60 NORMAL = 0, 62 /* In a signal handler, but use the normal stack. */ 266 case NORMAL: 273 do_spin_task (NORMAL); 277 do_syscall_task (NORMAL); 288 fall through to the normal signal handler location code. */
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| PathTree.h | 34 NORMAL = 0, CANCELED
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| PathTree.h | 34 NORMAL = 0, CANCELED
|