Searched refs:yy (Results 51 - 75 of 108) sorted by relevance

12345

/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dellproj.c346 xx = pt1->x, yy = pt1->y, zz = pt1->z; local
351 itog(1, yy);
357 gtog(x,xx); gtog(y,yy); gtog(z,zz);
H A Dgiants.h314 void ggcd(giant xx, giant yy);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dellproj.c346 xx = pt1->x, yy = pt1->y, zz = pt1->z; local
351 itog(1, yy);
357 gtog(x,xx); gtog(y,yy); gtog(z,zz);
H A Dgiants.h314 void ggcd(giant xx, giant yy);
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_array.rb1037 a = @cls[*%w( cat wombat x yy)]
1038 assert_equal("catwomx yy ", a.pack("A3A3A3A3"))
1040 assert_equal("cwx yy ", a.pack("A3@1A3@2A3A3"))
1041 assert_equal("catwomx\000\000yy\000", a.pack("a3a3a3a3"))
/macosx-10.10.1/ruby-106/ruby/
H A Dbignum.c2746 VALUE z, yy, zz; local
2790 yy = rb_big_clone(y);
2791 tds = BDIGITS(yy);
2800 RB_GC_GUARD(y) = yy;
3178 SIGNED_VALUE yy; local
3194 yy = FIX2LONG(y);
3196 if (yy < 0)
3205 if ((xbits > BIGLEN_LIMIT) || (xbits * yy > BIGLEN_LIMIT)) {
3207 d = (double)yy;
3212 if (yy
3279 rb_big_and(VALUE xx, VALUE yy) argument
3375 rb_big_or(VALUE xx, VALUE yy) argument
3470 rb_big_xor(VALUE xx, VALUE yy) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dvarenv.sh131 local z=yy
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dnameref.sh120 command nameref xx=yy
121 command nameref yy=xx
658 function yy function
663 yy foo
H A Dtypes.sh142 unset xx yy
143 typeset -T xx=(typeset yy=zz)
144 xx=yy
145 { typeset -T xx=(typeset yy=zz) ;} 2>/dev/null && err_exit 'type redefinition should fail'
H A Dsubstring.sh158 yy=${xx#*/}
159 if [[ $yy != b/c/d/e ]]
H A Darrays.sh583 foo=([xx]=aa [yy]=bb [zz]=cc)
584 foo=( ${foo[yy]} ${foo[zz]} )
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dtwind2.rb328 for xx, yy in [[12,56],[20,94],[33,98],[32,120],[61,180],[75,160],[98,223]]
330 y = 250 - (4*yy)/5
/macosx-10.10.1/screen-22/screen/
H A Dmark.c156 int xx = fore->w_width, yy = fore->w_histheight + fore->w_height; local
191 if (++y >= yy)
384 int i = 0, q = 0, xx, yy, x, y; local
399 for (yy = y - 1; yy >= 0; yy--)
401 ml = WIN(yy);
412 if (yy < 0)
H A Dlayer.c660 int yy, y2, yy2, top2, bot2; local
673 yy = y == l->l_height - 1 ? y : y + 1;
685 yy2 = yy + vp->v_yoff;
704 LInsChar(l, c, 0, yy, 0);
706 LPutChar(l, c, 0, yy);
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftp/
H A Dcmds.c659 int yy, mo, day, hour, min, sec; local
674 &yy, &mo, &day, &hour, &min, &sec)
684 if ((tm->tm_year > yy) ||
685 (tm->tm_year == yy &&
2103 int yy, mo, day, hour, min, sec; local
2104 sscanf(reply_string, "%*s %04d%02d%02d%02d%02d%02d", &yy, &mo,
2108 mo, day, yy, hour, min, sec);
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dcal-bahai.el366 (yy (if (not y-str)
400 (mark-bahai-calendar-date-pattern mm dd yy)))))
H A Dcal-islam.el355 (yy (if (not y-str)
384 (mark-islamic-calendar-date-pattern mm dd yy)))))
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dtwind2.rb328 for xx, yy in [[12,56],[20,94],[33,98],[32,120],[61,180],[75,160],[98,223]]
330 y = 250 - (4*yy)/5
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dkssl.c839 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
840 ** xx and yy are possibly multi-byte length fields.
845 int xx = 0, yy = 0; local
858 case 0x82: p++; len+=2; yy = (*p++ << 8); yy += *p++; break;
859 case 0x81: p++; len++; yy = *p++; break;
861 default: yy = *p++; break;
864 return (xx - len == yy)? 1: 0;
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.c3946 int xx, yy; local
4074 for (yy = 0; yy < grabH; yy++) {
4076 unsigned long stepDest = yy * photoBlock.pitch;
4079 pixel = GetPixel(hdcCopy, xx, yy);
4081 pixel = GetPixel(hdc, grabX + xx, grabY + yy);
4107 int xx, yy; local
4132 for (yy = 0; yy < grab
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DmakeTestCases.tcl273 set yy [format %02d [expr { $y % 100 }]]
293 " " $yy " " [lindex $roman [expr { $y % 100 }]] " " $y
329 " " $yy " " [lindex $roman [expr { $y % 100 }]] " " $y
830 foreach yy {%y %Oy} {
834 -format "$yy $mm $dd" \
838 puts $f2 " [list clock scan $string -format [list $yy $mm $dd] -locale en_US_roman -gmt 1]"
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DellipticProj.c297 xx = pt1->x, yy = pt1->y, zz = pt1->z; local
304 int_to_giant(1, yy);
311 gtog(x,xx); gtog(y,yy); gtog(z,zz);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DellipticProj.c297 xx = pt1->x, yy = pt1->y, zz = pt1->z; local
304 int_to_giant(1, yy);
311 gtog(x,xx); gtog(y,yy); gtog(z,zz);
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dtetris.el408 (yy (+ tetris-pos-y y))
410 (py (+ tetris-top-left-y yy)))
413 (>= yy tetris-height)
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh148 ?*) yy=is
175 run) yy="capture output of" mm= ;;
180 val) yy="determine" mm="value" ;;
181 *) yy= mm= ;;
186 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
210 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
239 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr

Completed in 389 milliseconds

12345