HomeSort by: relevance | last modified time | path
    Searched refs:NORMAL (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 2357 if (mode == strncmp_iw_mode::NORMAL)
2439 if (mode == strncmp_iw_mode::NORMAL)
2534 CHECK_MATCH_LANG ("::", "::", NORMAL, lang);
2535 CHECK_MATCH_LANG ("::foo", "::", NORMAL, lang);
2536 CHECK_MATCH_LANG ("::foo", "::foo", NORMAL, lang);
2537 CHECK_MATCH_LANG (" :: foo ", "::foo", NORMAL, lang);
2538 CHECK_MATCH_LANG ("a::b", "a ::b", NORMAL, lang);
2539 CHECK_MATCH_LANG ("a::b", "a\t::b", NORMAL, lang);
2540 CHECK_MATCH_LANG ("a::b", "a \t::b", NORMAL, lang);
2541 CHECK_MATCH_LANG ("a::b", "a\t ::b", NORMAL, lang)
    [all...]
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.c 2377 if (mode == strncmp_iw_mode::NORMAL)
2459 if (mode == strncmp_iw_mode::NORMAL)
2554 CHECK_MATCH_LANG ("::", "::", NORMAL, lang);
2555 CHECK_MATCH_LANG ("::foo", "::", NORMAL, lang);
2556 CHECK_MATCH_LANG ("::foo", "::foo", NORMAL, lang);
2557 CHECK_MATCH_LANG (" :: foo ", "::foo", NORMAL, lang);
2558 CHECK_MATCH_LANG ("a::b", "a ::b", NORMAL, lang);
2559 CHECK_MATCH_LANG ("a::b", "a\t::b", NORMAL, lang);
2560 CHECK_MATCH_LANG ("a::b", "a \t::b", NORMAL, lang);
2561 CHECK_MATCH_LANG ("a::b", "a\t ::b", NORMAL, lang)
    [all...]
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/usr.sbin/apmd/
apm-proto.h 40 NORMAL,
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.h 22 { NORMAL, /* Ordinary declaration */
name-lookup.h 387 NORMAL = 0, /* Normal lookup -- non-types can hide implicit types. */
405 extern tree lookup_name (tree, LOOK_where, LOOK_want = LOOK_want::NORMAL);
433 LOOK_want = LOOK_want::NORMAL,
436 LOOK_want = LOOK_want::NORMAL,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.h 22 { NORMAL, /* Ordinary declaration */
name-lookup.h 384 NORMAL = 0, /* Normal lookup -- non-types can hide implicit types. */
402 extern tree lookup_name (tree, LOOK_where, LOOK_want = LOOK_want::NORMAL);
430 LOOK_want = LOOK_want::NORMAL,
433 LOOK_want = LOOK_want::NORMAL,
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
style-selftests.c 40 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
49 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
59 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
82 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 69 NORMAL = 0,
77 uint16_t RecordType = RecordTypes::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/external/gpl3/gdb/dist/gdb/unittests/
style-selftests.c 40 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
51 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
63 SELF_CHECK (style.get_intensity () == ui_file_style::NORMAL);
102 SELF_CHECK (style.get_intensity () == ui_file_style::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/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/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/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/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/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.old/dist/gdb/cli/
cli-style.h 34 ui_file_style::intensity = ui_file_style::NORMAL);
  /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/gdb/dist/gdb/cli/
cli-style.h 34 ui_file_style::intensity = ui_file_style::NORMAL);

Completed in 51 milliseconds

1 2 3 4