Searched refs:c1 (Results 251 - 275 of 644) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmltok.c559 char c1 = *s1++; local
561 if ('a' <= c1 && c1 <= 'z')
562 c1 += 'A' - 'a';
565 if (c1 != c2)
567 if (!c1)
/macosx-10.10.1/vim-55/src/
H A Darabic.c33 static int A_firstc_laa __ARGS((int c1, int c));
1085 A_firstc_laa(c, c1)
1087 int c1; /* first composing character */
1089 if (c1 != NUL && c == a_LAM && !A_is_harakat(c1))
1090 return c1;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregcoll.cpp104 LocalPointer<RuleBasedCollator> c1(new RuleBasedCollator(rules, status));
107 LocalPointer<RuleBasedCollator> c2(new RuleBasedCollator(c1->getRules(), status));
114 if (!(c1->getRules() == c2->getRules()))
423 // was wrong, so I've change the code to use c1 and c2
424 RuleBasedCollator *c1 = (RuleBasedCollator *) en_us->clone(); local
425 c1->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, status);
426 CollationElementIterator *i1 = c1->createCollationElementIterator(test1);
437 delete c1;
1400 int32_t c1, c2, count = 0; local
1405 c1
[all...]
H A Dcollationtest.cpp387 UChar32 c1 = ci.nextCodePoint(errorCode); local
389 if(c1 != c2) {
391 name, (long)c1, (long)c2, cpi.getIndex());
394 if(c1 < 0) { break; }
399 UChar32 c1 = ci.previousCodePoint(errorCode); local
401 if(c1 != c2) {
403 name, (long)c1, (long)c2, cpi.getIndex());
410 UChar32 c1 = ci.nextCodePoint(errorCode); local
412 if(c1 != c2) {
414 name, (long)c1, (lon
422 UChar32 c1 = ci.previousCodePoint(errorCode); local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_prime.c164 int i,j,c1=0; local
193 if(!BN_GENCB_call(cb, 0, c1++))
221 if(!BN_GENCB_call(cb, 2, c1-1))
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_prime.c156 int i,j,c1=0; local
189 if (callback != NULL) callback(0,c1++,cb_arg);
215 if (callback != NULL) callback(2,c1-1,cb_arg);
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestlock.c218 apr_thread_t *p1, *p2, *p3, *p4, *c1; local
251 s4 = apr_thread_create(&c1, NULL, thread_cond_consumer, NULL, p);
258 apr_thread_join(&s4, c1);
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DbutGeom.tcl98 checkbutton .t.c1 -text Checkbutton -variable a
101 pack .t.c1 .t.c2 .t.c3 -in .t.f3 -side left -padx 5m -pady 3m \
111 foreach w {.t.l1 .t.l2 .t.l3 .t.b1 .t.b2 .t.b3 .t.c1 .t.c2 .t.c3
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DbutGeom.tcl98 checkbutton .t.c1 -text Checkbutton -variable a
101 pack .t.c1 .t.c2 .t.c3 -in .t.f3 -side left -padx 5m -pady 3m \
111 foreach w {.t.l1 .t.l2 .t.l3 .t.b1 .t.b2 .t.b3 .t.c1 .t.c2 .t.c3
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.lex.c286 eChar c, c1; local
303 c1 = getC(DOALL);
304 if (c1 == c)
305 Strbuf_append1(&wbuf, c1);
307 ungetC(c1);
316 c1 = c;
325 if (c1 == '\\')
349 c1 = 0;
352 if (c1) {
353 if (c == c1) {
[all...]
H A Dsh.dol.c204 eChar c, c1; local
241 c1 = c;
242 dolflg = c1 == '"' ? DODOL : 0;
245 if (c == c1)
249 stderror(ERR_UNMATCHED, (int)c1);
255 switch (c1) {
279 if (c1 == '`')
/macosx-10.10.1/groff-38/groff/src/preproc/tbl/
H A Dtable.h157 void set_delim(char c1, char c2);
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dcp950.h236 unsigned int c1 = i / 157; local
238 buf[0] = c1 + (c1 < 5 ? 0xfa : c1 < 24 ? 0x89 : 0x69);
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DSmallVectorTest.cpp76 friend bool operator==(const Constructable & c0, const Constructable & c1) { argument
77 return c0.getValue() == c1.getValue();
81 operator!=(const Constructable & c0, const Constructable & c1) { argument
82 return c0.getValue() != c1.getValue();
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_pkcs5.rb38 65 a4 29 c1 }
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP-CGI.tcl236 if {[binary scan $xml ccc c0 c1 c2] == 3} {
237 if {$c0 == -1 && $c1 == -2} {
240 } elseif {$c0 == -2 && $c1 == -1} {
244 } elseif {$c0 == -17 && $c1 == -69 && $c2 == -65} {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djchuff.c1262 int c1, c2; local
1282 /* Find the smallest nonzero frequency, set c1 = its symbol */
1284 c1 = -1;
1289 c1 = i;
1298 if (freq[i] && freq[i] <= v && i != c1) {
1309 freq[c1] += freq[c2];
1312 /* Increment the codesize of everything in c1's tree branch */
1313 codesize[c1]++;
1314 while (others[c1] >= 0) {
1315 c1
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Drep005.tcl146 foreach c1 $c1err {
148 set elist [list $c0 $c1 $c2]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/digest/
H A Dinit_sec_context.c41 const heim_scram_data *c1,
69 ret = krb5_store_data(request, *c1);
37 calculate(void *ptr, heim_scram_method method, unsigned int iterations, heim_scram_data *salt, const heim_scram_data *c1, const heim_scram_data *s1, const heim_scram_data *c2noproof, heim_scram_data *proof, heim_scram_data *server, heim_scram_data *sessionKey) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dproto-back-monitor.h41 const void *c1,
45 void *c1,
/macosx-10.10.1/groff-38/groff/src/utils/addftinfo/
H A Dguess.cpp35 #define HASH(c1, c2) (((unsigned char)(c1) << 8) | (unsigned char)(c2))
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_class.rb89 assert_equal 'true', %q( class C; end; c1 = ::C
91 c1.equal?(c2) )
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttkbut.rb81 c1 = Ttk::Checkbutton.new(checks, :text=>'Cheese', :variable=>cheese)
86 Tk.pack(e, sep1, c1, c2, sep2, c3, c4, :fill=>:x, :pady=>2)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dttkbut.rb87 c1 = Ttk::Checkbutton.new(checks, :text=>'���������', :variable=>cheese)
92 Tk.pack(e, sep1, c1, c2, sep2, c3, c4, :fill=>:x, :pady=>2)
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_code_object.rb119 #@c1.document_self = false
120 #assert_empty @c1.method_list
234 assert_equal 'xref_data.rb', @c1.parent_file_name
239 assert_equal 'xref_data.rb', @c1.parent_name

Completed in 330 milliseconds

<<11121314151617181920>>