Searched refs:c2 (Results 176 - 200 of 237) sorted by relevance

12345678910

/freebsd-10.0-release/crypto/heimdal/
H A Dconfig.sub495 convex-c2)
496 basic_machine=c2-convex
/freebsd-10.0-release/sys/arm/arm/
H A Dcpufunc_asm_sheeva.S61 mcr p15, 0, r0, c2, c0, 0 /* load new TTB */
/freebsd-10.0-release/bin/sh/
H A Dexpand.c121 collate_range_cmp(wchar_t c1, wchar_t c2) argument
126 s2[0] = c2;
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_nsec3.c501 nsec3_hash_cmp(const void* c1, const void* c2) argument
504 struct nsec3_cached_hash* h2 = (struct nsec3_cached_hash*)c2;
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregcomp.c1803 unsigned char c2;
1810 c2 = re_string_peek_byte_case (input, 1);
1811 token->opr.c = c2;
1822 token->word_char = IS_WORD_CHAR (c2) != 0;
1824 switch (c2)
1835 token->opr.idx = c2 - '1';
2040 unsigned char c2;
2042 c2 = re_string_peek_byte (input, 0);
2043 token->opr.c = c2;
2049 unsigned char c2;
1795 unsigned char c2; local
2032 unsigned char c2; local
2041 unsigned char c2; local
[all...]
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dnode.cpp201 charinfo *get_lig(charinfo *c1, charinfo *c2);
202 int get_kern(charinfo *c1, charinfo *c2, hunits *res);
611 charinfo *tfont::get_lig(charinfo *c1, charinfo *c2) argument
617 switch (c2->get_ascii_code()) {
633 switch (c2->get_ascii_code()) {
649 inline int tfont::get_kern(charinfo *c1, charinfo *c2, hunits *res) argument
655 c2->get_index(),
H A Dinput.cpp3649 int c2 = iter2.get(&nd2); local
3650 assert(c2 != EOF);
3651 if (c1 != c2) {
3654 else if (c2 == 0)
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dmips.pl1066 $MULTU $a_0,$b_0 # mul_add_c(a[0],b[0],c1,c2,c3);
1076 $MULTU $a_0,$b_1 # mul_add_c(a[0],b[1],c2,c3,c1);
1085 $MULTU $a_1,$b_0 # mul_add_c(a[1],b[0],c2,c3,c1);
1094 $MULTU $a_2,$b_0 # mul_add_c(a[2],b[0],c3,c1,c2);
1098 $ST $c_2,$BNSZ($a0) # r[1]=c2;
1104 $MULTU $a_1,$b_1 # mul_add_c(a[1],b[1],c3,c1,c2);
1111 $MULTU $a_0,$b_2 # mul_add_c(a[0],b[2],c3,c1,c2);
1119 $MULTU $a_0,$b_3 # mul_add_c(a[0],b[3],c1,c2,c3);
1130 $MULTU $a_1,$b_2 # mul_add_c(a[1],b[2],c1,c2,c3);
1138 $MULTU $a_2,$b_1 # mul_add_c(a[2],b[1],c1,c2,c
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp581 // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2))
599 // reassoc. (op c2, (op x, c1)) -> (op x, (op c1, c2))
1362 // fold (add (shl (add x, c1), c2), ) -> (add (add (shl x, c2), c1<<c2), )
1398 // fold (add c1, c2) -> c1+c2
1414 // fold ((c1-A)+c2)
3617 uint64_t c2 = N1C->getZExtValue(); local
3636 uint64_t c2 = N1C->getZExtValue(); local
3657 uint64_t c2 = N1C->getZExtValue(); local
3868 uint64_t c2 = N1C->getZExtValue(); local
3881 uint64_t c2 = N1C->getZExtValue(); local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree.c6259 enum tree_code c2)
6265 for (c = c1; c <= c2; ++c)
6272 for (c = c1; c <= c2; ++c)
6320 enum omp_clause_code c2)
6326 for (c = c1; c <= c2; ++c)
6333 for (c = c1; c <= c2; ++c)
6228 tree_range_check_failed(const tree node, const char *file, int line, const char *function, enum tree_code c1, enum tree_code c2) argument
6289 omp_clause_range_check_failed(const tree node, const char *file, int line, const char *function, enum omp_clause_code c1, enum omp_clause_code c2) argument
H A Dfold-const.c6155 REAL_VALUE_TYPE c2;
6157 REAL_ARITHMETIC (c2, MULT_EXPR, c, c);
6158 real_convert (&c2, mode, &c2);
6160 if (REAL_VALUE_ISINF (c2))
6165 build_real (TREE_TYPE (arg), c2));
6174 build_real (TREE_TYPE (arg), c2));
6178 REAL_VALUE_TYPE c2;
6180 REAL_ARITHMETIC (c2, MULT_EXPR, c, c);
6181 real_convert (&c2, mod
6120 REAL_VALUE_TYPE c2; local
6143 REAL_VALUE_TYPE c2; local
[all...]
/freebsd-10.0-release/contrib/atf/admin/
H A Dconfig.sub539 convex-c2)
540 basic_machine=c2-convex
H A Dconfig.guess741 else echo c2-convex-bsd
1458 c2*)
1461 else echo c2-convex-bsd
/freebsd-10.0-release/contrib/byacc/
H A Dconfig.sub550 convex-c2)
551 basic_machine=c2-convex
/freebsd-10.0-release/contrib/dialog/
H A Dconfig.sub550 convex-c2)
551 basic_machine=c2-convex
/freebsd-10.0-release/contrib/ldns/
H A Dconfig.sub546 convex-c2)
547 basic_machine=c2-convex
/freebsd-10.0-release/contrib/openpam/
H A Dconfig.sub544 convex-c2)
545 basic_machine=c2-convex
H A Dconfig.guess758 else echo c2-convex-bsd
1483 c2*)
1486 else echo c2-convex-bsd
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.sub552 convex-c2)
553 basic_machine=c2-convex
/freebsd-10.0-release/crypto/openssh/
H A Dconfig.sub555 convex-c2)
556 basic_machine=c2-convex
/freebsd-10.0-release/sys/boot/ficl/
H A Dwords.c4453 char c2 = *cp2++; local
4457 c2 = (char)tolower(c2);
4459 n = (int)(c1 - c2);
/freebsd-10.0-release/contrib/groff/src/preproc/tbl/
H A Dtable.cpp1251 void table::set_delim(char c1, char c2) argument
1254 delim[1] = c2;
/freebsd-10.0-release/contrib/openbsm/config/
H A Dconfig.guess706 else echo c2-convex-bsd
1345 c2*)
1348 else echo c2-convex-bsd
/freebsd-10.0-release/contrib/binutils/
H A Dconfig.guess718 else echo c2-convex-bsd
1452 c2*)
1455 else echo c2-convex-bsd
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c1965 # define BUF_PUSH_2(c1, c2) \
1969 *b++ = (UCHAR_T) (c2); \
1974 # define BUF_PUSH_3(c1, c2, c3) \
1978 *b++ = (UCHAR_T) (c2); \

Completed in 687 milliseconds

12345678910