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

1234567891011

/freebsd-11-stable/sys/dev/iscsi/
H A Discsi.c1864 iscsi_session_conf_matches(unsigned int id1, const struct iscsi_session_conf *c1, argument
1871 strcmp(c1->isc_target, c2->isc_target) != 0)
1874 strcmp(c1->isc_target_addr, c2->isc_target_addr) != 0)
/freebsd-11-stable/contrib/gcc/
H A Dtree.c6281 const char *function, enum tree_code c1,
6288 for (c = c1; c <= c2; ++c)
6295 for (c = c1; c <= c2; ++c)
6342 const char *function, enum omp_clause_code c1,
6349 for (c = c1; c <= c2; ++c)
6356 for (c = c1; c <= c2; ++c)
6251 tree_range_check_failed(const tree node, const char *file, int line, const char *function, enum tree_code c1, enum tree_code c2) argument
6312 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
/freebsd-11-stable/tools/test/netfibs/
H A Dforwarding.sh212 ping6 -n -c1 ${_addr} > /dev/null 2>&1
377 ping6 -n -c1 -p ${_fibtxt} ${_addr} > /dev/null 2>&1
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1725 [](uint64_t c1, uint64_t c2) { return c1 + c2; });
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub548 convex-c1)
549 basic_machine=c1-convex
H A Dconfig.guess753 echo c1-convex-bsd
1491 c1*)
1492 echo c1-convex-bsd
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub546 convex-c1)
547 basic_machine=c1-convex
H A Dconfig.guess753 echo c1-convex-bsd
1491 c1*)
1492 echo c1-convex-bsd
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub542 convex-c1)
543 basic_machine=c1-convex
H A Dconfig.guess734 echo c1-convex-bsd
1463 c1*)
1464 echo c1-convex-bsd
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub565 convex-c1)
566 basic_machine=c1-convex
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub546 convex-c1)
547 basic_machine=c1-convex
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub563 convex-c1)
564 basic_machine=c1-convex
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.c320 *key_start = skip_cols_to_start(s, ks->c1, *field_start,
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub563 convex-c1)
564 basic_machine=c1-convex
H A Dshell.c1478 u64 c0, c1, c2, c3, c4; local
1523 c1 = a01^a11^a21^a31^a41;
1527 d0 = c4^ROL64(c1, 1);
1529 d2 = c1^ROL64(c3, 1);
1590 c1 = a11^a31^a01^a21^a41;
1594 d0 = c4^ROL64(c1, 1);
1596 d2 = c1^ROL64(c3, 1);
1657 c1 = a31^a21^a11^a01^a41;
1661 d0 = c4^ROL64(c1, 1);
1663 d2 = c1
1868 const unsigned char c1 = 0x86; local
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub555 convex-c1)
556 basic_machine=c1-convex
/freebsd-11-stable/stand/ficl/
H A Dwords.c4464 char c1 = *cp1++; local
4468 c1 = (char)tolower(c1);
4471 n = (int)(c1 - c2);
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub558 convex-c1)
559 basic_machine=c1-convex
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c3797 HOST_WIDE_INT c0, c1;
3825 c1 = -(c0 < 0);
3831 c1 = -(c0 < 0);
3834 c1 = CONST_DOUBLE_HIGH (source);
3842 result = rs6000_emit_set_long_const (dest, c0, c1);
3862 rs6000_emit_set_long_const (rtx dest, HOST_WIDE_INT c1, HOST_WIDE_INT c2)
3872 emit_move_insn (operand1, GEN_INT (c1));
3879 ud1 = c1 & 0xffff;
3880 ud2 = (c1 & 0xffff0000) >> 16;
3882 c2 = c1 >> 3
3787 HOST_WIDE_INT c0, c1; local
3852 rs6000_emit_set_long_const(rtx dest, HOST_WIDE_INT c1, HOST_WIDE_INT c2) argument
11934 REAL_VALUE_TYPE c1; local
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.cpp1251 void table::set_delim(char c1, char c2) argument
1253 delim[0] = c1;
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.guess701 echo c1-convex-bsd
1342 c1*)
1343 echo c1-convex-bsd
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess713 echo c1-convex-bsd
1449 c1*)
1450 echo c1-convex-bsd
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.guess705 echo c1-convex-bsd
1338 c1*)
1339 echo c1-convex-bsd
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.guess732 echo c1-convex-bsd
1434 c1*)
1435 echo c1-convex-bsd

Completed in 545 milliseconds

1234567891011