Searched refs:cc (Results 301 - 325 of 623) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/tools/tools/ath/athrd/
H A Dathrd.c51 HAL_CTRY_CODE cc = CTRY_DEFAULT; variable
725 cclookup(const char *name, HAL_REG_DOMAIN *rd, HAL_CTRY_CODE *cc) argument
733 *cc = allCountries[i].countryCode;
740 getccname(HAL_CTRY_CODE cc) argument
745 if (allCountries[i].countryCode == cc)
751 getccisoname(HAL_CTRY_CODE cc) argument
756 if (allCountries[i].countryCode == cc)
948 printf("usage: %s [-acdefoilpr4ABGT] [-m opmode] [cc | rd]\n", progname);
1113 if (!cclookup("US", &rd, &cc)) {
1118 case 1: /* cc/regdomai
[all...]
/freebsd-13-stable/sys/netgraph/
H A Dng_mppc.c144 u_int16_t cc:12; /* coherency count */ member in struct:ng_mppc_dir
343 d->cc = 0;
490 header = d->cc;
590 || (d->cc & MPPE_UPDATE_MASK) == MPPE_UPDATE_FLAG) {
610 MPPC_CCOUNT_INC(d->cc);
630 u_int16_t header, cc; local
645 cc = (header & MPPC_CCOUNT_MASK);
649 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK);
684 while (d->cc !
[all...]
/freebsd-13-stable/contrib/bearssl/src/ec/
H A Dec_p256_m15.c102 uint32_t cc; local
104 cc = 0;
108 z = w[u] + cc;
110 cc = ARSH(z, 13);
112 return cc;
149 uint32_t cc; local
343 cc = norm13(d, w, 40);
344 d[39] += (cc << 13);
1037 uint32_t cc; local
1041 cc
1064 uint32_t t[40], cc; local
1154 uint32_t t[40], cc; local
[all...]
H A Dec_c25519_m64.c102 uint64_t t0, t1, t2, t3, cc; local
113 cc = (uint64_t)(z >> 63);
117 * 2^256+74; thus, the carry cc is equal to 0, 1 or 2.
123 z = (unsigned __int128)t0 + (unsigned __int128)(19 * cc);
133 uint64_t t0, t1, t2, t3, cc;
140 cc = (k << 1) + (t3 >> 63);
145 * 2^256+74; thus, the carry cc is equal to 0, 1 or 2.
151 k = _addcarry_u64(0, t0, 19 * cc, &d[0]);
178 uint64_t t0, t1, t2, t3, t4, cc; local
183 cc
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c71 if (user->cc->log & CCLOG_USER_STATE)
81 user->cc->funcs->send_user(user, user->uarg, op, arg, len);
87 user->cc->funcs->respond_user(user, user->uarg,
94 user->cc->funcs->respond_user(user, user->uarg,
107 cc_user_create(struct ccdata *cc, void *uarg, const char *name) argument
115 user->cc = cc;
121 LIST_INSERT_HEAD(&cc->user_list, user, node_link);
123 if (user->cc->log & CCLOG_USER_INST)
202 if (user->cc
[all...]
/freebsd-13-stable/lib/lib80211/
H A Dlib80211_regdomain.h71 const struct country *cc; /* country code for 1-1/default map */ member in struct:regdomain
/freebsd-13-stable/sbin/dump/
H A Ddumprmt.c225 int n, i, cc; local
232 for (i = 0; i < n; i += cc) {
233 cc = read(rmtape, buf+i, n - i);
234 if (cc <= 0)
/freebsd-13-stable/libexec/comsat/
H A Dcomsat.c86 int cc; local
103 cc = recv(0, msgbuf, sizeof(msgbuf) - 1, 0);
104 if (cc <= 0) {
110 msgbuf[cc] = '\0';
/freebsd-13-stable/sbin/devd/
H A DMakefile32 SRCS= devd.cc token.l parse.y y.tab.h
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_rand.h335 uint32_t cc; member in struct:__anon221
H A Dbearssl_block.h127 * - `br_xxx_ctr_run(const br_xxx_ctr_keys *ctx, const void *iv, uint32_t cc, void *data, size_t len)` (returns `uint32_t`)
134 * with `cc`. The data length (`len`) is not necessarily a multiple of
557 * \param cc initial value for the block counter.
563 const void *iv, uint32_t cc, void *data, size_t len);
858 * \param cc initial block counter value.
864 const void *iv, uint32_t cc, void *data, size_t len);
1078 * \param cc initial block counter value.
1084 const void *iv, uint32_t cc, void *data, size_t len);
1297 * \param cc initial block counter value.
1303 const void *iv, uint32_t cc, voi
[all...]
/freebsd-13-stable/contrib/atf/atf-c/
H A Dh_build.h38 const char *cc; member in struct:c_o_test
49 "cc",
59 "cc", "-o", "test.o", "-c", "test.c", NULL
65 "cc -foo",
75 "cc", "-foo", "-o", "test.o", "-c", "test.c", NULL
81 "cc",
91 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
98 "cc",
108 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
115 "cc",
[all...]
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_verify_checksums.ksh67 log_must zdb -e -p "$TESTDIR" -cc $TESTPOOL
/freebsd-13-stable/contrib/ntp/libntp/
H A Dstatestr.c457 char * cc; local
479 cc = cb + strlen(cb);
480 snprintf(cc, LIB_BUFLENGTH - (cc - cb), ", %s",
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/basename/
H A Dt_basename.sh55 atf_check -o inline:"g\n" basename /usr/bin/gcc cc
/freebsd-13-stable/sys/libkern/
H A Darc4random.c97 uint64_t cc; local
111 cc = get_cyclecount();
114 SHA256_Update(&ctx, &cc, sizeof(cc));
/freebsd-13-stable/usr.sbin/rmt/
H A Drmt.c84 int n, i, cc; local
140 for (i = 0; i < n; i += cc) {
141 cc = read(STDIN_FILENO, &record[i], n - i);
142 if (cc <= 0) {
/freebsd-13-stable/usr.bin/ruptime/
H A Druptime.c199 ssize_t cc; local
225 cc = read(fd, wd, sizeof(*wd));
227 if (cc < (ssize_t)WHDRSIZE)
245 (char *)(we + 1) <= (char *)wd + cc; we++)
/freebsd-13-stable/sys/opencrypto/
H A Dcryptodev.h703 void crypto_cursor_init(struct crypto_buffer_cursor *cc,
705 void crypto_cursor_advance(struct crypto_buffer_cursor *cc, size_t amount);
706 void *crypto_cursor_segbase(struct crypto_buffer_cursor *cc);
707 size_t crypto_cursor_seglen(struct crypto_buffer_cursor *cc);
708 void crypto_cursor_copyback(struct crypto_buffer_cursor *cc, int size,
710 void crypto_cursor_copydata(struct crypto_buffer_cursor *cc, int size,
712 void crypto_cursor_copydata_noadv(struct crypto_buffer_cursor *cc, int size,
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dinit_c.c410 krb5_ccache cc; local
459 ctx->ccache, &cc);
484 krb5_cc_close(context, cc);
493 NULL, NULL, cc, NULL, NULL, NULL);
510 krb5_cc_close(context, cc);
531 NULL, NULL, cc, NULL, NULL, NULL);
541 krb5_cc_close(context, cc);
571 krb5_ccache cc; local
581 password, prompter, keytab, ccache, &cc);
584 ccache = cc;
[all...]
/freebsd-13-stable/sbin/routed/rtquery/
H A Drtquery.c378 int cc; local
403 cc = (char *)&NA2-(char *)&OMSG;
404 NA0.au.a_md5.md5_pkt_len = htons(cc);
409 (u_char *)&OMSG, cc);
434 cc = select(soc+1, &bits, 0,0, &delay);
435 if (cc > 0) {
437 cc = recvfrom(soc, imsg_buf.packet,
440 if (cc < 0) {
467 rip_input(&from, cc);
471 if (cc <
[all...]
/freebsd-13-stable/contrib/diff/src/
H A Dio.c153 size_t cc;
169 cc = file_size + 2 * sizeof (word) - file_size % sizeof (word);
170 if (file_size != current->stat.st_size || cc < file_size
171 || PTRDIFF_MAX <= cc)
174 if (current->bufsize < cc)
176 current->bufsize = cc;
177 current->buffer = xrealloc (current->buffer, cc);
210 cc = current->buffered + 2 * sizeof (word);
211 current->bufsize = cc - cc
150 size_t cc; local
[all...]
/freebsd-13-stable/usr.bin/mail/
H A Dcmd1.c228 int cc; local
231 for (cc = 0, cp = cmdtab; cp->c_name != NULL; cp++) {
232 cc += strlen(cp->c_name) + 2;
233 if (cc > 72) {
235 cc = strlen(cp->c_name) + 2;
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bpf.c290 * and set up p->buffer and cc to reflect one if available. Notice that if
295 pcap_next_zbuf_shm(pcap_t *p, int *cc) argument
307 *cc = bzh->bzh_kernel_len;
317 *cc = bzh->bzh_kernel_len;
321 *cc = 0;
333 pcap_next_zbuf(pcap_t *p, int *cc) argument
348 data = pcap_next_zbuf_shm(p, cc);
368 data = pcap_next_zbuf_shm(p, cc);
376 return (pcap_next_zbuf_shm(p, cc));
411 data = pcap_next_zbuf_shm(p, cc);
939 int cc; local
[all...]
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c64 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms
84 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 19 ms 39 ms 39 ms
118 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 19 ms
1075 register int cc; local
1096 while ((cc = wait_for_reply(s, from, &t1)) != 0) {
1101 i = packet_ok(packet, cc, from, seq);
1108 print(packet, cc, from);
1240 if (cc == 0) {
1266 register int cc = 0; local
1291 cc
1301 register int cc; local
1401 packet_ok(register u_char *buf, int cc, register struct sockaddr_in *from, register int seq) argument
1704 print(register u_char *buf, register int cc, register struct sockaddr_in *from) argument
[all...]

Completed in 181 milliseconds

<<11121314151617181920>>