Searched refs:c1 (Results 301 - 325 of 644) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dmultixterm495 regexp ".*(.)(.)" $spawn_out(slave,name) dummy c1 c2
496 if {[string compare $c1 "/"] == 0} {
497 set c1 0
535 set xtermpid [eval exec xterm -name [list $name] -S$c1$c2$spawn_out(slave,fd) $::xtermArgs &]
/macosx-10.10.1/ruby-106/ruby/ext/pathname/
H A Dpathname.c139 int c1, c2; local
140 c1 = (unsigned char)*p1++;
142 if (c1 == '/') c1 = '\0';
144 if (c1 != c2) {
145 if (c1 < c2)
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok.c883 char c1 = *s1++; local
885 if ('a' <= c1 && c1 <= 'z')
886 c1 += 'A' - 'a';
889 if (c1 != c2)
891 if (!c1)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c303 int c1, c2;
306 FETCH_STRING_CHAR_ADVANCE_NO_CHECK (c1, str1, i1, i1_byte);
309 c1 = SREF (str1, i1++);
310 c1 = unibyte_char_to_multibyte (c1);
321 if (c1 == c2)
328 tem = Fupcase (make_number (c1));
329 c1 = XINT (tem);
334 if (c1 == c2)
340 if (c1 < c
301 int c1, c2; variable
379 int c1, c2; variable
2528 int charset_id, c1 = 0, c2 = 0; variable
2893 int c1, c2, c; local
2951 int charset, c1, c2; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dex_getln.c2145 int c1 = 0; local
2201 prev_char = c1;
2202 c1 = vgetc();
2218 if (c1 == '\r')
2219 c1 = '\n';
2221 if (c1 == BS || c1 == K_BS
2222 || c1 == DEL || c1 == K_DEL || c1
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c3241 struct debug_class_type *c1, *c2;
3243 c1 = t1->u.kclass;
3246 if ((c1->fields == NULL) != (c2->fields == NULL)
3247 || (c1->baseclasses == NULL) != (c2->baseclasses == NULL)
3248 || (c1->methods == NULL) != (c2->methods == NULL)
3249 || (c1->vptrbase == NULL) != (c2->vptrbase == NULL))
3252 if (c1->fields != NULL)
3256 for (pf1 = c1->fields, pf2 = c2->fields;
3295 if (c1->vptrbase != NULL)
3297 if (! debug_type_samep (info, c1
3238 struct debug_class_type *c1, *c2; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib.c153 int c1 = *s1++;
155 if (isupper (c1))
156 c1 = tolower (c1);
159 if (c1 != c2)
160 return (c1 > c2 ? 1 : -1);
161 if (c1 == 0)
152 int c1 = *s1++; local
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcalregts.cpp2731 Calendar *c1 = Calendar::createInstance("ja_JP@calendar=japanese",status); local
2734 if(!c1 || !c2 || U_FAILURE(status)) {
2740 c1->setTime(c2->getTime(status),status);
2741 // *c1 = *c2;
2743 c1->roll(Calendar::HOUR,(int32_t)3,status);
2748 } else if(*c1 != *c2) {
2752 c1->setTime(c2->getTime(status),status);
2753 c1->roll(Calendar::HOUR,(UBool)FALSE,status);
2758 } else if(*c1 != *c2) {
2762 delete c1;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli823 (** [const_add c1 c2] returns the constant sum of two constants.
827 (** [const_nsw_add c1 c2] returns the constant sum of two constants with no
832 (** [const_nuw_add c1 c2] returns the constant sum of two constants with no
837 (** [const_fadd c1 c2] returns the constant sum of two constant floats.
841 (** [const_sub c1 c2] returns the constant difference, [c1 - c2], of two
845 (** [const_nsw_sub c1 c2] returns the constant difference of two constants with
850 (** [const_nuw_sub c1 c2] returns the constant difference of two constants with
855 (** [const_fsub c1 c2] returns the constant difference, [c1
[all...]
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Denv.cpp3628 int c1; local
3636 c1 = getc(f);
3638 && ((c1 >= '0' && c1 <= '9') || (c1 >= 'a' && c1 <= 'f'))) {
3643 if (c1 >= '0' && c1 <= '9')
3644 c1 -= '0';
3646 c1
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c718 elldoublep(poly n1, poly d1, poly m1, poly c1, poly n0, poly d0, argument
727 mulmod(c1, mn);
738 ptop(mn, m0); mulmod(c1, m0);
747 ptop(c1, c0); mulmod(md, c0); mulmod(d1, c0); mulmod(d0, c0);
750 elladdp(poly n1, poly d1, poly m1, poly c1, poly n2, poly d2, poly m2, poly c2, poly n0, poly d0, poly m0, poly c0) { argument
751 ptop(m2, mn); mulmod(c1, mn);
759 mulmod(c1, md); mulmod(c2, md);
770 ptop(mn, m0); mulmod(c1, m0);
779 ptop(md, c0); mulmod(c1, c0); mulmod(d0, c0); mulmod(d1, c0);
H A Dschoofs.c697 elldoublep(poly n1, poly d1, poly m1, poly c1, poly n0, poly d0, argument
706 mulmod(c1, mn);
717 ptop(mn, m0); mulmod(c1, m0);
726 ptop(c1, c0); mulmod(md, c0); mulmod(d1, c0); mulmod(d0, c0);
729 elladdp(poly n1, poly d1, poly m1, poly c1, poly n2, poly d2, poly m2, poly c2, poly n0, poly d0, poly m0, poly c0) { argument
730 ptop(m2, mn); mulmod(c1, mn);
738 mulmod(c1, md); mulmod(c2, md);
749 ptop(mn, m0); mulmod(c1, m0);
758 ptop(md, c0); mulmod(c1, c0); mulmod(d0, c0); mulmod(d1, c0);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c718 elldoublep(poly n1, poly d1, poly m1, poly c1, poly n0, poly d0, argument
727 mulmod(c1, mn);
738 ptop(mn, m0); mulmod(c1, m0);
747 ptop(c1, c0); mulmod(md, c0); mulmod(d1, c0); mulmod(d0, c0);
750 elladdp(poly n1, poly d1, poly m1, poly c1, poly n2, poly d2, poly m2, poly c2, poly n0, poly d0, poly m0, poly c0) { argument
751 ptop(m2, mn); mulmod(c1, mn);
759 mulmod(c1, md); mulmod(c2, md);
770 ptop(mn, m0); mulmod(c1, m0);
779 ptop(md, c0); mulmod(c1, c0); mulmod(d0, c0); mulmod(d1, c0);
H A Dschoofs.c697 elldoublep(poly n1, poly d1, poly m1, poly c1, poly n0, poly d0, argument
706 mulmod(c1, mn);
717 ptop(mn, m0); mulmod(c1, m0);
726 ptop(c1, c0); mulmod(md, c0); mulmod(d1, c0); mulmod(d0, c0);
729 elladdp(poly n1, poly d1, poly m1, poly c1, poly n2, poly d2, poly m2, poly c2, poly n0, poly d0, poly m0, poly c0) { argument
730 ptop(m2, mn); mulmod(c1, mn);
738 mulmod(c1, md); mulmod(c2, md);
749 ptop(mn, m0); mulmod(c1, m0);
758 ptop(md, c0); mulmod(c1, c0); mulmod(d0, c0); mulmod(d1, c0);
/macosx-10.10.1/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DOperationTest.java590 EntityCursor<CompositeSequenceEntity1> c1 = priIndex1.entities();
591 e1 = c1.next();
593 e1 = c1.next();
595 e1 = c1.next();
597 c1.close();
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducase.cpp316 int32_t c1, c2; local
320 c1=*s++;
325 c1-=c2;
326 if(c1!=0) {
327 return c1; /* return difference result */
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcrestst.c770 int32_t c1=0; local
811 T_FileStream_read(stream,&c1,1);
812 if(c!=c1){
816 c1 = T_FileStream_peek(stream);
817 if(c!=c1){
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dhkscs2004.h81 unsigned char c1 = s[0]; local
82 if ((c1 == 0x87) || (c1 >= 0x8c && c1 <= 0x8d)) {
86 unsigned int i = 157 * (c1 - 0x80) + (c2 - (c2 >= 0xa1 ? 0x62 : 0x40));
/macosx-10.10.1/libresolv-57/
H A Dres_mkupdate.c709 int c, c1 = 0; local
729 c1 = 0;
756 c1 = c1 * 10 +
760 c = c1 &0xff;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A Dnsec.c289 int count, c1, c2; local
292 c1 = CountLabels(d1);
293 skip1 = c1 - 1;
302 count = c1 < c2 ? c1 : c2;
/macosx-10.10.1/ruby-106/ruby/ext/readline/
H A Dreadline.c817 register int c1, c2; local
824 c1 = rb_enc_codepoint_len(result1 + i1, result1 + low, &n1, enc);
827 c1 = rb_tolower(c1);
830 if (c1 != c2) break;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dsample1.rb89 c1 = TclTkCallback.new(ip, proc{sample(ip, root)})
91 b1 = TclTkWidget.new(ip, root, button, "-text sample -command", c1)
114 cb = [c1, c2, c3, c4]
514 cb.push(c1 = TclTkCallback.new(ip, proc{|i| li1.e("xview", i)}))
526 sc1 = TclTkWidget.new(ip, f1, scrollbar, "-orient horizontal -command", c1)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_method.rb149 c1 = Class.new
150 c1.class_eval { def foo; :foo; end }
151 c2 = Class.new(c1)
304 c1 = Class.new {
309 c2 = Class.new(c1) { define_method(:m) { Proc.new { super() } } }
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp192 int32_t c1=(uint8_t)*s1++; local
194 cmp=c1-c2;
195 if(cmp!=0 || c1==0) { // different or done
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dkeychain_utilities.c849 unsigned char c1, c2, c3, c4; local
851 c1 = *inp >> 2;
855 *outp++ = ENC(c1);

Completed in 282 milliseconds

<<11121314151617181920>>