Home
last modified time | relevance | path

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

12345678910>>...22

/trueos/contrib/groff/src/devices/xditview/
HDFontMap1 TR -adobe-times-medium-r-normal--*-*-*-*-p-*-iso8859-1
2 TI -adobe-times-medium-i-normal--*-*-*-*-p-*-iso8859-1
3 TB -adobe-times-bold-r-normal--*-*-*-*-p-*-iso8859-1
4 TBI -adobe-times-bold-i-normal--*-*-*-*-p-*-iso8859-1
5 CR -adobe-courier-medium-r-normal--*-*-*-*-m-*-iso8859-1
6 CI -adobe-courier-medium-o-normal--*-*-*-*-m-*-iso8859-1
7 CB -adobe-courier-bold-r-normal--*-*-*-*-m-*-iso8859-1
8 CBI -adobe-courier-bold-o-normal--*-*-*-*-m-*-iso8859-1
9 HR -adobe-helvetica-medium-r-normal--*-*-*-*-p-*-iso8859-1
10 HI -adobe-helvetica-medium-o-normal--*-*-*-*-p-*-iso8859-1
[all …]
/trueos/usr.bin/m4/tests/
HDregress.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
HDquotes.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
/trueos/contrib/mdocml/
HDstyle.css37 .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
39 .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
41 .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, …
50 i.addr { font-weight: normal; } /* Address (Ad). */
51 i.arg { font-weight: normal; } /* Command argument (Ar). */
53 b.cmd { font-style: normal; } /* Command (Cm). */
54 b.config { font-style: normal; } /* Config statement (Cd). */
57 b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */
60 i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
61 i.file { font-weight: normal; } /* File (Pa). */
[all …]
HDexample.style.css33 div.mandoc .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
34 div.mandoc .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
35 div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: …
36 div.mandoc i.addr { font-weight: normal; } /* Address (Ad). */
37 div.mandoc i.arg { font-weight: normal; } /* Command argument (Ar). */
39 div.mandoc b.cmd { font-style: normal; } /* Command (Cm). */
40 div.mandoc b.config { font-style: normal; } /* Config statement (Cd). */
43 div.mandoc b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */
46 div.mandoc i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
47 div.mandoc i.file { font-weight: normal; } /* File (Pa). */
[all …]
/trueos/contrib/gcc/config/arm/
HDcirrus.md26 ; normal Any Cirrus insn not covered by the special cases below
30 (define_attr "cirrus" "not,normal,double,compare,move" (const_string "not"))
40 (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")]
[all …]
/trueos/contrib/texinfo/info/
HDinfokey.c416 normal, in compile() enumerator
479 seqstate = normal; in compile()
522 case normal: in compile()
553 seqstate = normal; in compile()
557 seqstate = normal; in compile()
561 seqstate = normal; in compile()
565 seqstate = normal; in compile()
569 seqstate = normal; in compile()
573 seqstate = normal; in compile()
582 seqstate = normal; in compile()
[all …]
/trueos/contrib/tcsh/
HDPorted13 CFLAGS : normal
24 CFLAGS : normal
40 CFLAGS : normal
51 CFLAGS : normal
73 CFLAGS : normal
95 CFLAGS : normal (-Aa -O3 hpux 8.0, 8.07, 9.05)
108 CFLAGS : +O3 -Aa (cc), +O3 (c89), normal (gcc)
145 CFLAGS : normal
156 CFLAGS : normal
167 CFLAGS : -O -Olimit 2000 (cc), normal (gcc)
[all …]
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_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()
266 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_uint() argument
268 uint32_t n = (uint32_t)normal; in pfprint_uint()
282 *((uint64_t *)addr) / normal)); in pfprint_uint()
290 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_dint() argument
293 return (pfprint_sint(dtp, fp, format, pfd, addr, size, normal)); in pfprint_dint()
295 return (pfprint_uint(dtp, fp, format, pfd, addr, size, normal)); in pfprint_dint()
301 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_fp() argument
[all …]
HDdt_consume.c378 dt_stddev(uint64_t *data, uint64_t normal) in dt_stddev() argument
393 dt_divide_128(data + 2, normal, avg_of_squares); in dt_stddev()
396 norm_avg = (int64_t)data[1] / (int64_t)normal / (int64_t)data[0]; in dt_stddev()
593 uint64_t normal, long double total) in dt_print_quantline_utf8() argument
627 (long long)val / normal)); in dt_print_quantline_utf8()
632 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument
650 normal, total)); in dt_print_quantline()
660 spaces + depth, (long long)val / normal)); in dt_print_quantline()
668 ats + len - depth, (long long)val / normal)); in dt_print_quantline()
687 ats + len - depth, len, "", (long long)val / normal)); in dt_print_quantline()
[all …]
/trueos/contrib/expat/lib/
HDxmltok.c1248 struct normal_encoding normal; member
1363 e->normal.type[i] = BT_MALFORM; in XmlInitUnknownEncoding()
1372 e->normal.type[i] = (unsigned char)(BT_LEAD2 - (c + 2)); in XmlInitUnknownEncoding()
1381 e->normal.type[i] = latin1_encoding.type[c]; in XmlInitUnknownEncoding()
1387 e->normal.type[i] = BT_NONXML; in XmlInitUnknownEncoding()
1397 e->normal.type[i] = BT_NMSTRT; in XmlInitUnknownEncoding()
1399 e->normal.type[i] = BT_NAME; in XmlInitUnknownEncoding()
1401 e->normal.type[i] = BT_OTHER; in XmlInitUnknownEncoding()
1409 e->normal.isName2 = unknown_isName; in XmlInitUnknownEncoding()
1410 e->normal.isName3 = unknown_isName; in XmlInitUnknownEncoding()
[all …]
/trueos/contrib/dialog/
HDutil.c92 #define UseShadow(dw) ((dw) != 0 && (dw)->normal != 0 && (dw)->shadow != 0)
152 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()
1513 && dw->shadow != p->normal in window_at_cell()
1514 && (result = in_window(p->normal, y_want, x_want)) != 0) { in window_at_cell()
1525 in_shadow(WINDOW *normal, WINDOW *shadow, int y, int x) in in_shadow() argument
1528 int ybase = getbegy(normal); in in_shadow()
1529 int ylast = getmaxy(normal) + ybase; in in_shadow()
[all …]
/trueos/contrib/groff/contrib/mom/examples/
HDelvis_syntax.new21 color startword normal
24 color inword normal
27 mostly normal
35 color decimals normal
36 color ellipsis normal
HDelvis_syntax6 color startword normal
9 color inword normal
12 mostly normal
21 color ellipsis normal
/trueos/sys/fs/ext2fs/
HDext2_subr.c89 goto normal; in ext2_blkatoff()
93 goto normal; in ext2_blkatoff()
96 goto normal; in ext2_blkatoff()
120 normal: in ext2_blkatoff()
/trueos/tools/tools/net80211/wesside/wesside/
HDaircrack-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()
/trueos/crypto/openssl/crypto/md5/asm/
HDmd5-586.pl8 $normal=0;
159 &add($K,64) if $pos >=1 && !$normal;
197 &set_label("start") unless $normal;
291 &mov($tmp1,&swtmp(0)) unless $normal;
296 &cmp($tmp1,$X) unless $normal; # check count
297 &jae(&label("start")) unless $normal;
/trueos/contrib/ncurses/man/
HDMakefile.in60 sh ../edit_man.sh normal installing $(EDITARGS)
63 -sh ../edit_man.sh normal removing $(EDITARGS)
/trueos/share/examples/ppp/
HDchap-auth66 .$n.value configure -state normal -takefocus 0;
95 button .b.cancel -default normal -text "Cancel" -command {exit 1};
/trueos/contrib/opie/
HDconfigure2664 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 …]
/trueos/crypto/heimdal/doc/doxyout/krb5/html/
HDdoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/trueos/crypto/heimdal/doc/doxyout/gssapi/html/
HDdoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/trueos/crypto/heimdal/doc/doxyout/hdb/html/
HDdoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/trueos/crypto/heimdal/doc/doxyout/hx509/html/
HDdoxygen.css89 font-weight: normal;
94 font-weight: normal;
98 font-weight: normal;
102 font-weight: normal;
326 font-weight: normal;
357 font-weight: normal;
/trueos/crypto/heimdal/doc/doxyout/hcrypto/html/
HDdoxygen.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>>...22