Home
last modified time | relevance | path

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

12

/freebsd/usr.bin/ul/
H A Dul.c50 #define NORMAL 000 macro
318 lastmode = NORMAL; in flushln()
335 if (lastmode != NORMAL) { in flushln()
364 case NORMAL: in overstrike()
402 case NORMAL: *cp++ = ' '; break; in iattr()
528 if (curmode != NORMAL && newmode != NORMAL) in setnewmode()
529 setnewmode(NORMAL); in setnewmode()
531 case NORMAL: in setnewmode()
533 case NORMAL: in setnewmode()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_rand.c20 NORMAL, TESTING, PRIVATE enumerator
50 b = flag == NORMAL ? RAND_bytes_ex(libctx, buf, bytes, strength) in bnrand()
105 return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx); in BN_rand_ex()
110 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
208 return bnrand_range(NORMAL, r, range, strength, ctx); in BN_rand_range_ex()
214 return bnrand_range(NORMAL, r, range, 0, NULL); in BN_rand_range()
/freebsd/usr.bin/tr/
H A Dstr.c68 case NORMAL: in next()
97 s->state = NORMAL; in next()
104 s->state = NORMAL; in next()
114 s->state = NORMAL; in next()
121 s->state = NORMAL; in next()
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; in main()
295 s2.state = NORMAL; in main()
H A Dextern.h39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h68 NORMAL = 0, enumerator
76 uint16_t RecordType = RecordTypes::NORMAL;
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfaddsub.S55 #define NORMAL p3 macro
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 Ddfsqrt.S43 #define NORMAL p2 macro
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 macro
79 NORMAL = dfclass(A,#DFCLASS_NORMAL) define
80 NORMAL = dfclass(B,#DFCLASS_NORMAL) define
97 if (!NORMAL) jump .Ldiv_abnormal
354 #undef NORMAL
/freebsd/sys/amd64/amd64/
H A Ddb_trace.c118 #define NORMAL 0 macro
162 frame_type = NORMAL; in db_nextframe()
194 if (frame_type == NORMAL) { in db_nextframe()
/freebsd/sys/dev/speaker/
H A Dspkr.c142 #define NORMAL 7 /* 7/8ths of note interval is filled */ macro
177 fill = NORMAL; in playinit()
370 fill = NORMAL; in playstring()
/freebsd/sys/i386/i386/
H A Ddb_trace.c185 #define NORMAL 0 macro
279 frame_type = NORMAL; in db_nextframe()
314 if (frame_type == NORMAL) { in db_nextframe()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c69 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator
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/contrib/libevent/test/
H A Dregress_util.c69 enum entry_status { NORMAL, CANONICAL, BAD }; enumerator
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/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h30 NORMAL, enumerator
H A DFormatTokenLexer.cpp30 : FormatTok(nullptr), IsFirstToken(true), StateStack({LexerState::NORMAL}), in FormatTokenLexer()
889 StateStack.push(LexerState::NORMAL); in handleTemplateStrings()
920 StateStack.push(LexerState::NORMAL); in handleTemplateStrings()
/freebsd/usr.sbin/config/
H A Dconfig.h124 #define NORMAL 1 macro
H A Dmkmakefile.cc464 filetype = NORMAL; in read_file()
787 case NORMAL: in do_rules()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h41 UNKNOWN, NORMAL, GENERIC, REGBANK
39 UNKNOWN, NORMAL, GENERIC, REGBANK global() enumerator
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dstd_defines24 assign NORMAL 0x00000000
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dmotorola-cpcap-mapphone.dtsi270 regulator-initial-mode = <0x00>; /* NORMAL */
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp635 Info.Kind = VRegInfo::NORMAL; in parseRegisterInfo()
650 if (Info.Kind != VRegInfo::NORMAL) in parseRegisterInfo()
708 case VRegInfo::NORMAL: in setupRegisterInfo()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp236 R.RecordType = RecordTypes::NORMAL; in InMemoryRawLog()
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/
H A Dhisi-x5hd2.dtsi50 * Only used in NORMAL state, not available ins
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_screen.c99 DATA(NORMAL),

12