Searched refs:cc (Results 276 - 300 of 550) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dcr16-dis.c165 getccstring (unsigned cc) argument
167 return (char *) cr16_b_cond_tab[cc];
387 a->cc = p.val;
554 func (stream, "%s", getccstring (a->cc));
H A Darc-dis.c461 const char *cc = 0; local
467 cc = condName[cond];
469 cc = cond_code_name (state, cond);
471 if (!cc)
472 cc = "???";
474 strcat (state->instrBuffer, cc);
/freebsd-10.0-release/contrib/gdtoa/
H A Dmakefile27 CC = cc
/freebsd-10.0-release/crypto/openssl/crypto/idea/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/lhash/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/md2/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/md4/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/md5/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/mdc2/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/rc2/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/rc5/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/ripemd/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/stack/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/whrlpool/
H A DMakefile7 CC= cc
/freebsd-10.0-release/gnu/lib/csu/
H A DMakefile8 CCDIR= ${.CURDIR}/../../usr.bin/cc
/freebsd-10.0-release/lib/libbluetooth/
H A Dhci.c211 ng_hci_command_compl_ep *cc = (ng_hci_command_compl_ep *)(e+1); local
271 if (cc->opcode == opcode) {
272 n -= sizeof(*cc);
276 memcpy(r->rparam, cc + 1, r->rlen);
/freebsd-10.0-release/sbin/iscontrol/
H A Dauth_subr.c180 main(int cc, char **vv) argument
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c226 uint32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ local
228 if (ahp->ah_cycleCount == 0 || ahp->ah_cycleCount > cc) {
238 hsample->cycle_count = cc - ahp->ah_cycleCount;
249 ahp->ah_cycleCount = cc;
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dcmds.c436 char cc; local
439 cc = c;
440 parwrite(FD, &cc, 1);
451 read(FD, &cc, 1);
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dtext.cpp167 char_box::char_box(unsigned char cc) argument
168 : c(cc), next_is_italic(0), prev_is_italic(0)
/freebsd-10.0-release/contrib/openresolv/
H A Dconfigure17 --with-cc|CC) CC=$var;;
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dacache.c1017 cc_context_t cc; local
1025 error = (*init_func)(&cc, ccapi_version_3, NULL, NULL);
1029 error = (*cc->func->get_default_ccache_name)(cc, &name);
1031 (*cc->func->release)(cc);
1037 (*cc->func->release)(cc);
/freebsd-10.0-release/crypto/openssl/util/pl/
H A DVC-32.pl33 $cc='cl';
117 $cc='$(CC)';
/freebsd-10.0-release/sys/netinet/cc/
H A Dcc_htcp.c65 #include <netinet/cc.h>
70 #include <netinet/cc/cc_module.h>
/freebsd-10.0-release/contrib/libreadline/
H A Dhistexpand.c926 int i, r, l, passc, cc, modified, eindex, only_printing, dquote; local
1004 cc = string[i + 1];
1018 if (!cc || member (cc, history_no_expand_chars))
1033 else if (dquote && string[i] == '\\' && cc == '"')
1053 if (cc == '\'' || cc == history_expansion_char)
1161 cc = string[i + 1];
1166 if (member (cc, history_no_expand_chars))
1178 if (cc
[all...]

Completed in 306 milliseconds

<<11121314151617181920>>