Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 659) sorted by relevance

12345678910>>...27

/freebsd/usr.bin/m4/tests/
H A Dregress.quotes.out3 1: normal
6 normal STRING
13 normal STRING
17 3: normal changed quote
20 normal STRING
27 normal STRING
33 normal STRING
36 6: normal quotes are back
40 normal STRING
47 normal string
H A Dquotes.m44 1: normal
7 normal string
15 normal string
19 3: normal changed quote
23 normal string
31 normal string
39 normal string
43 6: normal quotes are back
47 normal string
55 normal string
/freebsd/contrib/mandoc/
H A Dmandoc.css113 font-style: normal;
159 font-weight: normal; }
162 font-weight: normal; }
166 font-weight: normal; }
168 font-weight: normal; }
197 font-weight: normal; }
203 font-weight: normal;
230 font-weight: normal;
233 font-weight: normal;
261 font-weight: normal;
[all …]
/freebsd/contrib/tcsh/
H A DPorted13 CFLAGS : normal
24 CFLAGS : normal
40 CFLAGS : normal
51 CFLAGS : normal
73 CFLAGS : normal
145 CFLAGS : normal
156 CFLAGS : normal
195 CFLAGS : normal
210 CFLAGS : normal
259 CFLAGS : normal
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td53 …on.name-without-args}}:\\\\n}{${ansi.fg.yellow}${current-pc-arrow}${ansi.normal} }${addr-file-or-l…
57normal}{ ${module.file.basename}{`${function.name-with-args}{${frame.no-debug}${function.pc-offset…
74 DefaultStringValue<"${ansi.normal}">,
120 DefaultStringValue<"${ansi.normal}">,
128 DefaultStringValue<"${ansi.normal}">,
136normal}:${ansi.fg.yellow}${line.number}${ansi.normal}{:${ansi.fg.yellow}${line.column}${ansi.norma…
140normal}}{, activity = ${ansi.fg.green}'${thread.info.activity.name}'${ansi.normal}}{, ${thread.inf…
164 DefaultStringValue<"${ansi.normal}">,
192normal}{ ${module.file.basename}{`${function.name-without-args}{${frame.no-debug}${function.pc-off…
204 DefaultStringValue<"${ansi.normal}">,
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c249 int64_t normal = (int64_t)unormal; in pfprint_sint() local
250 int32_t n = (int32_t)normal; in pfprint_sint()
264 *((int64_t *)addr) / normal)); in pfprint_sint()
275 uint32_t n = (uint32_t)normal; in pfprint_uint()
289 *((uint64_t *)addr) / normal)); in pfprint_uint()
310 double n = (double)normal; in pfprint_fp()
311 long double ldn = (long double)normal; in pfprint_fp()
1320 dt_stddev((uint64_t *)data, normal))); in pfprint_stddev()
1360 uint64_t normal; in dt_printf_format() local
1481 normal = aggdata->dtada_normal; in dt_printf_format()
[all …]
H A Ddt_consume.c691 normal, total)); in dt_print_quantline()
844 uint64_t normal) in dt_format_quantize() argument
1009 uint64_t normal) in dt_format_lquantize() argument
1238 uint64_t normal) in dt_format_llquantize() argument
2277 dt_normal_t *normal = arg; in dt_normalize_agg() local
2294 dt_normal_t normal; in dt_normalize() local
2682 (uint32_t)normal); in dt_print_datum()
2687 (uint32_t)normal); in dt_print_datum()
2691 (uint32_t)normal); in dt_print_datum()
2757 uint64_t normal; in dt_format_aggs() local
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dnetbsd38 0 name netbsd-normal
64 >0 use netbsd-normal
76 >0 use \^netbsd-normal
88 >0 use \^netbsd-normal
100 >0 use netbsd-normal
115 >0 use \^netbsd-normal
127 >0 use netbsd-normal
139 >0 use netbsd-normal
151 >0 use netbsd-normal
174 >0 use netbsd-normal
[all …]
/freebsd/contrib/dialog/
H A Dutil.c178 p->normal = parent; in add_subwindow()
194 if (p->normal == parent) { in del_subwindows()
1596 WINDOW *check = normal ? p->normal : p->shadow; in find_window()
1657 if (dw->normal != p->normal in window_at_cell()
1710 if (p->normal != dw->normal in last_shadow()
2297 if (p->normal == win) { in dlg_del_window()
2309 touchwin(p->normal); in dlg_del_window()
2317 del_subwindows(q->normal); in dlg_del_window()
2319 delwin(q->normal); in dlg_del_window()
2351 p->normal = win; in dlg_new_modal_window()
[all …]
/freebsd/lib/libc/tests/stdio/
H A Dgets_s_test.c55 ATF_TC_WITHOUT_HEAD(normal);
56 ATF_TC_BODY(normal, tc) in ATF_TC_BODY() argument
136 ATF_TP_ADD_TC(tp, normal); in ATF_TP_ADD_TCS()
/freebsd/contrib/bmake/unit-tests/
H A Dshell-csh.exp1 echo normal
2 normal
H A Dshell-custom.exp1 : normal
2 -c : normal
/freebsd/contrib/expat/lib/
H A Dxmltok.c1310 struct normal_encoding normal; member
1413 e->normal.type[i] = BT_MALFORM; in XmlInitUnknownEncoding()
1436 e->normal.type[i] = BT_NONXML; in XmlInitUnknownEncoding()
1445 e->normal.type[i] = BT_NMSTRT; in XmlInitUnknownEncoding()
1447 e->normal.type[i] = BT_NAME; in XmlInitUnknownEncoding()
1449 e->normal.type[i] = BT_OTHER; in XmlInitUnknownEncoding()
1457 e->normal.isName2 = unknown_isName; in XmlInitUnknownEncoding()
1458 e->normal.isName3 = unknown_isName; in XmlInitUnknownEncoding()
1459 e->normal.isName4 = unknown_isName; in XmlInitUnknownEncoding()
1460 e->normal.isNmstrt2 = unknown_isNmstrt; in XmlInitUnknownEncoding()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dreboot-mode.yaml23 - normal: Normal reboot mode, system reboot with command "reboot".
30 mode-normal:
44 mode-normal = <0>;
H A Dreboot-mode.txt13 - mode-normal: Normal reboot mode, system reboot with command "reboot".
21 mode-normal = <BOOT_NORMAL>;
/freebsd/lib/libc/tests/string/
H A Dmemset_s_test.c69 ATF_TC_WITHOUT_HEAD(normal);
70 ATF_TC_BODY(normal, tc) in ATF_TC_BODY() argument
187 ATF_TP_ADD_TC(tp, normal); in ATF_TP_ADD_TCS()
/freebsd/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl15 $normal=0;
172 &add($K,64) if $pos >=1 && !$normal;
210 &set_label("start") unless $normal;
304 &mov($tmp1,&swtmp(0)) unless $normal;
309 &cmp($tmp1,$X) unless $normal; # check count
310 &jae(&label("start")) unless $normal;
/freebsd/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c239 static void getdrv(PTW_tableentry orgtable[][n], int keylen, double * normal, double * ausreiser) { in getdrv() argument
255 normal[i] = 0; in getdrv()
275 normal[i] += help; in getdrv()
363 double normal[KEYHSBYTES]; in PTW_computeKey() local
408 getdrv(state->table, keylen, normal, ausreisser); in PTW_computeKey()
411 helper[i].difference = normal[i+1] - ausreisser[i+1]; in PTW_computeKey()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dsamsung,s5m8767.yaml39 1 - on in normal mode
63 1 - on in normal mode
88 1 - on in normal mode
/freebsd/sys/contrib/device-tree/Bindings/pmem/
H A Dpmem-region.txt11 persistent regions separately to the normal memory pool. To aid with that this
24 range should be mappable as normal system memory would be
57 * volatile (normal) memory.
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassInfo.h47 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, in PassInfo() argument
50 IsAnalysis(is_analysis), IsAnalysisGroup(false), NormalCtor(normal) {} in PassInfo()
/freebsd/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile35 tst.normal.d \
36 tst.normal.d.out \
/freebsd/contrib/one-true-awk/testdir/
H A DT.close27 $awk ' # normal close
33 $awk ' # normal close
/freebsd/contrib/ncurses/man/
H A DMakefile.in66 $(SHELL) ../edit_man.sh normal installing $(EDITARGS)
69 -$(SHELL) ../edit_man.sh normal removing $(EDITARGS)
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dtestmode.c41 bool testmode = false, normal = false; in mt7921_tm_set() local
50 normal = true; in mt7921_tm_set()
73 if (normal) { in mt7921_tm_set()

12345678910>>...27