Home
last modified time | relevance | path

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

12345678910>>...17

/titanic_41/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(7) = LOAD_BIG_32((void *)(blk + 28));
[all …]
/titanic_41/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(c.comp_packets), in intpr()
385 KBPS(W(c.inc_bytes)), in intpr()
386 W(c.inc_packets), in intpr()
[all …]
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c74 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
77 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform()
80 W[t] = sigma1(W[t - 2]) + W[t - 7] + in SHA256Transform()
81 sigma0(W[t - 15]) + W[t - 16]; in SHA256Transform()
87 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
/titanic_41/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(f); 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()
H A Dpost.c84 (void) delwin(W(f)); in unpost_form()
85 W(f) = (WINDOW *) 0; in unpost_form()
/titanic_41/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','2004-01-09')} 01
[all …]
/titanic_41/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_41/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_41/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c163 ppw->alert.W = 0;
181 ppw->alert.W = W;
H A Doptions.c96 W = -1; /* alert interval */ variable
541 if (W != -1)
544 W = 0;
546 W = strtol(optarg, &rest, 10);
547 if (W < 0) {
/titanic_41/usr/src/cmd/lp/cmd/
H A Dlpforms.c280 if (alert.W != -1) in main()
283 alert.W = 0; in main()
285 alert.W = strtol(optarg, &rest, 10); in main()
286 if (alert.W < 0) { in main()
382 && (alert.Q != -1 || alert.W != -1) in main()
606 alert.W = alert.Q = -1;
647 alert.W = alert.Q = -1;
728 && (p_new_alert->W != -1 || p_new_alert->Q != -1)
736 if (p_new_alert->W != -1)
737 alert.W = p_new_alert->W;
/titanic_41/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. Pollack, Auerbach, Princeton NJ…
/titanic_41/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_41/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_41/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_41/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 WITH CIRCUMFLEX
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h61 #define EWARN(H, W, S) cmn_err(CE_NOTE, W) argument
/titanic_41/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_41/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
H A Dromania47 key 26 base w shift W caps W ctrl ^W altg �
/titanic_41/usr/src/cmd/eqn/eqnchar.d/
H A Dascii11 |120 P |121 Q |122 R |123 S |124 T |125 U |126 V |127 W |
29 | 50 P | 51 Q | 52 R | 53 S | 54 T | 55 U | 56 V | 57 W |

12345678910>>...17