Searched refs:c1 (Results 201 - 225 of 644) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dpolynomials.tcl231 foreach c1 $coeffs1 c2 $coeffs2 {
232 lappend new_coeffs [expr {$c1+$c2}]
278 foreach c1 $coeffs1 c2 $coeffs2 {
279 lappend new_coeffs [expr {$c1-$c2}]
466 set c1 [lindex $coeffs1 0]
467 set factor [expr {$c1/$c2}]
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c1965 # define BUF_PUSH_2(c1, c2) \
1968 *b++ = (UCHAR_T) (c1); \
1974 # define BUF_PUSH_3(c1, c2, c3) \
1977 *b++ = (UCHAR_T) (c1); \
2302 register UCHAR_T c, c1;
2548 PATFETCH (c1);
2549 if (!(c1 == '+' || c1 == '?'))
2556 c = c1;
2744 PATFETCH (c1);
2289 register UCHAR_T c, c1; local
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c2037 # define BUF_PUSH_2(c1, c2) \
2040 *b++ = (UCHAR_T) (c1); \
2046 # define BUF_PUSH_3(c1, c2, c3) \
2049 *b++ = (UCHAR_T) (c1); \
2378 register UCHAR_T c, c1;
2624 PATFETCH (c1);
2625 if (!(c1 == '+' || c1 == '?'))
2632 c = c1;
2820 PATFETCH (c1);
2365 register UCHAR_T c, c1; variable
2611 PATFETCH (c1); variable
2807 PATFETCH (c1); variable
2808 BUF_PUSH(c1); variable
2849 PATFETCH (c1); variable
3219 PATFETCH (c1); variable
3220 SET_LIST_BIT (c1); variable
3257 PATFETCH (c1); variable
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dseqmod.c41 sm_avl_cmp( const void *c1, const void *c2 ) argument
46 m1 = c1; m2 = c2;
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dstunnel.pem76 ba:af:33:ee:c1:70:c8:11:bf:e4:4a:c6:45:fb:48:
79 59:04:c2:1e:a0:3f:92:1a:f4:9a:d1:ca:c1:9b:bb:
110 73:27:d1:68:05:76:36:f9:c1:53:90:ad:8a:c0:b3:12:c8:11:
116 d2:46:9d:8e:1a:d7:99:6e:c1:b9:a0
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dgb18030ext.h49 unsigned char c1 = s[0]; local
50 if ((c1 == 0xa2) || (c1 >= 0xa4 && c1 <= 0xa9) || (c1 == 0xd7) || (c1 == 0xfe)) {
54 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
56 switch (c1) {
H A Djohab_hangul.h107 unsigned char c1 = s[0]; local
108 if ((c1 >= 0x84 && c1 <= 0xd3)) {
112 unsigned int johab = (c1 << 8) | c2;
/macosx-10.10.1/ncurses-44/xcodescripts/
H A Dinstall_man_misc.sh40 section=$(echo $x | cut -c1-1)
/macosx-10.10.1/ruby-106/ruby/test/open-uri/
H A Dtest_ssl.rb154 36:c1:44:4e:ab:9a:b2:73:6d
172 66:71:70:6c:41:81:6a:dd:a4:4f:a3:c1:ac:70:d4:78:1b:23:
214 e2:9e:35:55:e8:e8:af:be:c8:7d:bb:c2:d4:aa:c1:
231 9a:34:99:ea:76:a2:ed:f0:f7:a7:75:3b:81:fb:75:57:93:c1:
234 eb:f3:e0:61:e2:05:e5:7e:c1:e0:33:1c:76:65:23:2c:25:08:
266 e2:9e:35:55:e8:e8:af:be:c8:7d:bb:c2:d4:aa:c1:
274 c1:2e:17:5a:25:82:00:c4:e7:fb:1d:42:ea:71:6c:
300 38:fb:9c:42:96:df:6e:43:9c:c3:19:c1:3d:bc:db:
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_constant.rb8 @const = @c1.constants.first
25 assert_equal @c1, c.is_alias_for
H A Dtest_rdoc_context_section.rb28 c1 = RDoc::Comment.new "# :section: section\n", file1
32 s = @S.new klass, 'section', c1
H A Dtest_rdoc_method_attr.rb120 assert_equal '#m', @c1_m.output_name(@c1)
121 assert_equal '::m', @c1__m.output_name(@c1)
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dttkbut.tcl65 ttk::checkbutton $w.checks.c1 -text Cheese -variable cheese
70 pack $w.checks.e $w.checks.sep1 $w.checks.c1 $w.checks.c2 $w.checks.sep2 \
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dtreeview.test363 .tv insert c end -id c1
365 .tv insert c1 end -id c11
369 list [.tv exists c] [.tv exists c1] [.tv exists c2] [.tv exists c11]
374 .tv insert c end -id c1
376 .tv insert c1 end -id c11
378 .tv delete [list c c1 c2 c11]
380 list [.tv exists c] [.tv exists c1] [.tv exists c2] [.tv exists c11]
385 .tv insert c end -id c1
387 .tv insert c1 end -id c11
389 .tv delete [list c11 c1 c
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dcache.c47 const void *c1,
50 monitor_cache_t *cc1 = ( monitor_cache_t * )c1;
64 void *c1,
67 monitor_cache_t *cc1 = ( monitor_cache_t * )c1;
46 monitor_cache_cmp( const void *c1, const void *c2 ) argument
63 monitor_cache_dup( void *c1, void *c2 ) argument
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbraces.c96 int i, j, c, c1; local
111 c1 = c;
121 c = c1;
126 c = c1;
/macosx-10.10.1/bootp-298/bootplib/
H A Dutil.c353 uint8_t * c1 = e1->octet; local
356 for (i = 0; i < sizeof(e1->octet); i++, c1++, c2++) {
357 if (*c1 == *c2)
359 return ((int)*c1 - (int)*c2);
/macosx-10.10.1/groff-38/groff/src/utils/afmtodit/
H A Dafmtodit.pl6444 my $c1 = $kern1[$i];
6446 if ($nmap{$c1} != 0 && $nmap{$c2} != 0) {
6447 for (my $j = 0; $j < $nmap{$c1}; $j++) {
6451 $map{$c1, $j},
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_palisade.h199 static void sendsupercmd (struct packettx *buffer, int c1, int c2);
/macosx-10.10.1/ruby-106/ruby/
H A Dst.c1502 unsigned int c1, c2; local
1505 c1 = (unsigned char)*s1++;
1507 if (c1 == '\0' || c2 == '\0') {
1508 if (c1 != '\0') return 1;
1512 if ((unsigned int)(c1 - 'A') <= ('Z' - 'A')) c1 += 'a' - 'A';
1514 if (c1 != c2) {
1515 if (c1 > c2)
1526 unsigned int c1, c2; local
1529 c1
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/
H A Dtest_gssscram.c89 const heim_scram_data *c1,
108 c1, s1, c2noproof, &clientSig, server);
132 c1, s1, c2noproof, sessionKey);
86 calculate(void *ctx, heim_scram_method method, const heim_scram_data *user, const heim_scram_data *c1, const heim_scram_data *s1, const heim_scram_data *c2noproof, const heim_scram_data *proof, heim_scram_data *server, heim_scram_data *sessionKey) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/ntlm/
H A Dtest_scram.c212 const heim_scram_data *c1,
232 c1, s1, c2noproof, &clientSig, server);
256 c1, s1, c2noproof, sessionKey);
285 printf("c1: %.*s\n", (int)cp.length, (char *)cp.data);
209 calculate(void *ctx, heim_scram_method method, const heim_scram_data *user, const heim_scram_data *c1, const heim_scram_data *s1, const heim_scram_data *c2noproof, const heim_scram_data *proof, heim_scram_data *server, heim_scram_data *sessionKey) argument
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducmndata.c105 int32_t c1=(uint8_t)*s1++; local
107 cmp=c1-c2;
108 if(cmp!=0 || c1==0) { /* different or done */
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Dudis86_syn-intel.c236 cast = u->c1;
238 cast = u->c1;
256 cast = u->c1;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPAttributeList.cpp22 bool nocase_compare(char c1, char c2);
190 bool nocase_compare( char c1, char c2){ argument
191 return toupper(c1) == toupper(c2);

Completed in 215 milliseconds

1234567891011>>