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

1234567891011

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c105 BN_ULONG c1 = 0; local
108 return (c1);
111 mul_add(rp[0], ap[0], w, c1);
112 mul_add(rp[1], ap[1], w, c1);
113 mul_add(rp[2], ap[2], w, c1);
114 mul_add(rp[3], ap[3], w, c1);
120 mul_add(rp[0], ap[0], w, c1);
122 return c1;
123 mul_add(rp[1], ap[1], w, c1);
125 return c1;
135 BN_ULONG c1 = 0; local
385 BN_ULONG c1, c2, c3; local
488 BN_ULONG c1, c2, c3; local
527 BN_ULONG c1, c2, c3; local
602 BN_ULONG c1, c2, c3; local
[all...]
H A Ds390x.S364 #define c1 %r1 define
368 #define mul_add_c(ai,bi,c1,c2,c3) \
371 algr c1,%r7; \
382 lghi c1,0
387 mul_add_c(0,0,c1,c2,c3);
388 stg c1,0*8(%r2)
389 lghi c1,0
391 mul_add_c(0,1,c2,c3,c1);
392 mul_add_c(1,0,c2,c3,c1);
396 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-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c74 BN_ULONG c1 = 0; local
78 return (c1);
82 mul_add(rp[0], ap[0], w, c1);
83 mul_add(rp[1], ap[1], w, c1);
84 mul_add(rp[2], ap[2], w, c1);
85 mul_add(rp[3], ap[3], w, c1);
92 mul_add(rp[0], ap[0], w, c1);
98 return (c1);
103 BN_ULONG c1 = 0; local
107 return (c1);
637 BN_ULONG c1, c2, c3; local
740 BN_ULONG c1, c2, c3; local
779 BN_ULONG c1, c2, c3; local
854 BN_ULONG c1, c2, c3; local
904 BN_ULONG c0, c1, ml, *tp, n0; local
1047 BN_ULONG c0, c1, *tp, n0 = *n0p; local
[all...]
/freebsd-11-stable/lib/libc/locale/
H A Dcollcmp.c43 int __collate_range_cmp(char c1, char c2) argument
47 s1[0] = c1;
54 int __wcollate_range_cmp(wchar_t c1, wchar_t c2) argument
58 s1[0] = c1;
/freebsd-11-stable/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-11-stable/usr.sbin/sa/
H A Dmain.c399 struct cmdinfo c1, c2; local
402 memcpy(&c1, d1->data, sizeof(c1));
405 t1 = c1.ci_utime + c1.ci_stime;
411 return (cmp_comm(c1.ci_comm, c2.ci_comm));
420 struct cmdinfo c1, c2; local
423 memcpy(&c1, d1->data, sizeof(c1));
426 t1 = c1
444 struct cmdinfo c1, c2; local
461 struct cmdinfo c1, c2; local
482 struct cmdinfo c1, c2; local
499 struct cmdinfo c1, c2; local
524 struct cmdinfo c1, c2; local
[all...]
/freebsd-11-stable/contrib/libdivsufsort/lib/
H A Ddivsufsort.c47 saint_t c0, c1; local
62 do { ++BUCKET_A(c1 = c0); } while((0 <= --i) && ((c0 = T[i]) >= c1));
65 ++BUCKET_BSTAR(c0, c1);
68 for(--i, c1 = c0; (0 <= i) && ((c0 = T[i]) <= c1); --i, c1 = c0) {
69 ++BUCKET_B(c0, c1);
85 for(c1 = c0 + 1; c1 < ALPHABET_SIZ
200 saint_t c0, c1, c2; local
264 saint_t c0, c1, c2; local
[all...]
/freebsd-11-stable/contrib/groff/src/include/
H A Dgeometry.h25 double c0, double c1,
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/telnet/libtelnet/
H A Dgenget.c56 char c1, c2; local
61 c1 = *s1;
63 while (LOWER(c1) == LOWER(c2)) {
64 if (c1 == '\0')
66 c1 = *++s1;
/freebsd-11-stable/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-11-stable/sys/arm/arm/
H A Dcpufunc_asm_pj4b.S43 mrc p15, 1, r0, c15, c1, 0
48 mcr p15, 1, r0, c15, c1, 0
51 mrc p15, 1, r0, c15, c1, 1
58 mcr p15, 1, r0, c15, c1, 1
70 mrc p15, 1, r0, c15, c1, 2
77 mcr p15, 1, r0, c15, c1, 2
80 mrc p15, 0, r0, c1, c0, 1
82 mcr p15, 0, r0, c1, c0, 1
/freebsd-11-stable/usr.sbin/fmtree/
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-11-stable/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-11-stable/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-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c256 int c1; local
262 c1 = tolower ((int) *String1);
268 while ((c1 == c2) && (c1));
270 return (c1 - c2);
/freebsd-11-stable/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 int c1, c2, out; local
329 int c1, c2, out; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Do_str.c109 const unsigned char *c1 = v1, *c2 = v2; local
112 while (n && (ret = *c1 - *c2) == 0)
113 n--, c1++, c2++;
/freebsd-11-stable/usr.bin/sort/
H A Dvsort.c118 cmp_chars(wchar_t c1, wchar_t c2) argument
121 if (c1 == c2)
124 if (c1 == L'~')
129 if (isdigit_clocale(c1) || !c1)
135 if (isalpha_clocale(c1))
136 return ((isalpha_clocale(c2)) ? ((int) c1 - (int) c2) : -1);
141 return ((int) c1 - (int) c2);
156 wchar_t c1, c2; local
158 c1
206 wchar_t c1, c2; local
[all...]

Completed in 338 milliseconds

1234567891011