Searched refs:cc (Results 501 - 525 of 658) sorted by relevance

<<21222324252627

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp3242 init_request("cc", control_char);
3629 int cc = 0; local
3647 cc = c * 16 + c1;
3652 cc = c + 64;
3654 cc = c - 64;
3658 return cc;
/freebsd-11-stable/
H A DMakefile.inc1120 WANT_COMPILER_FREEBSD_VERSION_FILE= gnu/usr.bin/cc/cc_tools/freebsd-native.h
167 # passed along rather than trying to run cc from the restricted
699 .for cc in cc c++
700 if [ -x ${WORLDTMP}/usr/bin/${cc} ]; then \
701 inum=$$(stat -f %i ${WORLDTMP}/usr/bin/${cc}); \
1886 _gcc_tools= gnu/usr.bin/cc/cc_tools
1988 _gcc= gnu/usr.bin/cc
/freebsd-11-stable/sys/dev/siba/
H A Dsiba_core.c338 "core %d (%s) found (cc %#x rev %#x vendor %#x)\n",
2281 siba_cc_regctl_setmask(struct siba_cc *cc, uint32_t offset, uint32_t mask, argument
2285 SIBA_CC_READ32(cc, SIBA_CC_REGCTL_ADDR);
2286 SIBA_CC_WRITE32(cc, SIBA_CC_REGCTL_ADDR, offset);
2287 SIBA_CC_READ32(cc, SIBA_CC_REGCTL_ADDR);
2288 SIBA_CC_WRITE32(cc, SIBA_CC_REGCTL_DATA,
2289 (SIBA_CC_READ32(cc, SIBA_CC_REGCTL_DATA) & mask) | set);
2290 SIBA_CC_READ32(cc, SIBA_CC_REGCTL_DATA);
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c3418 int cc, nc; local
3424 for (; (nc = *n) && (cc = *c); n++, c++) {
3427 (cc == ' ' || cc == '_' || cc == '-' || cc == '.'))
3430 if (toupper(nc) == toupper(cc))
/freebsd-11-stable/contrib/bmake/
H A Dconfigure2477 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2478 set dummy ${ac_tool_prefix}cc; ac_word=$2
2494 ac_cv_prog_CC="${ac_tool_prefix}cc"
2517 # Extract the first word of "cc", so it can be a program name with args.
2518 set dummy cc; ac_word=$2
2535 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2539 ac_cv_prog_CC="cc"
3080 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3171 # On the NeXT, cc -E runs the code through the compiler's parser,
3230 # On the NeXT, cc
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-mips.c2170 char cc;
2173 cc = '\003';
2174 serial_write (mips_desc, &cc, 1);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1507 char outbuf[LINELEN+1], *sp, c, cc; local
1514 d = dropit(c = TRC(cc = *sp++));
1519 strp = scnline(scnkey[(int)c][scnhgt-1-d], strp, cc);
/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.c799 int cc; local
802 cc = del_m6if_locked(mifip);
805 return (cc);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A DMakefile7 CC= cc
53 cc -I../../include divtest.c -o divtest ../../libcrypto.a
56 cc -g -I../../include bnbug.c -o bnbug ../../libcrypto.a
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1149 llvm::Optional<clang::CallingConv> cc = local
1151 if (!cc)
1156 return_ct, arg_types.data(), arg_types.size(), is_variadic, 0, *cc);
/freebsd-11-stable/contrib/gcc/
H A Dreorg.c271 if ((res1->cc && res2->cc) || (res1->memory && res2->memory)
2314 /* Ensure we don't put insns between the setting of cc and the
2315 comparison by moving a setting of cc into an earlier delay
2317 set.cc = 1;
2741 /* Ensure we don't put insns between the setting of cc and the comparison
2742 by moving a setting of cc into an earlier delay slot since these insns
2744 set.cc = 1;
/freebsd-11-stable/contrib/ipfilter/
H A DMakefile18 #CC=cc -Dconst=
396 -./ipf -n -cc -f rules/ip_rules 2>/dev/null 1>&2
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1328 t_FmPcdKgCc cc; /**< Used when next engine is CC */ member in union:t_FmPcdKgSchemeParams::__anon8309
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A DMakefile7 CC= cc
/freebsd-11-stable/crypto/openssl/crypto/
H A DMakefile7 CC= cc
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A DMakefile7 CC= cc
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A DMakefile7 CC= cc
/freebsd-11-stable/sys/modules/
H A DMakefile78 cc \
/freebsd-11-stable/bin/sh/
H A Dparser.c1729 int cc = c; local
1733 if (c == cc)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c296 /* Get the cc code. */
1198 cur_arg->cc = ret_val;
1787 CR16_PRINT (0, arg->cc, shift);
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest47 : ${CC=cc}
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk166 DEPEND_SUFFIXES += .c .h .cpp .hpp .cxx .hxx .cc .hh
/freebsd-11-stable/crypto/openssl/
H A DMakefile.shared9 CC=cc
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk167 DEPEND_SUFFIXES += .c .h .cpp .hpp .cxx .hxx .cc .hh
/freebsd-11-stable/sys/dev/ie/
H A Dif_ie.c1180 volatile struct ie_cmd_common *cc = pcmd; local
1199 if (cc->ie_cmd_status & mask)

Completed in 297 milliseconds

<<21222324252627