Searched refs:NORMAL (Results 26 - 50 of 79) sorted by relevance

1234

/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dlex.cpp371 enum { NORMAL, IN_STRING, IN_STRING_QUOTED } state = NORMAL; enumerator in enum:__anon717
380 if (state == NORMAL && level == 0 && (c == ',' || c == ')')) {
392 case NORMAL:
402 state = NORMAL;
1246 enum { NORMAL, IN_STRING, IN_STRING_QUOTED, DELIM_END } state = NORMAL; enumerator in enum:__anon718
1258 case NORMAL:
1281 state = NORMAL;
1287 state = NORMAL;
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dabtest.py55 NORMAL = ESCAPE % "0" variable
56 FAILED = RED + "failed" + NORMAL
83 stderr.write("%s%s%s: " % (BOLD, name, NORMAL))
/netbsd-current/sys/dev/
H A Dspkr.c115 #define NORMAL 7 /* 7/8ths of note interval is filled */ macro
151 sc->sc_fill = NORMAL;
210 * Rest 1/8 (if NORMAL) or 3/8 (if STACCATO) in tick.
388 sc->sc_fill = NORMAL;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h37 UNKNOWN, NORMAL, GENERIC, REGBANK enumerator in enum:llvm::VRegInfo::uint8_t
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dutils.h48 NORMAL, member in class:strncmp_iw_mode
50 /* Like NORMAL, but also apply the strcmp_iw hack. I.e.,
56 can implement both NORMAL and MATCH_PARAMS variants in a single
H A Dmingw-hdep.c308 case ui_file_style::NORMAL:
H A Dcp-support.c1832 ? strncmp_iw_mode::NORMAL
1859 ? strncmp_iw_mode::NORMAL
1912 strncmp_iw_mode::NORMAL, \
1924 strncmp_iw_mode::NORMAL, \
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_util.c74 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
97 { "0:0:0:0:0:0:0:0", { 0, 0, 0, 0, }, NORMAL },
101 { "ffff:0000::", { 0xffff0000u, 0, 0, 0, }, NORMAL },
103 { "0102::1.2.3.4", {0x01020000u, 0, 0, 0x01020304u }, NORMAL },
106 { "FFFF::", { 0xffff0000u, 0, 0, 0 }, NORMAL },
225 { "2001:DB8::", { 0x20010db8, 0, 0 }, 0, NORMAL },
226 { "2001:DB8::%0", { 0x20010db8, 0, 0, 0 }, 0, NORMAL },
227 { "2001:DB8::%1", { 0x20010db8, 0, 0, 0 }, 1, NORMAL },
/netbsd-current/sys/dev/qbus/
H A Dqdreg.h105 #define NORMAL 0x0000 macro
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h183 NORMAL = 375, enumerator in enum:dhcp_token
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h179 NORMAL = 375, enumerator in enum:dhcp_token
/netbsd-current/sys/arch/vax/include/
H A Dqdreg.h105 #define NORMAL 0x0000 macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dutils.h48 NORMAL, member in class:strncmp_iw_mode
50 /* Like NORMAL, but also apply the strcmp_iw hack. I.e.,
56 can implement both NORMAL and MATCH_PARAMS variants in a single
H A Dmingw-hdep.c307 case ui_file_style::NORMAL:
H A Dcp-support.c1811 ? strncmp_iw_mode::NORMAL
1838 ? strncmp_iw_mode::NORMAL
1891 strncmp_iw_mode::NORMAL, \
1903 strncmp_iw_mode::NORMAL, \
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_util.c67 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
90 { "0:0:0:0:0:0:0:0", { 0, 0, 0, 0, }, NORMAL },
94 { "ffff:0000::", { 0xffff0000u, 0, 0, 0, }, NORMAL },
96 { "0102::1.2.3.4", {0x01020000u, 0, 0, 0x01020304u }, NORMAL },
99 { "FFFF::", { 0xffff0000u, 0, 0, 0 }, NORMAL },
/netbsd-current/sys/arch/vax/vsa/
H A Dgpx.c558 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL;
757 DST_WRITE_ENABLE | DST_INDEX_ENABLE | NORMAL;
1006 DST_WRITE_ENABLE | DST_INDEX_ENABLE | NORMAL;
1083 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL;
1122 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DProgressBar.py23 >>> print('This is '+term.GREEN+'green'+term.NORMAL)
29 >>> print(term.render('This is ${GREEN}green${NORMAL}'))
64 NORMAL = '' #: Turn off all modes variable in class:TerminalController
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'
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-style.c173 ui_file_style::intensity intensity = ui_file_style::NORMAL;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp566 Info.Kind = VRegInfo::NORMAL;
581 if (Info.Kind != VRegInfo::NORMAL)
637 case VRegInfo::NORMAL:
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}),
622 StateStack.push(LexerState::NORMAL);
652 StateStack.push(LexerState::NORMAL);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_basic_logging.cc237 R.RecordType = RecordTypes::NORMAL;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i2c/
H A Dch7006_drv.c197 bitfs(CH7006_POWER_LEVEL, NORMAL));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.h34 NORMAL = 0, CANCELED enumerator in enum:__anon578
H A DPathTree.cc204 return NORMAL; // never process reset for ftree_internal.
229 return NORMAL;
654 return NORMAL;
678 return NORMAL;
820 return NORMAL;

Completed in 458 milliseconds

1234