/freebsd/usr.bin/ul/ |
H A D | ul.c | 50 #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 D | bn_rand.c | 20 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 D | str.c | 68 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 D | tr.c | 52 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 D | extern.h | 39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
|
/freebsd/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_records.h | 68 NORMAL = 0, enumerator 76 uint16_t RecordType = RecordTypes::NORMAL;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dfaddsub.S | 55 #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 D | dfsqrt.S | 43 #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 D | dfdiv.S | 43 #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 D | db_trace.c | 118 #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 D | spkr.c | 142 #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 D | db_trace.c | 185 #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 D | regress_util.c | 69 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 D | regress_util.c | 69 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 D | FormatTokenLexer.h | 30 NORMAL, enumerator
|
H A D | FormatTokenLexer.cpp | 30 : 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 D | config.h | 124 #define NORMAL 1 macro
|
H A D | mkmakefile.cc | 464 filetype = NORMAL; in read_file() 787 case NORMAL: in do_rules()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 41 UNKNOWN, NORMAL, GENERIC, REGBANK 39 UNKNOWN, NORMAL, GENERIC, REGBANK global() enumerator
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | std_defines | 24 assign NORMAL 0x00000000
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | motorola-cpcap-mapphone.dtsi | 270 regulator-initial-mode = <0x00>; /* NORMAL */
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 635 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 D | xray_basic_logging.cpp | 236 R.RecordType = RecordTypes::NORMAL; in InMemoryRawLog()
|
/freebsd/sys/contrib/device-tree/src/arm/hisilicon/ |
H A D | hisi-x5hd2.dtsi | 50 * Only used in NORMAL state, not available ins
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_screen.c | 99 DATA(NORMAL),
|