Searched refs:NC (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregutils.h39 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregcomp.c183 (NC-1)*sizeof(cat_t));
204 g->csetsize = NC;
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
/freebsd-10.0-release/contrib/nvi/regex/
H A Dutils.h45 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregcomp.c219 (NC-1)*sizeof(cat_t));
246 g->csetsize = NC;
260 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
/freebsd-10.0-release/lib/libc/regex/
H A Dutils.h40 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregex2.h114 unsigned char bmp[NC / 8];
131 if (ch < NC)
151 if (ch < NC)
H A Dregcomp.c1153 for (i = n = 0; i < NC; i++)
1175 if (ch < NC)
1188 if ((nch = towlower(ch)) < NC)
1190 if ((nch = towupper(ch)) < NC)
1203 for (; min < NC && min <= max; min++)
1228 for (i = 0; i < NC; i++)
1648 g->charjump = (int*) malloc((NC + 1) * sizeof(int));
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h183 unsigned NC = 0; local
185 if (I->isLeader()) ++NC;
186 return NC;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1199 Instruction *NC; local
1201 NC = Builder->CreateInvoke(Callee, II->getNormalDest(),
1203 NC->takeName(II);
1204 cast<InvokeInst>(NC)->setCallingConv(II->getCallingConv());
1205 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL);
1208 NC = Builder->CreateCall(Callee, Args);
1209 NC->takeName(CI);
1211 cast<CallInst>(NC)->setTailCall();
1212 cast<CallInst>(NC)->setCallingConv(CI->getCallingConv());
1213 cast<CallInst>(NC)
[all...]
H A DInstCombineMulDivRem.cpp745 APInt NC = C2->getValue().shl(C1->getLimitedValue(C1->getBitWidth()-1)); local
746 return BinaryOperator::CreateUDiv(X, Builder->getInt(NC));
H A DInstCombineCompares.cpp2722 Constant *NC = ConstantInt::get(I.getContext(), local
2724 Value *Xor = Builder->CreateXor(C, NC);
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h237 const MCRegisterClass *C, unsigned NC,
252 NumClasses = NC;
235 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const uint16_t (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const char *Strings, const uint16_t *SubIndices, unsigned NumIndices, const uint16_t *RET) argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp265 CastInst *NC = local
268 AI->replaceAllUsesWith(NC);
276 NC->setOperand(0, AI);
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp309 CastInst *NC = new BitCastInst( local
311 AI->replaceAllUsesWith(NC);
318 NC->setOperand(0, AI);
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h210 void setNumChildren(unsigned NC) { argument
211 if (NC < Children.size()) {
213 for (unsigned i = NC, e = Children.size(); i != e; ++i)
216 Children.resize(NC);
H A DCodeGenDAGPatterns.cpp1546 unsigned NC = getNumChildren(); local
1548 TreePatternNode *SetVal = getChild(NC-1);
1551 for (unsigned i = 0; i < NC-1; ++i) {
3487 unsigned NC = 0; local
3496 NC++;
3503 assert(NC >= 3 &&
3509 for (unsigned i = 3; i != NC; ++i)
3512 } else if (NC == 2)
/freebsd-10.0-release/libexec/getty/
H A Dgettytab.h176 #define NC gettyflags[24].value macro
H A Dmain.c280 if (!opentty(ttyn, O_RDWR | (NC ? O_NONBLOCK : 0 )))
480 if (NC)
/freebsd-10.0-release/sys/dev/hptrr/
H A Di386-elf.hptrr_lib.o.uu65 MAM`D``#F?]<`QX;4)```YG_7`,>&S"0``''C!P''1ACL,P``@^P,5NC\____
71 M@'L!`G4@B?`\#W0:@^P,:O]J`0^VP%`/M@-04NC\____@\0@B?:#[`B)\@^V
137 MPXUV`%93@^P@BW0D+(I<)#"-1"0<4&I`:@\/ML-05NC\____@\0@N@````"%
144 MC032C03"C02"C01"QH2&00D```"#[`QJ`&HA:@\/ML-05NC\____@\0@N@``
145 M``"%P'1*#[;3C032C03"C02"C01"C82&1@D``%`/MD0D$E!25NC\____@\00
248 MBUPD5(M^,(MO'+D`````NC````")X(UV`(@(0$IU^L<$)`$```#'1"0,````
356 M1P50#[9$)"-05NC\____@\0@A<!T#\='$`````#'1"0$`````(7M=!2#[`@/
361 M1P50#[9$)"-05NC\____@\0@A<!T$L='&`````#'1"0$`````(UV`(7M=!2#
364 M@\0,:@!35NC\____@\00B?9J`&H`:@!J`+@&````@'PD&P)T!;B&````4`^V
365 M1P50#[9$)")05NC\___
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1944 Instruction *NC = new BitCastInst(GEPI->getOperand(0), GEPI->getType(), local
1946 GEPI->replaceAllUsesWith(NC);
1949 OptimizeInst(NC);
/freebsd-10.0-release/sys/dev/hptmv/
H A Di386-elf.raid.o.uu113 M!,9#%0&#[`13_W,@5NC\____@\00C67X6U[)PU6)Y5=64X/L#(M]#(L'B47P
202 M@\009H-[.@!U&H![%0!U!,9#%0&#[`13_W,@5NC\____@\00C67X6U[)PU6)
425 M__\`@'XJ``^&%R(``(GW@<?8"```BH6O_O__BU4,.$(K#X0&`0``4NC+W?__
568 MB<O!XP2+50R-G!/8!P``4NC`Q/__@\0$QD`$`HJ-K_[__XA("(A("8L3B5`,
639 M,%;H@[?__XD<)/]S(%;H_/___XL#@\00@W@@`'08@^P$@\`@4&@`````5NC\
764 M!(7_=`^#?P0`=`F)O>3]__^+?P2#[`1H``(``&H`5NC\____QP;S%GA:@\00
775 M50B*`HA&$(UV`&B0````5NC\____]]B(1@AH``(``%;H_/____?8B(:0````
782 M``"#X/V(1P&#[`1H``(``&H`5NC\____@\00@#\#='B-A>C[__^0BUML@#\(
869 M)(M5"(M"*(MP#(M:,(H*@^$#B<\/M@*#X`3!Z`*(1=B-@R`!``!05NC\____
958 MX@4)T%"+0S"#P!105NC\____C67X6
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp977 const CXXRecordDecl *NC = I->Class->getCanonicalDecl(); local
982 switch (HasAccess(S, EC, NC, PathAccess, Target)) {
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1030 if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) {
1031 if (NC->getZExtValue() * 8 == LdSt->getMemoryVT().getSizeInBits())
1058 ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N); local
1059 if (!NC || !NC->isNullValue())
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1333 if (Constant *NC = dyn_cast<Constant>(NewElt))
1335 return Insert(Folder.CreateInsertElement(VC, NC, IC), Name);
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.uwin272 no_color_video ncv num NC - - ----- video attributes that cannot be used with colors

Completed in 444 milliseconds

12