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

/freebsd-current/usr.bin/tr/
H A Dextern.h39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator in enum:__anon932::__anon934
H A Dstr.c68 case NORMAL:
97 s->state = NORMAL;
104 s->state = NORMAL;
114 s->state = NORMAL;
121 s->state = NORMAL;
H A Dtr.c52 static STR s1 = { STRING1, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
53 static STR s2 = { STRING2, NORMAL, 0, OOBCH, 0, { 0, OOBCH }, NULL, NULL };
266 s2.state = NORMAL;
295 s2.state = NORMAL;
/freebsd-current/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-current/crypto/openssl/crypto/bn/
H A Dbn_rand.c20 NORMAL, TESTING, PRIVATE enumerator in enum:bnrand_flag_e
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);
/freebsd-current/usr.bin/ul/
H A Dul.c50 #define NORMAL 000 macro
318 lastmode = NORMAL;
335 if (lastmode != NORMAL) {
364 case NORMAL:
402 case NORMAL: *cp++ = ' '; break;
421 bzero((char *)obuf, buflen * sizeof(*obuf)); /* depends on NORMAL == 0 */
528 if (curmode != NORMAL && newmode != NORMAL)
529 setnewmode(NORMAL);
531 case NORMAL
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h35 NORMAL, enumerator in enum:clang::format::LexerState
H A DFormatTokenLexer.cpp30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}),
851 StateStack.push(LexerState::NORMAL);
882 StateStack.push(LexerState::NORMAL);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
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
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 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
/freebsd-current/sys/amd64/amd64/
H A Ddb_trace.c118 #define NORMAL 0 macro
162 frame_type = NORMAL;
194 if (frame_type == NORMAL) {
/freebsd-current/sys/dev/speaker/
H A Dspkr.c142 #define NORMAL 7 /* 7/8ths of note interval is filled */ macro
177 fill = NORMAL;
370 fill = NORMAL;
/freebsd-current/sys/i386/i386/
H A Ddb_trace.c185 #define NORMAL 0 macro
279 frame_type = NORMAL;
314 if (frame_type == NORMAL) {
/freebsd-current/usr.sbin/config/
H A Dconfig.h124 #define NORMAL 1 macro
H A Dmkmakefile.cc452 filetype = NORMAL;
775 case NORMAL:
776 ftype = "NORMAL";
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h41 UNKNOWN, NORMAL, GENERIC, REGBANK enumerator in enum:llvm::VRegInfo::uint8_t
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c69 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
92 { "0:0:0:0:0:0:0:0", { 0, 0, 0, 0, }, NORMAL },
96 { "ffff:0000::", { 0xffff0000u, 0, 0, 0, }, NORMAL },
98 { "0102::1.2.3.4", {0x01020000u, 0, 0, 0x01020304u }, NORMAL },
101 { "FFFF::", { 0xffff0000u, 0, 0, 0 }, NORMAL },
220 { "2001:DB8::", { 0x20010db8, 0, 0 }, 0, NORMAL },
221 { "2001:DB8::%0", { 0x20010db8, 0, 0, 0 }, 0, NORMAL },
222 { "2001:DB8::%1", { 0x20010db8, 0, 0, 0 }, 1, NORMAL },
/freebsd-current/contrib/libevent/test/
H A Dregress_util.c69 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator in enum:entry_status
92 { "0:0:0:0:0:0:0:0", { 0, 0, 0, 0, }, NORMAL },
96 { "ffff:0000::", { 0xffff0000u, 0, 0, 0, }, NORMAL },
98 { "0102::1.2.3.4", {0x01020000u, 0, 0, 0x01020304u }, NORMAL },
101 { "FFFF::", { 0xffff0000u, 0, 0, 0 }, NORMAL },
220 { "2001:DB8::", { 0x20010db8, 0, 0 }, 0, NORMAL },
221 { "2001:DB8::%0", { 0x20010db8, 0, 0, 0 }, 0, NORMAL },
222 { "2001:DB8::%1", { 0x20010db8, 0, 0, 0 }, 1, NORMAL },
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp616 Info.Kind = VRegInfo::NORMAL;
631 if (Info.Kind != VRegInfo::NORMAL)
689 case VRegInfo::NORMAL:
H A DMIParser.cpp1579 case VRegInfo::NORMAL:
1580 RegInfo.Kind = VRegInfo::NORMAL;
1618 case VRegInfo::NORMAL:
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp236 R.RecordType = RecordTypes::NORMAL;
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_screen.c100 DATA(NORMAL),
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c3906 STORE = 0, FASTEST = 1, FAST = 2, NORMAL = 3, GOOD = 4, enumerator in enum:COMPRESSION_METHOD
3921 case NORMAL:
/freebsd-current/contrib/ncurses/
H A Dconfigure29727 test "x$with_shared_cxx" = xno && CXX_MODEL=NORMAL

Completed in 405 milliseconds