Searched refs:l0 (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/OpenSSL098-52/src/crypto/idea/
H A Di_ecb.c76 unsigned long l0,l1,d[2]; local
78 n2l(in,l0); d[0]=l0;
81 l0=d[0]; l2n(l0,out);
83 l0=l1=d[0]=d[1]=0;
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Decb3_enc.c66 register DES_LONG l0,l1; local
71 c2l(in,l0);
73 ll[0]=l0;
79 l0=ll[0];
81 l2c(l0,out);
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Ded.c43 lin f0, l0, f1, l1;
51 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
58 print_number_range (',', &files[0], f0, l0);
97 lin i, f0, l0, f1, l1;
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
107 print_number_range (' ', files, f0, l0);
140 lin i, f0, l0, f1, l1;
144 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
150 translate_range (&files[0], f0, l0, &tf0, &tl0);
42 lin f0, l0, f1, l1; local
95 lin i, f0, l0, f1, l1; local
137 lin i, f0, l0, f1, l1; local
H A Dcmp.c580 word const *l0, *l1; /* Pointers into each buffer. */
593 for (l0 = p0, l1 = p1; (l = *l0) == *l1; l0++, l1++)
605 for (c0 = (char const *) l0, c1 = (char const *) l1;
624 word const *l0, *l1;
630 for (l0 = p0, l1 = p1; *l0 == *l1; l0++, l1++)
635 for (c0 = (char const *) l0, c
575 word const *l0, *l1; /* Pointers into each buffer. */ local
618 word const *l0, *l1; local
[all...]
H A Dutil.c660 lin l0, l1;
679 l0 = next->line0 + next->deleted - 1;
684 for (i = next->line0; i <= l0 && trivial; i++)
706 *last0 = l0;
651 lin l0, l1; local
/macosx-10.10.1/uucp-11/uucp/contrib/
H A DLogin.LAT37 l0:
41 timeout l0 1000 # Wait and try again
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_name.c318 int l0, l1, l2, l3; local
331 ret = compare_subject(c1, c1, &l0);
340 if (l0 != 0) return 1;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvItems.rb12 l0 = TkLabel.new(:width=>128, :height=>128,
18 :relief=>:ridge).place(:in=>l0, :relx=>0.5, :rely=>0.5,
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_div.c291 BN_ULONG q,l0; local
380 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q);
381 tmp->d[div_n]=l0;
518 BN_ULONG q,l0; local
607 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q);
608 tmp->d[div_n]=l0;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_div.c257 BN_ULONG q,l0; local
327 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q);
329 tmp->d[div_n]=l0;
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dparse.y869 int l, l0;
895 l0 = l;
902 l = l0;
999 int l, l0;
1014 l0 = l;
1049 int l, l0, len;
1092 l0 = l;
1099 l = l0;
1197 int l, l0, len;
1347 l0
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dsparccpuid.S83 clr %l0
154 clr %l0
229 ld [%o1],%l0
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dspeed.c1412 long l0,l1; local
1414 l0=(long)lengths[i-1];
1416 c[D_RC4][i]=c[D_RC4][i-1]*l0/l1;
1417 c[D_CBC_DES][i]=c[D_CBC_DES][i-1]*l0/l1;
1418 c[D_EDE3_DES][i]=c[D_EDE3_DES][i-1]*l0/l1;
1419 c[D_CBC_IDEA][i]=c[D_CBC_IDEA][i-1]*l0/l1;
1420 c[D_CBC_SEED][i]=c[D_CBC_SEED][i-1]*l0/l1;
1421 c[D_CBC_RC2][i]=c[D_CBC_RC2][i-1]*l0/l1;
1422 c[D_CBC_RC5][i]=c[D_CBC_RC5][i-1]*l0/l1;
1423 c[D_CBC_BF][i]=c[D_CBC_BF][i-1]*l0/l
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java375 Label l0 = new Label();
377 mv.visitJumpInsn(IFNONNULL, l0);
380 mv.visitJumpInsn(IFNE, l0);
385 mv.visitLabel(l0);
953 Label l0 = new Label();
954 mv.visitJumpInsn(IFLE, l0);
971 mv.visitLabel(l0);
987 * Label l0 = new Label();
990 * mv.visitTableSwitchInsn(0, 2, TheDefLabel, new Label[] { l0, l1, l2 });
991 * mv.visitLabel(l0);
[all...]
/macosx-10.10.1/libresolv-57/
H A Dns_name.c499 int l0; local
506 if ((l0 = labellen(srcp)) < 0) {
510 l += l0 + 1;
515 srcp += l0 + 1;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcitygrid.tcl208 foreach t $bins(l0) { foreach n $bins(r0) { lappend neigh($t,l) $n } }
212 foreach t $bins(r0) { foreach n $bins(l0) { lappend neigh($t,r) $n } }
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dnotebook.test466 .nb insert end [ttk::label .nb.l0] -text "L0"
473 } -result [list [list .nb.l2 .nb.l0 .nb.l1] L2 L0 L1] -cleanup { destroy .nb }
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dformant.tcl305 label .f2.l0$i -text F$i -width 2
310 grid .f2.l0$i .f2.f$i .f2.l1$i .f2.b$i .f2.l2$i -sticky news
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassReader.java1486 long l0 = readInt(index + 4) & 0xFFFFFFFFL;
1487 return (l1 << 32) | l0;
/macosx-10.10.1/cups-408/cups/doc/
H A Dcups.css430 DIV.sidebar P.l0 {
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp597 PassRefPtr<Label> BytecodeGenerator::emitLabel(Label* l0) argument
600 l0->setLocation(newLabelIndex);
607 return l0;
615 return l0;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcaltest.cpp2765 Locale l0 = cal->getLocale(ULOC_VALID_LOCALE, status); local
2769 if(l0!=l) {
2770 errln("Error: cloned locale %s != original locale %s, status %s\n", l0.getName(), l.getName(), u_errorName(status));
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dtermcap.src4125 :LF=\E&j@:LO=\E&jB:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
5168 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
7304 :kh=\EH:kl=^H:kr=\EC:ku=\EA:l0=segment advance:\
8523 :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:\
8533 :k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:l2=F3:\
8587 :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
8711 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:\
8786 :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
9496 :k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:l0=f10:le=^Y:nd=^X:\
9512 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb=^Y:l0
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmsdos.c453 int l0 = len;
466 dosv_refresh_virtual_screen (t0, l0);
451 int l0 = len; local
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DCaps.uwin382 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0

Completed in 254 milliseconds

12