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

/freebsd-13-stable/usr.bin/tr/
H A Dextern.h42 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon16418::__anon16420
H A Dstr.c74 case NORMAL:
103 s->state = NORMAL;
110 s->state = NORMAL;
120 s->state = NORMAL;
127 s->state = NORMAL;
H A Dtr.c66 static STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
67 static STR s2 = { STRING2, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
280 s2.state = NORMAL;
309 s2.state = NORMAL;
/freebsd-13-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-13-stable/usr.bin/ul/
H A Dul.c64 #define NORMAL 000 macro
332 lastmode = NORMAL;
349 if (lastmode != NORMAL) {
378 case NORMAL:
416 case NORMAL: *cp++ = ' '; break;
435 bzero((char *)obuf, buflen * sizeof(*obuf)); /* depends on NORMAL == 0 */
542 if (curmode != NORMAL && newmode != NORMAL)
543 setnewmode(NORMAL);
545 case NORMAL
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h33 NORMAL, enumerator in enum:clang::format::LexerState
H A DFormatTokenLexer.cpp30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}),
625 StateStack.push(LexerState::NORMAL);
655 StateStack.push(LexerState::NORMAL);
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_rand.c18 NORMAL, TESTING, PRIVATE enumerator in enum:bnrand_flag_e
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);
/freebsd-13-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-13-stable/sys/dev/speaker/
H A Dspkr.c151 #define NORMAL 7 /* 7/8ths of note interval is filled */ macro
186 fill = NORMAL;
379 fill = NORMAL;
/freebsd-13-stable/sys/amd64/amd64/
H A Ddb_trace.c122 #define NORMAL 0 macro
189 frame_type = NORMAL;
221 if (frame_type == NORMAL) {
/freebsd-13-stable/usr.sbin/config/
H A Dconfig.h71 #define NORMAL 1 macro
H A Dmkmakefile.c460 filetype = NORMAL;
789 case NORMAL:
790 ftype = "NORMAL";
/freebsd-13-stable/sys/i386/i386/
H A Ddb_trace.c189 #define NORMAL 0 macro
312 frame_type = NORMAL;
347 if (frame_type == NORMAL) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h37 UNKNOWN, NORMAL, GENERIC, REGBANK enumerator in enum:llvm::VRegInfo::uint8_t
/freebsd-13-stable/contrib/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-13-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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp540 Info.Kind = VRegInfo::NORMAL;
555 if (Info.Kind != VRegInfo::NORMAL)
611 case VRegInfo::NORMAL:
H A DMIParser.cpp1324 case VRegInfo::NORMAL:
1325 RegInfo.Kind = VRegInfo::NORMAL;
1363 case VRegInfo::NORMAL:
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp236 R.RecordType = RecordTypes::NORMAL;
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_screen.c100 DATA(NORMAL),
/freebsd-13-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:
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure27603 test "x$with_shared_cxx" = xno && CXX_MODEL=NORMAL

Completed in 416 milliseconds