Home
last modified time | relevance | path

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

12345678910>>...23

/freebsd-12.1/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.m45 1: normal
8 normal string
16 normal string
20 3: normal changed quote
24 normal string
32 normal string
40 normal string
44 6: normal quotes are back
48 normal string
56 normal string
/freebsd-12.1/contrib/mandoc/
H A Dmandoc.css112 font-style: normal;
158 font-weight: normal; }
161 font-weight: normal; }
165 font-weight: normal; }
167 font-weight: normal; }
196 font-weight: normal; }
202 font-weight: normal;
229 font-weight: normal;
232 font-weight: normal;
260 font-weight: normal;
[all …]
/freebsd-12.1/contrib/gcc/config/arm/
H A Dcirrus.md40 (set_attr "cirrus" "normal")]
50 (set_attr "cirrus" "normal")]
60 (set_attr "cirrus" "normal")]
70 (set_attr "cirrus" "normal")]
80 (set_attr "cirrus" "normal")]
90 (set_attr "cirrus" "normal")]
100 (set_attr "cirrus" "normal")]
110 (set_attr "cirrus" "normal")]
120 (set_attr "cirrus" "normal")]
401 (set_attr "cirrus" "not, not, not,move,normal,double,double,normal")]
[all …]
/freebsd-12.1/sys/arm64/arm64/
H A Dbzero.S61 b.le normal
69 cbz x7, normal
76 b.lt normal
88 b.eq normal
100 cbz x5, normal
112 normal: label
200 b.ne normal
/freebsd-12.1/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-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c242 int64_t normal = (int64_t)unormal; in pfprint_sint() local
243 int32_t n = (int32_t)normal; in pfprint_sint()
257 *((int64_t *)addr) / normal)); in pfprint_sint()
268 uint32_t n = (uint32_t)normal; in pfprint_uint()
282 *((uint64_t *)addr) / normal)); in pfprint_uint()
303 double n = (double)normal; in pfprint_fp()
304 long double ldn = (long double)normal; in pfprint_fp()
1314 dt_stddev((uint64_t *)data, normal))); in pfprint_stddev()
1354 uint64_t normal; in dt_printf_format() local
1475 normal = aggdata->dtada_normal; in dt_printf_format()
[all …]
H A Ddt_consume.c629 (long long)val / normal)); in dt_print_quantline_utf8()
652 normal, total)); in dt_print_quantline()
693 (long long)val / normal)); in dt_print_quantline()
766 size_t size, uint64_t normal) in dt_print_quantize() argument
864 size_t size, uint64_t normal) in dt_print_lquantize() argument
1619 dt_normal_t *normal = arg; in dt_normalize_agg() local
1636 dt_normal_t normal; in dt_normalize() local
1940 (uint32_t)normal); in dt_print_datum()
1945 (uint32_t)normal); in dt_print_datum()
1949 (uint32_t)normal); in dt_print_datum()
[all …]
/freebsd-12.1/contrib/dialog/
H A Dutil.c152 p->normal = parent; in add_subwindow()
167 if (p->normal == parent) { in del_subwindows()
1471 if (p->normal == win) { in find_window()
1512 if (dw->normal != p->normal in window_at_cell()
1565 if (p->normal != dw->normal in last_shadow()
2051 if (p->normal == win) { in dlg_del_window()
2063 touchwin(p->normal); in dlg_del_window()
2071 del_subwindows(q->normal); in dlg_del_window()
2073 delwin(q->normal); in dlg_del_window()
2105 p->normal = win; in dlg_new_modal_window()
[all …]
/freebsd-12.1/contrib/expat/lib/
H A Dxmltok.c1343 struct normal_encoding normal; member
1463 e->normal.type[i] = BT_MALFORM; in XmlInitUnknownEncoding()
1487 e->normal.type[i] = BT_NONXML; in XmlInitUnknownEncoding()
1497 e->normal.type[i] = BT_NMSTRT; in XmlInitUnknownEncoding()
1499 e->normal.type[i] = BT_NAME; in XmlInitUnknownEncoding()
1501 e->normal.type[i] = BT_OTHER; in XmlInitUnknownEncoding()
1509 e->normal.isName2 = unknown_isName; in XmlInitUnknownEncoding()
1510 e->normal.isName3 = unknown_isName; in XmlInitUnknownEncoding()
1511 e->normal.isName4 = unknown_isName; in XmlInitUnknownEncoding()
1512 e->normal.isNmstrt2 = unknown_isNmstrt; in XmlInitUnknownEncoding()
[all …]
/freebsd-12.1/lib/libc/tests/stdio/
H A Dgets_s_test.c58 ATF_TC_WITHOUT_HEAD(normal);
59 ATF_TC_BODY(normal, tc) in ATF_TC_BODY() argument
139 ATF_TP_ADD_TC(tp, normal); in ATF_TP_ADD_TCS()
/freebsd-12.1/lib/libc/tests/string/
H A Dmemset_s_test.c72 ATF_TC_WITHOUT_HEAD(normal);
73 ATF_TC_BODY(normal, tc) in ATF_TC_BODY() argument
190 ATF_TP_ADD_TC(tp, normal); in ATF_TP_ADD_TCS()
/freebsd-12.1/crypto/openssl/crypto/md5/asm/
H A Dmd5-586.pl15 $normal=0;
170 &add($K,64) if $pos >=1 && !$normal;
208 &set_label("start") unless $normal;
302 &mov($tmp1,&swtmp(0)) unless $normal;
307 &cmp($tmp1,$X) unless $normal; # check count
308 &jae(&label("start")) unless $normal;
/freebsd-12.1/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c241 static void getdrv(PTW_tableentry orgtable[][n], int keylen, double * normal, double * ausreiser) { in getdrv() argument
257 normal[i] = 0; in getdrv()
277 normal[i] += help; in getdrv()
365 double normal[KEYHSBYTES]; in PTW_computeKey() local
410 getdrv(state->table, keylen, normal, ausreisser); in PTW_computeKey()
413 helper[i].difference = normal[i+1] - ausreisser[i+1]; in PTW_computeKey()
/freebsd-12.1/contrib/llvm/include/llvm/
H A DPassInfo.h48 PassInfo(StringRef name, StringRef arg, const void *pi, NormalCtor_t normal, in PassInfo() argument
51 IsAnalysis(is_analysis), IsAnalysisGroup(false), NormalCtor(normal) {} in PassInfo()
/freebsd-12.1/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile37 tst.normal.d \
38 tst.normal.d.out \
/freebsd-12.1/contrib/ncurses/man/
H A DMakefile.in65 sh ../edit_man.sh normal installing $(EDITARGS)
68 -sh ../edit_man.sh normal removing $(EDITARGS)
/freebsd-12.1/contrib/opie/
H A Dconfigure2664 something starting with __ and the normal name is an alias. */
2884 something starting with __ and the normal name is an alias. */
2990 something starting with __ and the normal name is an alias. */
3047 something starting with __ and the normal name is an alias. */
3098 something starting with __ and the normal name is an alias. */
3153 something starting with __ and the normal name is an alias. */
3205 something starting with __ and the normal name is an alias. */
3257 something starting with __ and the normal name is an alias. */
3309 something starting with __ and the normal name is an alias. */
3360 something starting with __ and the normal name is an alias. */
[all …]
/freebsd-12.1/share/examples/ppp/
H A Dchap-auth66 .$n.value configure -state normal -takefocus 0;
95 button .b.cancel -default normal -text "Cancel" -command {exit 1};
/freebsd-12.1/crypto/heimdal/doc/doxyout/krb5/html/
H A Ddoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/freebsd-12.1/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/freebsd-12.1/crypto/heimdal/doc/doxyout/wind/html/
H A Ddoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/freebsd-12.1/crypto/heimdal/doc/doxyout/gssapi/html/
H A Ddoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/freebsd-12.1/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/freebsd-12.1/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;

12345678910>>...23