Searched refs:cc (Results 126 - 150 of 727) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bearssl/src/int/
H A Di31_decmod.c95 uint32_t cc; local
97 cc = (uint32_t)CMP(xw, m[v]);
98 r = MUX(EQ(cc, 0), r, cc);
H A Di15_muladd.c64 uint32_t cc, tb, over, under; local
145 cc = 0;
151 zl = MUL15(mw, q) + cc;
152 cc = zl >> 15;
156 cc += nxw >> 31;
163 * If we underestimated q, then either cc < hi (one extra bit
164 * beyond the top array word), or cc == hi and tb is true (no
167 * If we overestimated q, then cc > hi.
169 over = GT(cc, hi);
170 under = ~over & (tb | LT(cc, h
[all...]
H A Di31_muladd.c36 uint32_t cc; local
126 cc = 0;
133 zl = MUL31(mw, q) + cc;
134 cc = (uint32_t)(zl >> 31);
138 cc += nxw >> 31;
145 * If we underestimated q, then either cc < hi (one extra bit
146 * beyond the top array word), or cc == hi and tb is true (no
151 * cc > hi (thus a negative result). Correction is adding m once.
153 over = GT(cc, hi);
154 under = ~over & (tb | LT(cc, h
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_verify_checksums.ksh49 log_must zdb -cc $TESTPOOL
57 log_must zdb -cc $TESTPOOL
/freebsd-current/lib/googletest/gtest_main/
H A DMakefile17 SRCS+= gtest_main.cc
/freebsd-current/sys/dev/random/
H A Dbuild.sh37 cc -g -O0 -pthread \
47 cc -g -O0 -pthread \
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_calltree.h37 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
H A Dpmcpl_gprof.h41 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
/freebsd-current/lib/googletest/tests/gtest_main/
H A DMakefile27 gtest-typed-test_test.cc \
28 gtest-typed-test2_test.cc
31 gtest_prod_test.cc \
32 production.cc
/freebsd-current/sys/dev/cxgbe/
H A Dif_cc.c41 MODULE_DEPEND(if_cc, cc, 1, 1, 1);
/freebsd-current/contrib/libfido2/.actions/
H A Dbuild-linux-clang17 (cd build-$T && ${SCAN} --use-cc="${CC}" cmake -DCMAKE_BUILD_TYPE=$T ..)
18 ${SCAN} --use-cc="${CC}" --status-bugs make -j"$(nproc)" -C build-$T
/freebsd-current/contrib/bearssl/src/rand/
H A Daesctr_drbg.c38 ctx->cc = 0;
69 if ((uint32_t)(ctx->cc + ((clen + 15) >> 4)) > 32768) {
70 clen = (32768 - ctx->cc) << 4;
80 ctx->cc = ctx->sk.vtable->run(&ctx->sk.vtable,
81 iv, ctx->cc, buf, clen);
88 if (ctx->cc >= 32768) {
194 ctx->cc = 0;
/freebsd-current/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh31 atf_set "require.progs" "cc"
37 atf_set "require.progs" "cc"
43 atf_set "require.progs" "cc"
49 atf_set "require.progs" "cc file diff cat"
58 atf_check -s exit:0 -o ignore -e ignore cc -o hello test.c
73 cc -fPIC -dPIC -shared -o libtest.so pic.c
75 cc -o hello test.c -L. -ltest
83 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
84 atf_skip "cc -pie not supported on this architecture"
91 atf_check -s exit:0 -o ignore -e ignore cc
[all...]
/freebsd-current/lib/libnvmf/
H A Dnvmf_host.c48 struct nvmf_capsule *cc, *rc; local
53 cc = NULL;
100 cc = nvmf_allocate_command(qp, &cmd);
101 if (cc == NULL) {
113 error = nvmf_capsule_append_data(cc, &data, sizeof(data), true);
120 error = nvmf_transmit_capsule(cc);
184 if (cc != NULL)
185 nvmf_free_capsule(cc);
271 nvmf_host_wait_for_response(struct nvmf_capsule *cc, argument
274 struct nvmf_qpair *qp = cc
344 struct nvmf_capsule *cc, *rc; local
412 struct nvmf_capsule *cc, *rc; local
491 struct nvmf_capsule *cc, *rc; local
540 struct nvmf_capsule *cc, *rc; local
590 struct nvmf_capsule *cc, *rc; local
716 struct nvmf_capsule *cc, *rc; local
[all...]
/freebsd-current/stand/libsa/
H A Dnet.c86 ssize_t cc; local
110 cc = (*sproc)(d, sbuf, ssize);
111 if (cc != -1 && cc < ssize)
113 cc, ssize);
120 if (cc == -1) {
132 cc = (*rproc)(d, pkt, payload, tleft, recv_extra);
134 if (cc != -1 || (errno != 0 && errno != ETIMEDOUT))
135 return (cc);
/freebsd-current/usr.sbin/traceroute/
H A Dfindsaddr-socket.c94 register int s, size, cc, seq, i; local
118 cc = write(s, (char *)rp, size);
119 if (cc < 0) {
124 if (cc != size) {
125 sprintf(errbuf, "short write (%d != %d)", cc, size);
133 cc = read(s, (char *)rp, size);
134 if (cc < 0) {
149 if (rp->rtm_msglen > cc) {
150 sprintf(errbuf, "bad msglen %d > %d", rp->rtm_msglen, cc);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh49 cc -o main main.o
52 cc -c main.c
56 cc -shared -o livelib.so livelib.o prov.o -lc
59 cc -c livelib.c
69 cc -shared -o deadlib.so deadlib.o -lc
72 cc -c deadlib.c
H A Dtst.dlclose3.ksh49 cc -o main main.o
52 cc -c main.c
56 cc -shared -o livelib.so livelib.o prov.o -lc
59 cc -c livelib.c
69 cc -shared -o deadlib.so deadlib.o -lc
72 cc -c deadlib.c
H A Dtst.dlclose2.ksh44 cc -o main main.o
47 cc -c main.c
51 cc -shared -o livelib.so livelib.o prov.o -lc
54 cc -c livelib.c
64 cc -shared -o deadlib.so deadlib.o -lc
67 cc -c deadlib.c
H A Dtst.badguess.ksh64 cc -xarch=generic64 -c -o test64.o test.c
69 cc -xarch=generic -c -o test32.o test.c
H A Dtst.user.ksh65 cc -c test.c
75 cc -o test test.o prov.o
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_arm.c74 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, argument
84 *cc++ = pc;
102 *cc++ = pc;
117 pmc_save_user_callchain(uintptr_t *cc, int maxsamples, argument
127 *cc++ = pc;
146 *cc++ = pc;
/freebsd-current/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c88 uint64_t cap, cc, csts; local
117 error = nvmf_read_property(qp, NVMF_PROP_CC, 4, &cc);
122 cc &= ~(NVMEM(NVME_CC_REG_IOCQES) | NVMEM(NVME_CC_REG_IOSQES) |
126 cc |= NVMEF(NVME_CC_REG_IOCQES, 4); /* CQE entry size == 16 */
127 cc |= NVMEF(NVME_CC_REG_IOSQES, 6); /* SQE entry size == 64 */
128 cc |= NVMEF(NVME_CC_REG_AMS, 0); /* AMS 0 (Round-robin) */
129 cc |= NVMEF(NVME_CC_REG_MPS, mps);
130 cc |= NVMEF(NVME_CC_REG_CSS, 0); /* NVM command set */
131 cc |= NVMEF(NVME_CC_REG_EN, 1); /* EN = 1 */
133 error = nvmf_write_property(qp, NVMF_PROP_CC, 4, cc);
171 uint64_t cc; local
246 struct nvmf_capsule *cc, *rc; local
[all...]
/freebsd-current/contrib/bearssl/src/hash/
H A Dsha2small.c203 sha2small_update(br_sha224_context *cc, const void *data, size_t len) argument
209 ptr = (size_t)cc->count & 63;
210 cc->count += (uint64_t)len;
218 memcpy(cc->buf + ptr, buf, clen);
223 br_sha2small_round(cc->buf, cc->val);
230 sha2small_out(const br_sha224_context *cc, void *dst, int num) argument
236 ptr = (size_t)cc->count & 63;
237 memcpy(buf, cc->buf, ptr);
238 memcpy(val, cc
254 br_sha224_init(br_sha224_context *cc) argument
263 br_sha224_update(br_sha224_context *cc, const void *data, size_t len) argument
270 br_sha224_out(const br_sha224_context *cc, void *dst) argument
277 br_sha224_state(const br_sha224_context *cc, void *dst) argument
285 br_sha224_set_state(br_sha224_context *cc, const void *stb, uint64_t count) argument
293 br_sha256_init(br_sha256_context *cc) argument
302 br_sha256_out(const br_sha256_context *cc, void *dst) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh49 cc -o main main.o
52 cc -c main.c

Completed in 295 milliseconds

1234567891011>>