Searched refs:w1 (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
82 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */
109 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY) {
175 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
183 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
198 if ((res = mp_sub(&w1, &w2, &w1)) !
[all...]
H A Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
59 /* w1 = (a2 + 2(a1 + 2a0))**2 */
73 if ((res = mp_sqr(&tmp1, &w1)) != MP_OKAY) {
119 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
127 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
142 if ((res = mp_sub(&w1, &w2, &w1)) !
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
82 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */
109 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY) {
175 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
183 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
198 if ((res = mp_sub(&w1, &w2, &w1)) !
[all...]
H A Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
59 /* w1 = (a2 + 2(a1 + 2a0))**2 */
73 if ((res = mp_sqr(&tmp1, &w1)) != MP_OKAY) {
119 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
127 if ((res = mp_div_2(&w1, &w1)) != MP_OKAY) {
142 if ((res = mp_sub(&w1, &w2, &w1)) !
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-tipc.c73 u_int32_t w1; member in struct:tipc_pkthdr
80 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07)
81 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF)
117 u_int32_t w1; member in struct:payload_tipc_pkthdr
131 u_int32_t w1; member in struct:internal_tipc_pkthdr
142 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF)
153 u_int32_t w1; member in struct:link_conf_tipc_pkthdr
167 u_int32_t w0, w1, w2; local
232 u_int32_t w0, w1, w2, w4, w5, w9; local
300 u_int32_t w0, w1, w5; local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drc2.c120 int w0, w1, w2, w3; local
124 w1 = in[2] | (in[3] << 8);
130 t0 = (w0 + (w1 & ~w3) + (w2 & w3) + key->data[j + 0]) & 0xffff;
132 t1 = (w1 + (w2 & ~w0) + (w3 & w0) + key->data[j + 1]) & 0xffff;
133 w1 = ROT16L(t1, 2);
134 t2 = (w2 + (w3 & ~w1) + (w0 & w1) + key->data[j + 2]) & 0xffff;
136 t3 = (w3 + (w0 & ~w2) + (w1 & w2) + key->data[j + 3]) & 0xffff;
140 w1 += key->data[w0 & 63];
141 w2 += key->data[w1
160 int w0, w1, w2, w3; local
[all...]
H A Dcamellia-ntt.c95 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
104 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
107 w1 = lr; \
111 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \
458 u32 il, ir, t0, t1, w0, w1; local
475 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
478 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30);
481 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
483 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17);
486 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 1
670 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/matrix/
H A Dtest_vector.rb10 @w1 = Vector[2,3,4]
18 assert_not_same @v1, @w1
26 assert_not_equal @v1, @w1
34 assert !@v1.eql?(@w1)
41 assert !hash.key?(@w1)
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dsegtb.c746 int w1, w2, b1, b2; local
764 w1 = i;
807 b1 = rotate[w1];
808 w1 = rotate[temp];
812 b1 = w1;
813 w1 = temp;
823 if(white_addr[w1] == -1)
825 w1 = vertical_flip[w1];
829 return (int)table[TWO_PIECE_HASH(s, white_addr[w1], b
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/rs-ecc/
H A Drslib.c175 unsigned char syn[7], deter, z[4], e0, e1, e2, n0, n1, n2, w0, w1, w2, local
235 w1 = gfadd (gfmul (z[0], syn[2]), gfmul (z[1], syn[1]));
238 e0 = gfmul (gfadd (w0, gfmul (w1, x[0])), gfinv (z[1]));
239 e1 = gfmul (gfadd (w0, gfmul (w1, x[1])), gfinv (z[1]));
282 w1 = gfadd (gfmul (z[0], syn[2]), gfmul (z[1], syn[1]));
289 e0 = gfadd (w0, gfadd (gfmul (w1, x[0]), gfmul (w2, gfexp (x[0], 2))));
291 e1 = gfadd (w0, gfadd (gfmul (w1, x[1]), gfmul (w2, gfexp (x[1], 2))));
293 e2 = gfadd (w0, gfadd (gfmul (w1, x[2]), gfmul (w2, gfexp (x[2], 2))));
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_io.rb96 r1, w1 = IO.pipe
98 t1 = Thread.new { w1 << megacontent; w1.close }
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/otp/
H A Dotp.tcl320 set w1 [expr {($B ^ $D) & 0xffffffff}]
321 binary format ii $w0 $w1
329 set w1 [expr { ($B ^ $D) & 0xffffffff}]
330 binary format ii $w0 $w1
338 set w1 [expr { ($B ^ $D) & 0xffffffff}]
339 binary format ii $w0 $w1
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXmath.c220 Tcl_WideInt w0, w1;
226 w1 = (t1 == TCL_INT) ? Tcl_LongAsWide(args[1].intValue) :
231 resultPtr->wideValue = (w0 < w1) ? w1 : w0;
233 resultPtr->wideValue = (w0 > w1) ? w1 : w0;
216 Tcl_WideInt w0, w1; local
/macosx-10.10.1/xnu-2782.1.97/osfmk/prng/
H A Dfips_sha1.c270 register u_int32_t w0, w1, w2, w3, w4, w5, w6, w7; local
287 w1 = FETCH_32(block + 4);
292 R1(d, e, a, b, c, w1); /* 1 */
308 WUPDATE( w1, w14, w9, w3); R1(c, d, e, a, b, w1); /* 17 */
313 WUPDATE( w4, w1, w12, w6); R2(e, a, b, c, d, w4); /* 20 */
318 WUPDATE( w9, w6, w1, w11); R2(e, a, b, c, d, w9); /* 25 */
324 WUPDATE(w15, w12, w7, w1); R2(d, e, a, b, c, w15); /* 31 */
326 WUPDATE( w1, w14, w9, w3); R2(b, c, d, e, a, w1); /* 3
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcompare-w.el216 (let (p1a p2a w1 w2 result1 result2)
306 (let* ((w1 (selected-window))
307 (w2 (next-window w1))
350 (compare-windows-highlight op1 (car p12) (current-buffer) w1
359 (defun compare-windows-highlight (beg1 end1 b1 w1 beg2 end2 b2 w2)
366 (overlay-put compare-windows-overlay1 'window w1)
/macosx-10.10.1/OpenSSL098-52/src/crypto/camellia/
H A Dcamellia.c108 #define CAMELLIA_ROLDQ(ll, lr, rl, rr, w0, w1, bits) \
118 #define CAMELLIA_ROLDQo32(ll, lr, rl, rr, w0, w1, bits) \
122 w1 = lr; \
126 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \
482 u32 il, ir, t0, t1, w0, w1; local
502 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
508 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 30);
514 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 15);
518 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 17);
524 CAMELLIA_ROLDQ(kll, klr, krl, krr, w0, w1, 1
786 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dmbutil.c244 int i, w1, w2; local
246 if ((w1 = _rl_get_char_len (&buf1[pos1], ps1)) <= 0 ||
248 (w1 != w2) ||
252 for (i = 1; i < w1; i++)
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclExecute.c1651 Tcl_WideInt w1 = (Tcl_WideInt) augend;
1659 TclSetWideIntObj(valuePtr, w1 + w2);
1684 Tcl_WideInt w1, w2, sum;
1686 TclGetWideIntFromObj(NULL, valuePtr, &w1);
1688 sum = w1 + w2;
1694 if (!Overflowing(w1, w2, sum)) {
4505 Tcl_WideInt w1, w2;
4554 w1 = (Tcl_WideInt)l1;
4608 w1 = *((const Tcl_WideInt *)ptr1);
4613 compare = (w1 < w
1640 Tcl_WideInt w1 = (Tcl_WideInt) augend; local
1673 Tcl_WideInt w1, w2, sum; local
4493 Tcl_WideInt w1, w2; local
4943 Tcl_WideInt w1 = *((const Tcl_WideInt *)ptr1); local
5437 Tcl_WideInt wResult, w1, w2; local
5653 Tcl_WideInt w1, w2, wResult; local
5675 Tcl_WideInt w1; local
6100 Tcl_WideInt w1, w2, wResult; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcmp.c411 PrintIntDiff(uint32 row, int sample, uint32 pix, uint32 w1, uint32 w2) argument
427 if ((w1 & mask2) ^ (w2 & mask2)) {
433 (unsigned int)((w1 >> s) & mask1),
444 (unsigned int) w1, (unsigned int) w2);
451 (unsigned int) w1, (unsigned int) w2);
458 (unsigned int) w1, (unsigned int) w2);
468 PrintFloatDiff(uint32 row, int sample, uint32 pix, double w1, double w2) argument
475 (long) row, (long) pix, sample, w1, w2);
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dio.c574 word *w0, *w1;
602 w1 = filevec[1].buffer;
604 p1 = buffer1 = (char *) w1;
624 while (*w0 == *w1)
625 w0++, w1++;
629 p1 = (char *) w1;
568 word *w0, *w1; local
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dhelp-index.c150 static int help_sort_words(help_word_t *w1, help_word_t *w2);
1298 help_sort_words(help_word_t *w1, /* I - Second word */ argument
1301 DEBUG_printf(("2help_sort_words(w1=%p(\"%s\"), w2=%p(\"%s\"))",
1302 w1, w1->text, w2, w2->text));
1304 return (_cups_strcasecmp(w1->text, w2->text));
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dattributes.sh169 w1=hello
171 t1="$w1 $w2"
183 [[ $(printf "%B" a) == $w1 ]] || err_exit 'typeset -b -Z5 not working'
/macosx-10.10.1/text_cmds-88/join/
H A Djoin.c420 wchar_t *w1, *w2; local
425 if ((w1 = towcs(s1)) == NULL || (w2 = towcs(s2)) == NULL)
427 ret = wcscoll(w1, w2);
428 free(w1);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkIntXlibDecls.h310 EXTERN int XGrabPointer(Display *d, Window w1, Bool b,
360 EXTERN Bool XQueryPointer(Display *d, Window w1, Window *w2,
367 EXTERN Status XQueryTree(Display *d, Window w1, Window *w2,
457 EXTERN Bool XTranslateCoordinates(Display *d, Window w1,
860 EXTERN int XGrabPointer(Display *d, Window w1, Bool b,
888 EXTERN Bool XQueryPointer(Display *d, Window w1, Window *w2,
1184 EXTERN Status XQueryTree(Display *d, Window w1, Window *w2,
1245 int (*xGrabPointer) (Display *d, Window w1, Bool b, unsigned int ui, int i1, int i2, Window w2, Cursor c, Time t); /* 46 */
1254 Bool (*xQueryPointer) (Display *d, Window w1, Window *w2, Window *w3, int *i1, int *i2, int *i3, int *i4, unsigned int *ui); /* 55 */
1255 Status (*xQueryTree) (Display *d, Window w1, Windo
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumberLocal.h97 uInt u0, u1, v0, v1, w0, w1, w2, t; \
102 w1=t & 0xffff; w2=t>>16; \
103 w1=u0*v1 + w1; \
104 (w)=u1*v1 + w2 + (w1>>16);}

Completed in 209 milliseconds

123