Searched refs:c2 (Results 1 - 25 of 201) sorted by relevance

123456789

/freebsd-current/lib/libc/string/
H A Dwcsncasecmp.c35 wchar_t c1, c2; local
41 c2 = towlower(*s2);
42 if (c1 != c2)
43 return ((int)c1 - c2);
H A Dwcscasecmp.c35 wchar_t c1, c2; local
39 c2 = towlower(*s2);
40 if (c1 != c2)
41 return ((int)c1 - c2);
/freebsd-current/lib/libc/iconv/
H A Dcitrus_bcs.c45 int c1, c2; local
47 c1 = c2 = 1;
49 while (c1 && c2 && c1 == c2) {
51 c2 = _bcs_toupper(*str2++);
54 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
64 int c1, c2; local
66 c1 = c2 = 1;
68 while (c1 && c2
[all...]
/freebsd-current/lib/libc/locale/
H A Dcollcmp.c42 int __collate_range_cmp(char c1, char c2) argument
48 s2[0] = c2;
53 int __wcollate_range_cmp(wchar_t c1, wchar_t c2) argument
59 s2[0] = c2;
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c309 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
310 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
311 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
313 * sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number
314 * c=(c2,c1,c0)
323 # define mul_add_c(a,b,c0,c1,c2) do { \
328 c1 += hi; c2
395 BN_ULONG c1, c2, c3; local
498 BN_ULONG c1, c2, c3; local
537 BN_ULONG c1, c2, c3; local
612 BN_ULONG c1, c2, c3; local
[all...]
H A Ds390x.S365 #define c2 %r5 define
368 #define mul_add_c(ai,bi,c1,c2,c3) \
372 alcgr c2,%r6; \
383 lghi c2,0
387 mul_add_c(0,0,c1,c2,c3);
391 mul_add_c(0,1,c2,c3,c1);
392 mul_add_c(1,0,c2,c3,c1);
393 stg c2,1*8(%r2)
394 lghi c2,0
396 mul_add_c(2,0,c3,c1,c2);
[all...]
H A Dco-586.pl28 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
48 &adc($c2,0);
56 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
77 &adc($c2,0);
85 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
104 &adc($c2,0);
109 &adc($c2,0);
118 local($a,$b,$c0,$c1,$c2);
126 $c2="ebp";
158 &xor($c2,
[all...]
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_asm.c440 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
441 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
442 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
444 * sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number
445 * c=(c2,c1,c0)
453 # define mul_add_c(a,b,c0,c1,c2) do { \
459 c1 = (c1+hi)&BN_MASK2; c2
593 BN_ULONG c1, c2, c3; local
696 BN_ULONG c1, c2, c3; local
735 BN_ULONG c1, c2, c3; local
810 BN_ULONG c1, c2, c3; local
[all...]
/freebsd-current/usr.sbin/sa/
H A Dmain.c389 struct cmdinfo c1, c2; local
393 memcpy(&c2, d2->data, sizeof(c2));
396 t2 = c2.ci_utime + c2.ci_stime;
401 return (cmp_comm(c1.ci_comm, c2.ci_comm));
410 struct cmdinfo c1, c2; local
414 memcpy(&c2, d2->data, sizeof(c2));
419 t2 = c2
434 struct cmdinfo c1, c2; local
451 struct cmdinfo c1, c2; local
472 struct cmdinfo c1, c2; local
489 struct cmdinfo c1, c2; local
514 struct cmdinfo c1, c2; local
[all...]
/freebsd-current/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c56 char c1, c2; local
62 c2 = *s2;
63 while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) {
67 c2 = *++s2;
/freebsd-current/contrib/telnet/libtelnet/
H A Dgenget.c52 char c1, c2; local
58 c2 = *s2;
59 while (LOWER(c1) == LOWER(c2)) {
63 c2 = *++s2;
/freebsd-current/tools/test/sort/bigtest/
H A Dkcmd211 for c2 in 0 1 2 3 4 5 10 15 20 25 30
213 echo ${LANG} ${KEYS} ${f1} ${c1} ${f2} ${c2}
215 ${BSDSORT} ${KEYS} +${f1}.${c1} -${f2}.${c2} ${INPUT_FILE} -o siks/sik1
218 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} crash >> test.log
221 ${GNUSORT} ${KEYS} +${f1}.${c1} -${f2}.${c2} ${INPUT_FILE} -o siks/sik2
222 if ! ${FILECMP} siks/sik1 siks/sik2 >siks/res.${f1}.${c1}.${f2}.${c2} 2>&1 ; then
223 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} error +- >> test.log
225 ${BSDSORT} -c ${KEYS} +${f1}.${c1} -${f2}.${c2} siks/sik1
228 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} -c error +- >> test.log
230 rm siks/res.${f1}.${c1}.${f2}.${c2}
[all...]
/freebsd-current/contrib/mtree/
H A Dspecspec.c196 NODE *c1, *c2, *n1, *n2; local
206 c2 = t2->child;
208 c2 = NULL;
209 while (c1 != NULL || c2 != NULL) {
213 if (c2 != NULL)
214 n2 = c2->next;
215 if (c1 != NULL && c2 != NULL) {
216 if (c1->type != F_DIR && c2->type == F_DIR) {
217 n2 = c2;
218 c2
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dfnmatch.c145 char c, c2; local
163 && (c2 = *(pattern+1)) != EOS && c2 != ']') {
165 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
166 c2 = *pattern++;
167 if (c2 == EOS)
169 if (c <= test && test <= c2)
/freebsd-current/usr.bin/sort/
H A Dvsort.c115 cmp_chars(wchar_t c1, wchar_t c2) argument
118 if (c1 == c2)
123 if (c2 == L'~')
127 return ((isdigit_clocale(c2) || !c2) ? 0 : -1);
129 if (isdigit_clocale(c2) || !c2)
133 return ((isalpha_clocale(c2)) ? ((int) c1 - (int) c2) : -1);
135 if (isalpha_clocale(c2))
153 wchar_t c1, c2; local
203 wchar_t c1, c2; local
[all...]
/freebsd-current/sys/libkern/
H A Dfnmatch.c160 char c, c2; local
195 && (c2 = *(pattern+1)) != EOS && c2 != ']') {
197 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
198 c2 = *pattern++;
199 if (c2 == EOS)
203 c2 = tolower((unsigned char)c2);
205 if (c <= test && test <= c2)
H A Diconv_xlat16.c121 uint16_t c1, c2, ctmp; local
135 c2 = *src & 0xff;
138 c1 = c2 & 0x80 ? c1 | 0x100 : c1;
139 c2 = c2 & 0x80 ? c2 & 0x7f : c2;
141 if (ir > 1 && dp->d_table[c1] && dp->d_table[c1][c2]) {
156 c2 = C2I2(ctmp);
172 code = dp->d_table[c1][c2];
302 int c1, c2, out; local
327 int c1, c2, out; local
[all...]
/freebsd-current/contrib/sendmail/libsm/
H A Dmatch.c51 char c, c2; local
110 c2 = *pat++;
111 if (*str >= c && *str <= c2)
/freebsd-current/contrib/bc/src/
H A Ddc_lex.c177 char c = l->buf[l->i++], c2; local
222 c2 = l->buf[l->i];
224 if (c2 == '=') l->t = BC_LEX_OP_REL_NE;
225 else if (c2 == '<') l->t = BC_LEX_OP_REL_LE;
226 else if (c2 == '>') l->t = BC_LEX_OP_REL_GE;
242 c2 = l->buf[l->i];
246 if (BC_NO_ERR(BC_LEX_NUM_CHAR(c2, true, false)))
278 c2 = l->buf[l->i];
280 if (c2 == 'l') l->t = BC_LEX_KW_LINE_LENGTH;
281 else if (c2
[all...]
H A Dbc_lex.c173 char c = l->buf[l->i++], c2; local
228 c2 = l->buf[l->i];
232 if (BC_NO_ERR(c2 == '&'))
271 c2 = l->buf[l->i];
274 if (c2 == '+')
291 c2 = l->buf[l->i];
294 if (c2 == '-')
305 c2 = l->buf[l->i];
308 if (BC_LEX_NUM_CHAR(c2, true, false)) bc_lex_number(l, c);
320 c2
[all...]
/freebsd-current/lib/libmp/tests/
H A Dlegacy_test.c33 MINT *c0, *c1, *c2, *c3, *c5, *c6, *c8, *c10, *c14, *c15, *c25, \ variable
103 testmcmp(t1, c2, "mdiv1");
107 testmcmp(t1, c2, "mdiv3");
112 testmcmp(t2, c2, "sdiv1");
118 testmcmp(t2, c2, "sdiv3");
126 mp_mult(c5, c2, t0);
136 mp_pow(c2, c3, c10, t0);
138 mp_pow(c2, c3, c3, t0);
139 testmcmp(t0, c2, "pow1");
140 mp_rpow(c2,
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dptrace3.sh59 * child processes c1 and c2 which do nothing but sleep; a third child process
60 * (c3) uses ptrace(2) to reparent c1 and c2 from p to c3. Then c3 detaches from
61 * c1 and c2, causing a crash when c1 and c2 are removed from p's now-corrupt
105 pid_t c1, c2, p;
108 c2 = sleeper();
115 attach(c2);
117 detach(c2);
127 (void)kill(c2, SIGKILL);
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutnonansi.c257 int c2; local
263 c2 = tolower ((int) *String2);
268 while ((c1 == c2) && (c1));
270 return (c1 - c2);
/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_superscalar.c78 uint64_t a2, b2, c2, d2; local
86 c2 = ctx->superscalar[2].v[1];
95 c2 += b2;
97 d2 += c2;
106 ctx->superscalar[2].v[1] = c2;
117 uint64_t a2, b2, c2, d2; local
125 c2 = ctx->superscalar[2].v[1];
134 c2 += b2;
136 d2 += c2;
145 ctx->superscalar[2].v[1] = c2;
[all...]
/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.c359 stable_collate_range_cmp(int c1, int c2) argument
365 s2[0] = c2;
368 return (c1 - c2);
379 int c1, c2, n1, n2, r; local
388 c2 = (unsigned char)p2->first;
389 if ((r = stable_collate_range_cmp(c1, c2)) != 0)
399 while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0' && c2 != EOF)
400 SET_N(n2, c2);
[all...]

Completed in 226 milliseconds

123456789