Searched refs:NC (Results 26 - 50 of 96) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp492 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO,
496 IO.mapOptional("Characteristics", NC->Characteristics);
560 MappingNormalization<NSectionCharacteristics, uint32_t> NC(
563 IO.mapRequired("Characteristics", NC->Characteristics);
584 NC->Characteristics & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA)
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc98 for (const auto& NC : not_checks) {
99 CHECK(!NC.regex->Match(line))
101 << NC.regex_str << "\""
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtsum.c282 #define NC 7 macro
288 const char *str[NC] = { "NaN", "+Inf", "-Inf", "+0", "-0", "+1", "-1" };
290 mpfr_t c[NC], s[NS], sum;
294 for (i = 0; i < NC; i++)
337 while (k[--i] == NC-1)
350 for (i = 0; i < NC; i++)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcher.h213 void setNumChildren(unsigned NC) { argument
214 if (NC < Children.size()) {
216 for (unsigned i = NC, e = Children.size(); i != e; ++i)
219 Children.resize(NC);
/netbsd-current/tools/gdb/
H A DMakefile34 MKNATIVE_ENV= ${BINENV} ${CONFIGURE_ENV:NC*:NLD*:Nam_cv_func_iconv*} \
/netbsd-current/external/mpl/bind/dist/bin/rndc/
H A DMakefile.in285 NC = @NC@
/netbsd-current/external/mpl/bind/dist/bin/delv/
H A DMakefile.in285 NC = @NC@
/netbsd-current/external/mpl/bind/dist/bin/nsupdate/
H A DMakefile.in293 NC = @NC@
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1098 unsigned NI = 0, NL = 0, NS = 0, NC = 0, NR = 0; local
1155 ++NC;
1163 NumHoisted += NL + NS + NC + NI;
1167 NumCallsHoisted += NC;
1168 return {NI, NL + NC + NS};
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h355 const MCRegisterClass *C, unsigned NC,
375 NumClasses = NC;
353 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const LaneBitmask *RUMS, const char *Strings, const char *ClassStrings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A DMakefile.in331 NC = @NC@
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A DMakefile.in346 NC = @NC@
/netbsd-current/external/mpl/bind/dist/bin/check/
H A DMakefile.in301 NC = @NC@
/netbsd-current/external/mpl/bind/dist/bin/confgen/
H A DMakefile.in297 NC = @NC@
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c319 (NC-1)*sizeof(cat_t));
340 g->csetsize = NC;
353 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp723 Constant *NC = Names->getOperand(I); local
724 Value *V = NC->stripPointerCasts();
730 NC->dropAllReferences();
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d544 static struct NC
549 NC[string] aa;
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d545 static struct NC
550 NC[string] aa;
/netbsd-current/external/mpl/bind/dist/tests/
H A DMakefile.in293 NC = @NC@
/netbsd-current/external/mpl/bind/dist/lib/
H A DMakefile.in291 NC = @NC@
/netbsd-current/external/mpl/bind/dist/bin/
H A DMakefile.in285 NC = @NC@
/netbsd-current/external/mpl/bind/dist/bin/tests/system/hooks/driver/
H A DMakefile.in285 NC = @NC@
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/
H A DMakefile.in286 NC = @NC@
/netbsd-current/external/mpl/bind/dist/doc/
H A DMakefile.in291 NC = @NC@
/netbsd-current/tools/gcc/
H A DMakefile140 MKNATIVE_ENV= ${BINENV} ${CONFIGURE_ENV:NC*:NLD*} \

Completed in 400 milliseconds

1234