Home
last modified time | relevance | path

Searched refs:W (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/titanic_52/usr/src/common/crypto/sha1/
H A Dsha1.c471 #define W(n) w[n] macro
473 #define W(n) w_ ## n macro
639 W(0) = LOAD_BIG_32((void *)(blk + 0));
640 W(1) = LOAD_BIG_32((void *)(blk + 4));
641 W(2) = LOAD_BIG_32((void *)(blk + 8));
642 W(3) = LOAD_BIG_32((void *)(blk + 12));
643 W(4) = LOAD_BIG_32((void *)(blk + 16));
644 W(5) = LOAD_BIG_32((void *)(blk + 20));
645 W(6) = LOAD_BIG_32((void *)(blk + 24));
646 W(
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c307 #define W(offset) MAX0(ccs.offset - ocs.offset) macro
310 #define CRATE(x) RATIO(W(x.comp_bytes), W(x.inc_bytes), W(x.unc_bytes))
377 KBPS(W(d.comp_bytes)), in intpr()
378 W(d.comp_packets), in intpr()
379 KBPS(W(d.inc_bytes)), in intpr()
380 W(d.inc_packets), in intpr()
383 KBPS(W(c.comp_bytes)), in intpr()
384 W( in intpr()
[all...]
/titanic_52/usr/src/contrib/zlib/
H A Dcrc32.c32 each word consists of W bytes (4 or 8). If N is 3, for example, then three
36 of N * W bytes as are available have been processed. The results are combined
38 W must be 4 or 8. The upper limit on N can be increased if desired by adding
42 N and W are chosen empirically by benchmarking the execution time on a given
43 processor. The choices for N and W below were based on testing on Intel Kaby
46 with N=5, W=8. The Sparc, PowerPC, and MIPS64 were all fastest at N=5, W=4.
68 Define W and the associated z_word_t type. If W is not defined, then a
74 # define W Z_TEST macro
78 # define W global() macro
81 # define W global() macro
83 # define W global() macro
92 # define W global() macro
[all...]
H A Dcrc32.h59 #ifdef W
61 #if W == 8
151 #else /* W == 4 */
211 #if W == 8
1321 #else /* W == 4 */
1749 #if W == 8
2859 #else /* W == 4 */
3287 #if W == 8
4397 #else /* W == 4 */
4825 #if W
[all...]
/titanic_52/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c129 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
133 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform()
137 W[t] = SIGMA1_256(W[t - 2]) + W[t - 7] + in SHA256Transform()
138 SIGMA0_256(W[t - 15]) + W[t - 16]; in SHA256Transform()
146 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
160 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
164 W[ in SHA512Transform()
[all...]
/titanic_52/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
134 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform()
138 W[t] = SIGMA1_256(W[t - 2]) + W[t - 7] + in SHA256Transform()
139 SIGMA0_256(W[t - 15]) + W[t - 16]; in SHA256Transform()
147 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
165 W[ in SHA512Transform()
[all...]
/titanic_52/usr/src/lib/libeti/form/common/
H A Dchg_data.c57 WINDOW * w = W(f); in room_for_char()
85 WINDOW *w = W(f); in _grow_field()
145 W(f) = w = newwin(c->drows, c->dcols, 0, 0); in _grow_field()
176 WINDOW *w = W(f); in insert_str()
197 w = W(f); /* grow changes window */ in insert_str()
243 w = W(f); in wrap_ok()
253 w = W(f); /* window may change in insert_str */ in wrap_ok()
307 (void) wclrtoeol(W(f)); in _new_line()
317 (void) wclrtoeol(W(f)); in _new_line()
339 w = W( in _new_line()
[all...]
H A Dutility.c147 WINDOW * w = W(f); in _pos_form_cursor()
182 WINDOW * w = W(f); in _update_current()
289 _win_to_buf(W(f), C(f)); in _sync_buffer()
290 (void) wmove(W(f), Y(f), X(f)); in _sync_buffer()
360 WINDOW * w = W(p); in _sync_field()
394 WINDOW * w = W(p); in _sync_attrs()
501 WINDOW * w = W(f); in _set_current_field()
536 W(f) = w; in _set_current_field()
/titanic_52/usr/src/lib/libsqlite/test/
H A Ddate.test101 datetest 3.11.1 {strftime('%W','2003-10-31 12:34:56.432')} 43
102 datetest 3.11.2 {strftime('%W','2004-01-01')} 00
103 datetest 3.11.3 {strftime('%W','2004-01-02')} 00
104 datetest 3.11.4 {strftime('%W','2004-01-03')} 00
105 datetest 3.11.5 {strftime('%W','2004-01-04')} 00
106 datetest 3.11.6 {strftime('%W','2004-01-05')} 01
107 datetest 3.11.7 {strftime('%W','2004-01-06')} 01
108 datetest 3.11.8 {strftime('%W','2004-01-07')} 01
109 datetest 3.11.9 {strftime('%W','2004-01-08')} 01
110 datetest 3.11.10 {strftime('%W','200
[all...]
/titanic_52/usr/src/cmd/mailx/
H A Dcmdtab.c65 "touch", C stouch, W|MSGLIST, 0, MMNDEL,
66 "preserve", C preserve, I|W|MSGLIST, 0, MMNDEL,
67 "delete", C delm, W|P|MSGLIST, 0, MMNDEL,
68 "dp", C deltype, W|MSGLIST, 0, MMNDEL,
69 "dt", C deltype, W|MSGLIST, 0, MMNDEL,
74 "mbox", C mboxit, W|MSGLIST, 0, 0,
119 "load", C loadmsg, W|STRLIST, 0, 0,
123 "hold", C preserve, I|W|MSGLIST, 0, MMNDEL,
/titanic_52/usr/src/cmd/lp/lib/lp/
H A Dalerts.c207 fdprintf(fdout, "%ld", (long)alertp->W); in putalert()
257 fdprintf(fdout, "%d\n", alertp->W >= 0? alertp->W : 0); in putalert()
373 alert.W = atoi(buf); in getalert()
505 if (alertp->W > 0) in printalert()
506 (void)fprintf (fp, (char *)gettext("every %d minutes\n"), alertp->W); in printalert()
/titanic_52/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c163 ppw->alert.W = 0;
180 case 'W':
181 ppw->alert.W = W;
H A Doptions.c46 #define OPT_LIST "A:ac:d:D:e:f:F:H:hi:I:lm:Mn:o:p:Q:r:S:s:T:u:U:v:W:x:t:P:"
48 #define OPT_LIST "A:ac:d:D:e:f:F:hi:I:lm:Mn:o:p:Q:r:S:s:T:u:U:v:W:x:t:P:"
53 #define OPT_LIST "A:ac:d:D:e:f:F:H:hi:I:lm:Mo:p:Q:r:S:s:T:u:U:v:W:x:t:P:"
55 #define OPT_LIST "A:ac:d:D:e:f:F:hi:I:lm:Mo:p:Q:r:S:s:T:u:U:v:W:x:t:P:"
96 W = -1; /* alert interval */ variable
223 case 'W':
540 case 'W': /* alert interval */
541 if (W != -1)
542 LP_ERRMSG1 (WARNING, E_LP_2MANY, 'W');
544 W
[all...]
/titanic_52/usr/src/cmd/lp/cmd/
H A Dlpforms.c46 #define OPT_LIST "f:F:xlLA:u:W:Q:P:d"
103 " [-W interval] (minutes between alerts)\n" in usage()
189 case 'W': in main()
279 case 'W': in main()
280 if (alert.W != -1) in main()
281 LP_ERRMSG1 (WARNING, E_LP_2MANY, 'W'); in main()
283 alert.W = 0; in main()
285 alert.W = strtol(optarg, &rest, 10); in main()
286 if (alert.W < 0) { in main()
287 LP_ERRMSG1 (ERROR, E_LP_NEGARG, 'W'); in main()
[all...]
/titanic_52/usr/src/cmd/refer/papers/
H A DRv7man2 %A B. W. Lampson
17 %A B. W. Kernighan
30 %A B. W. Kernighan
67 %A B. W. Kernighan
91 %A B. W. Lampson
125 %A E. W. Dijkstra
135 %A W. B. Meyer
161 %A B. W. Kernighan
328 %A J. W. Hunt
392 %O Reprinted as pp. 229-247 in \fICompiler Techniques\fR, ed. B. W
[all...]
/titanic_52/usr/src/cmd/fm/dicts/
H A DFMD.po36 # code: FMD-8000-0W
39 msgid "FMD-8000-0W.type"
41 msgid "FMD-8000-0W.severity"
43 msgid "FMD-8000-0W.description"
45 msgid "FMD-8000-0W.response"
47 msgid "FMD-8000-0W.impact"
49 msgid "FMD-8000-0W.action"
/titanic_52/usr/src/lib/iconv_modules/utf-8/utils/
H A D8859-14.txt101 0x57 0x0057 # LATIN CAPITAL LETTER W
133 0x77 0x0077 # LATIN SMALL LETTER W
149 0xA8 0x1E80 # LATIN CAPITAL LETTER W WITH GRAVE
151 0xAA 0x1E82 # LATIN CAPITAL LETTER W WITH ACUTE
165 0xB8 0x1E81 # LATIN SMALL LETTER W WITH GRAVE
167 0xBA 0x1E83 # LATIN SMALL LETTER W WITH ACUTE
170 0xBD 0x1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS
171 0xBE 0x1E85 # LATIN SMALL LETTER W WITH DIAERESIS
189 0xD0 0x0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX
221 0xF0 0x0175 # LATIN SMALL LETTER W WIT
[all...]
/titanic_52/usr/src/cmd/lp/cmd/lpsched/
H A Ddaisyforms.c179 || NALERT.W != OALERT.W in check_form_alert()
269 || NALERT.W != OALERT.W in check_pwheel_alert()
/titanic_52/usr/src/common/mpi/
H A Dmpi-priv.h124 #define CARRYOUT(W) (mp_digit)((W)>>DIGIT_BIT) argument
125 #define ACCUM(W) (mp_digit)(W) argument
/titanic_52/usr/src/cmd/localedef/data/
H A D8859-14.TXT132 0x57 0x0057 # LATIN CAPITAL LETTER W
164 0x77 0x0077 # LATIN SMALL LETTER W
213 0xA8 0x1E80 # LATIN CAPITAL LETTER W WITH GRAVE
215 0xAA 0x1E82 # LATIN CAPITAL LETTER W WITH ACUTE
229 0xB8 0x1E81 # LATIN SMALL LETTER W WITH GRAVE
231 0xBA 0x1E83 # LATIN SMALL LETTER W WITH ACUTE
234 0xBD 0x1E84 # LATIN CAPITAL LETTER W WITH DIAERESIS
235 0xBE 0x1E85 # LATIN SMALL LETTER W WITH DIAERESIS
253 0xD0 0x0174 # LATIN CAPITAL LETTER W WITH CIRCUMFLEX
285 0xF0 0x0175 # LATIN SMALL LETTER W WIT
[all...]
/titanic_52/usr/src/cmd/loadkeys/type_4/
H A Dfrance_554 key 100 base w shift W caps W ctrl ^W altg nop
H A Dfrance_hobo61 key 100 base w shift W caps W ctrl ^W altg nop
/titanic_52/usr/src/cmd/loadkeys/type_6/
H A Dcanadian_french54 key 29 base w shift W caps W ctrl ^W altg nop
H A Dfrance54 key 29 base w shift W caps W ctrl ^W altg nop
H A Dbelgium52 key 29 base w shift W caps W ctrl ^W altg nop

12345678910>>...19