Searched refs:c1 (Results 1 - 25 of 237) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dfilename_cmp.c58 int c1 = TOLOWER (*s1);
62 if (c1 == '/')
63 c1 = '\\';
67 if (c1 != c2)
68 return (c1 - c2);
70 if (c1 == '\0')
/freebsd-10.0-release/lib/libc/string/
H A Dwcscasecmp.c36 wchar_t c1, c2; local
39 c1 = towlower(*s1);
41 if (c1 != c2)
42 return ((int)c1 - c2);
H A Dwcsncasecmp.c36 wchar_t c1, c2; local
41 c1 = towlower(*s1);
43 if (c1 != c2)
44 return ((int)c1 - c2);
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_bcs.c45 int c1, c2; local
47 c1 = c2 = 1;
49 while (c1 && c2 && c1 == c2) {
50 c1 = _bcs_toupper(*str1++);
54 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
64 int c1, c2; local
66 c1 = c2 = 1;
68 while (c1
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c111 BN_ULONG c1=0; local
113 if (num <= 0) return(c1);
117 mul_add(rp[0],ap[0],w,c1);
118 mul_add(rp[1],ap[1],w,c1);
119 mul_add(rp[2],ap[2],w,c1);
120 mul_add(rp[3],ap[3],w,c1);
125 mul_add(rp[0],ap[0],w,c1); if (--num==0) return c1;
126 mul_add(rp[1],ap[1],w,c1); if (--num==0) return c1;
135 BN_ULONG c1=0; local
352 BN_ULONG c1,c2,c3; local
456 BN_ULONG c1,c2,c3; local
496 BN_ULONG c1,c2,c3; local
572 BN_ULONG c1,c2,c3; local
[all...]
H A Ds390x.S329 #define c1 %r1 define
333 #define mul_add_c(ai,bi,c1,c2,c3) \
336 algr c1,%r7; \
347 lghi c1,0
352 mul_add_c(0,0,c1,c2,c3);
353 stg c1,0*8(%r2)
354 lghi c1,0
356 mul_add_c(0,1,c2,c3,c1);
357 mul_add_c(1,0,c2,c3,c1);
361 mul_add_c(2,0,c3,c1,c
[all...]
H A Dco-586.pl18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
34 &adc($c1,"edx");
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
64 &adc($c1,"edx");
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
96 &adc($c1,"edx");
108 local($a,$b,$c0,$c1,$c2);
115 $c1="ecx";
135 &xor($c1,$c1);
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_asm.c73 BN_ULONG c1=0; local
76 if (num <= 0) return(c1);
81 mul_add(rp[0],ap[0],w,c1);
82 mul_add(rp[1],ap[1],w,c1);
83 mul_add(rp[2],ap[2],w,c1);
84 mul_add(rp[3],ap[3],w,c1);
90 mul_add(rp[0],ap[0],w,c1);
94 return(c1);
99 BN_ULONG c1=0; local
102 if (num <= 0) return(c1);
569 BN_ULONG c1,c2,c3; local
678 BN_ULONG c1,c2,c3; local
723 BN_ULONG c1,c2,c3; local
804 BN_ULONG c1,c2,c3; local
853 BN_ULONG c0,c1,ml,*tp,n0; local
992 BN_ULONG c0,c1,*tp,n0=*n0p; local
[all...]
/freebsd-10.0-release/tools/test/sort/bigtest/
H A Dkcmd105 for c1 in 1 2 3 4 5 10 15 20 25 30
107 echo ${LANG} ${KEYS} ${f1} ${c1}
109 ${BSDSORT} ${KEYS} +${f1}.${c1} ${INPUT_FILE} -o siks/sik1
112 echo ${LANG} ${KEYS} +${f1}.${c1} crash +- >> test.log
115 ${GNUSORT} ${KEYS} +${f1}.${c1} ${INPUT_FILE} -o siks/sik2
116 if ! ${FILECMP} siks/sik1 siks/sik2 >siks/res.${f1}.${c1} 2>&1 ; then
117 echo ${LANG} ${KEYS} +${f1}.${c1} error +- >> test.log
119 ${BSDSORT} -c ${KEYS} +${f1}.${c1} siks/sik1
122 echo ${LANG} ${KEYS} +${f1}.${c1} -c error +- >> test.log
124 rm siks/res.${f1}.${c1}
[all...]
/freebsd-10.0-release/usr.sbin/sa/
H A Dmain.c397 struct cmdinfo c1, c2; local
400 memcpy(&c1, d1->data, sizeof(c1));
403 t1 = c1.ci_utime + c1.ci_stime;
409 return (cmp_comm(c1.ci_comm, c2.ci_comm));
418 struct cmdinfo c1, c2; local
421 memcpy(&c1, d1->data, sizeof(c1));
424 t1 = c1
442 struct cmdinfo c1, c2; local
459 struct cmdinfo c1, c2; local
480 struct cmdinfo c1, c2; local
497 struct cmdinfo c1, c2; local
522 struct cmdinfo c1, c2; local
[all...]
/freebsd-10.0-release/contrib/groff/src/include/
H A Dgeometry.h25 double c0, double c1,
/freebsd-10.0-release/lib/libc/locale/
H A Dcollcmp.c43 int __collate_range_cmp(struct xlocale_collate *table, int c1, int c2) argument
47 s1[0] = c1;
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dstrcasecmp.c47 unsigned char c1, c2; local
54 c1 = TOLOWER (*p1);
57 if (LENGTH_LIMIT_EXPR (--n == 0) || c1 == '\0')
63 while (c1 == c2);
65 return c1 - c2;
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dgenget.c60 char c1, c2; local
65 c1 = *s1;
67 while (LOWER(c1) == LOWER(c2)) {
68 if (c1 == '\0')
70 c1 = *++s1;
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c56 char c1, c2; local
61 c1 = *s1;
63 while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) {
64 if (c1 == '\0')
66 c1 = *++s1;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstrverscmp.c94 unsigned char c1, c2; local
127 c1 = *p1++;
130 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0));
132 while ((diff = c1 - c2) == 0 && c1 != '\0')
135 c1 = *p1++;
137 state |= (c1 == '0') + (ISDIGIT (c1) != 0);
/freebsd-10.0-release/contrib/mtree/
H A Dspecspec.c196 NODE *c1, *c2, *n1, *n2; local
202 c1 = t1->child;
204 c1 = NULL;
209 while (c1 != NULL || c2 != NULL) {
211 if (c1 != NULL)
212 n1 = c1->next;
215 if (c1 != NULL && c2 != NULL) {
216 if (c1->type != F_DIR && c2->type == F_DIR) {
219 } else if (c1->type == F_DIR && c2->type != F_DIR) {
220 n1 = c1;
[all...]
/freebsd-10.0-release/usr.sbin/mtree/
H A Dspecspec.c179 NODE *c1, *c2, *n1, *n2; local
185 c1 = t1->child;
187 c1 = NULL;
192 while (c1 != NULL || c2 != NULL) {
194 if (c1 != NULL)
195 n1 = c1->next;
198 if (c1 != NULL && c2 != NULL) {
199 if (c1->type != F_DIR && c2->type == F_DIR) {
202 } else if (c1->type == F_DIR && c2->type != F_DIR) {
203 n1 = c1;
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
22 &adc($c1,"edx");
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
52 &adc($c1,"edx");
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
84 &adc($c1,"edx");
96 local($a,$b,$c0,$c1,$c2);
103 $c1="ecx";
123 &xor($c1,$c1);
[all...]
/freebsd-10.0-release/sys/libkern/
H A Diconv_xlat16.c122 uint16_t c1, c2, ctmp; local
136 c1 = ir > 1 ? *(src+1) & 0xff : 0;
140 c1 = c2 & 0x80 ? c1 | 0x100 : c1;
143 if (ir > 1 && dp->d_table[c1] && dp->d_table[c1][c2]) {
157 c1 = C2I1(ctmp);
163 c1 &= 0xff00;
164 if (!dp->d_table[c1]) {
304 register int c1, c2, out; local
329 register int c1, c2, out; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/
H A Do_str.c105 const unsigned char *c1=v1,*c2=v2; local
108 while(n && (ret=*c1-*c2)==0) n--,c1++,c2++;
/freebsd-10.0-release/usr.bin/sort/
H A Dvsort.c116 cmp_chars(wchar_t c1, wchar_t c2) argument
119 if (c1 == c2)
122 if (c1 == L'~')
127 if (isdigit_clocale(c1) || !c1)
133 if (isalpha_clocale(c1))
134 return ((isalpha_clocale(c2)) ? ((int) c1 - (int) c2) : -1);
139 return ((int) c1 - (int) c2);
154 wchar_t c1, c2; local
156 c1
204 wchar_t c1, c2; local
[all...]
/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c355 UChar c1, c2; local
360 c1 = block[i1]; c2 = block[i2];
361 if (c1 != c2) return (c1 > c2);
364 c1 = block[i1]; c2 = block[i2];
365 if (c1 != c2) return (c1 > c2);
368 c1 = block[i1]; c2 = block[i2];
369 if (c1 != c2) return (c1 > c
764 UChar c1; local
[all...]
/freebsd-10.0-release/contrib/dtc/scripts/
H A Dsetlocalversion15 printf '%s%s' -g `echo "$head" | cut -c1-8`
/freebsd-10.0-release/secure/lib/libcrypt/
H A Dcrypt-blowfish.c102 u_int8_t c1, c2, c3, c4; local
104 c1 = CHAR64(*p);
108 if (c1 == 255 || c2 == 255)
111 *bp++ = (u_int8_t)((c1 << 2) | ((c2 & 0x30) >> 4));
252 u_int8_t c1, c2; local
254 c1 = *p++;
255 *bp++ = Base64Code[(c1 >> 2)];
256 c1 = (c1 & 0x03) << 4;
258 *bp++ = Base64Code[c1];
[all...]

Completed in 269 milliseconds

12345678910