Searched refs:NORMAL (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.h23 { NORMAL, /* Ordinary declaration */ enumerator in enum:decl_context
H A Ddecl.c3807 declspecs, NORMAL, 0, NULL);
3913 decl = grokdeclarator (declarator, declspecs, NORMAL, initialized,
7412 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
7413 FUNCDEF for a function definition. Like NORMAL but a few different
7517 funcdef_flag = true, decl_context = NORMAL;
7706 if (decl_context == NORMAL && !toplevel_bindings_p ())
8033 else if (decl_context != NORMAL
8262 if (decl_context == NORMAL)
/freebsd-11-stable/usr.bin/tr/
H A Dextern.h40 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon13836::__anon13838
H A Dstr.c72 case NORMAL:
101 s->state = NORMAL;
108 s->state = NORMAL;
118 s->state = NORMAL;
125 s->state = NORMAL;
H A Dtr.c62 static STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
63 static STR s2 = { STRING2, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
270 s2.state = NORMAL;
299 s2.state = NORMAL;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h68 NORMAL = 0, enumerator in enum:__xray::RecordTypes
76 uint16_t RecordType = RecordTypes::NORMAL;
/freebsd-11-stable/usr.bin/ul/
H A Dul.c62 #define NORMAL 000 macro
330 lastmode = NORMAL;
347 if (lastmode != NORMAL) {
376 case NORMAL:
414 case NORMAL: *cp++ = ' '; break;
433 bzero((char *)obuf, buflen * sizeof(*obuf)); /* depends on NORMAL == 0 */
540 if (curmode != NORMAL && newmode != NORMAL)
541 setnewmode(NORMAL);
543 case NORMAL
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h32 NORMAL, enumerator in enum:clang::format::LexerState
H A DFormatTokenLexer.cpp28 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}),
434 StateStack.push(LexerState::NORMAL);
464 StateStack.push(LexerState::NORMAL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfaddsub.S55 #define NORMAL p3 define
84 NORMAL = dfclass(A,#2) define
85 NORMAL = dfclass(B,#2) define
90 if (!NORMAL) jump .Ladd_abnormal // If abnormal, go to special code
102 #undef NORMAL
H A Ddfdiv.S43 #define NORMAL p2 define
79 NORMAL = dfclass(A,#DFCLASS_NORMAL) define
80 NORMAL = dfclass(B,#DFCLASS_NORMAL) define
97 if (!NORMAL) jump .Ldiv_abnormal
354 #undef NORMAL
H A Ddfsqrt.S43 #define NORMAL p2 define
85 NORMAL = dfclass(A,#DFCLASS_NORMAL) // Is it normal define
86 NORMAL = cmp.gt(AH,#-1) // and positive? define
87 if (!NORMAL.new) jump:nt .Lsqrt_abnormal
90 #undef NORMAL
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Drefer.cpp612 NORMAL, enumerator in enum:label_processing_state::__anon1725
832 : state(NORMAL), count(0), rptr(p), rcount(n), fp(f)
846 case NORMAL:
857 state = NORMAL;
870 state = NORMAL;
886 state = NORMAL;
892 state = NORMAL;
897 state = NORMAL;
908 assert(state == NORMAL);
912 state = NORMAL;
[all...]
/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.c157 #define NORMAL 7 /* 7/8ths of note interval is filled */ macro
192 fill = NORMAL;
385 fill = NORMAL;
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.h69 #define NORMAL 1 macro
H A Dmkmakefile.c456 filetype = NORMAL;
790 case NORMAL:
791 ftype = "NORMAL";
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dlex.cpp369 enum { NORMAL, IN_STRING, IN_STRING_QUOTED } state = NORMAL; enumerator in enum:__anon1719
378 if (state == NORMAL && level == 0 && (c == ',' || c == ')')) {
390 case NORMAL:
400 state = NORMAL;
1244 enum { NORMAL, IN_STRING, IN_STRING_QUOTED, DELIM_END } state = NORMAL; enumerator in enum:__anon1720
1256 case NORMAL:
1279 state = NORMAL;
1285 state = NORMAL;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h36 UNKNOWN, NORMAL, GENERIC, REGBANK enumerator in enum:llvm::VRegInfo::uint8_t
/freebsd-11-stable/sys/i386/i386/
H A Ddb_trace.c189 #define NORMAL 0 macro
319 frame_type = NORMAL;
346 if (frame_type == NORMAL) {
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_trace.c124 #define NORMAL 0 macro
197 frame_type = NORMAL;
236 if (frame_type == NORMAL) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c65 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
88 { "0:0:0:0:0:0:0:0", { 0, 0, 0, 0, }, NORMAL },
92 { "ffff:0000::", { 0xffff0000u, 0, 0, 0, }, NORMAL },
94 { "0102::1.2.3.4", {0x01020000u, 0, 0, 0x01020304u }, NORMAL },
97 { "FFFF::", { 0xffff0000u, 0, 0, 0 }, NORMAL },
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp526 Info.Kind = VRegInfo::NORMAL;
541 if (Info.Kind != VRegInfo::NORMAL)
597 case VRegInfo::NORMAL:
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp236 R.RecordType = RecordTypes::NORMAL;
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c72 { NORMAL, /* Ordinary declaration */ enumerator in enum:decl_context
3303 NORMAL, initialized, NULL);
4430 NORMAL for most contexts. Make a VAR_DECL or FUNCTION_DECL or TYPE_DECL.
4431 FUNCDEF for a function definition. Like NORMAL but a few different
4478 funcdef_flag = true, decl_context = NORMAL;
4530 if (decl_context == NORMAL && !funcdef_flag && current_scope->parm_flag)
4536 if ((decl_context == NORMAL || decl_context == FIELD)
4622 else if (decl_context != NORMAL && (storage_class != csc_none || threadp))
4814 else if ((decl_context == NORMAL || decl_context == FIELD)
5069 We handle the NORMAL an
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c3753 STORE = 0, FASTEST = 1, FAST = 2, NORMAL = 3, GOOD = 4, enumerator in enum:COMPRESSION_METHOD
3768 case NORMAL:

Completed in 282 milliseconds

12