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

123456789

/freebsd-current/contrib/ncurses/
H A Dconfig.sub279 convex-c2)
280 basic_machine=c2-convex
H A Dconfig.guess841 else echo c2-convex-bsd
/freebsd-current/contrib/bearssl/test/
H A Dtest_crypto.c9343 int c1, c2; local
9358 c2 = *s2 ++;
9359 if (c2 >= 'A' && c2 <= 'Z') {
9360 c2 += 'a' - 'A';
9362 switch (c2) {
9369 if (c1 != c2) {
/freebsd-current/contrib/openbsm/config/
H A Dconfig.guess706 else echo c2-convex-bsd
1345 c2*)
1348 else echo c2-convex-bsd
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1101 int64_t c2 = 2097151 & (load_3(c + 5) >> 2); local
1163 s2 = c2 + a0 * b2 + a1 * b1 + a2 * b0;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2217 [](uint64_t c1, uint64_t c2) { return c1 + c2; });
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp732 /// of folding (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2).
734 /// and ConstNode is c2.
1297 // Reassociate: (op (op x, c1), c2) -> (op x, (op c1, c2))
2726 // fold (add c1, c2) -> c1+c2
2757 // fold ((A-c1)+c2) -> (A+(c2
10559 uint64_t c2 = N1C->getZExtValue(); local
[all...]
/freebsd-current/contrib/dialog/
H A Dconfig.guess800 else echo c2-convex-bsd
/freebsd-current/crypto/heimdal/
H A Dconfig.guess737 else echo c2-convex-bsd
1437 c2*)
1440 else echo c2-convex-bsd
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess759 else echo c2-convex-bsd
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dconfig.guess773 else echo c2-convex-bsd
/freebsd-current/contrib/libevent/build-aux/
H A Dconfig.guess800 else echo c2-convex-bsd
/freebsd-current/contrib/sqlite3/
H A Dconfig.guess835 else echo c2-convex-bsd
/freebsd-current/crypto/openssh/
H A Dconfig.guess835 else echo c2-convex-bsd
/freebsd-current/contrib/tcpdump/
H A Dconfig.guess835 else echo c2-convex-bsd
/freebsd-current/contrib/openpam/
H A Dconfig.guess788 else echo c2-convex-bsd
/freebsd-current/contrib/ldns/
H A Dconfig.guess835 else echo c2-convex-bsd
/freebsd-current/contrib/libpcap/
H A Dconfig.guess835 else echo c2-convex-bsd
/freebsd-current/contrib/file/
H A Dconfig.guess839 else echo c2-convex-bsd
/freebsd-current/contrib/unbound/
H A Dconfig.guess841 else echo c2-convex-bsd
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c1210 uint8_t c1, c2; local
1226 c2 = '\0';
1228 c2 = dtrace_load8((uintptr_t)s2++);
1231 if (c1 != c2)
1232 return (c1 - c2);
13411 u_char c1, c2;
13456 c2 = dtrace_dof_char(data[i * 2 + 1]);
13457 if (c1 == UCHAR_MAX || c2 == UCHAR_MAX) {
13461 dofbuf[i] = c1 * 16 + c2;
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c3625 int i, j, c1, c2; local
3637 c1 = c2 = -1;
3644 c2 = j;
3648 if (c2 < 0)
/freebsd-current/contrib/byacc/
H A Dconfig.guess839 else echo c2-convex-bsd
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1735 precis : 1, stkflt : 1, errsumm : 1, c0 : 1, c1 : 1, c2 : 1, tos : 3, member in struct:llvm::MachO::fp_status_t
/freebsd-current/crypto/openssl/crypto/ec/
H A Dcurve25519.c4998 int64_t c2 = kBottom21Bits & (load_3(c + 5) >> 2); local
5058 s2 = c2 + a0 * b2 + a1 * b1 + a2 * b0;

Completed in 692 milliseconds

123456789