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

12

/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregutils.h39 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
/macosx-10.9.5/Libc-997.90.3/regex/FreeBSD/
H A Dutils.h40 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dutils.h8 #define NC (CHAR_MAX - CHAR_MIN + 1) macro
H A Ddebug.c26 int nincat[NC];
/macosx-10.9.5/vim-53/runtime/indent/
H A Dvhdl.vim24 let s:NC = '\%(--.*\)\@<!'
67 let s0 = s:NC.'\<report\>\s*".*"'
107 if (curs =~ '^\s*)' || curs =~? '^\s*\%(\<\%(generic\|map\|port\)\>.*\)\@<!\S\+\s*\%(=>\s*\S\+\|:[^=]\@=\s*\%(\%(in\|out\|inout\|buffer\|linkage\)\>\|\w\+\s\+:=\)\)') && (prevs =~? s:NC.'\<\%(generic\|map\|port\)\s*(\%(\s*\w\)\=' || (ps =~? s:NC.'\<\%(generic\|map\|port\)'.s:ES && prevs =~ '^\s*('))
150 elseif prevs =~ s:NC.'\%(<=.*\)\@<!;'.s:ES || (curs !~ '^\s*)' && prevs =~ s:NC.'=>.*'.s:NC.')'.s:ES)
168 if ps =~? s:NC.'\<\%(generic\|map\|port\)\>' || ps =~ '^\s*('
188 let s1 = s:NC.'\<select'.s:ES
209 if curs =~? s:NC
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DEquivalenceClasses.h183 unsigned NC = 0; local
185 if (I->isLeader()) ++NC;
186 return NC;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1204 Instruction *NC; local
1206 NC = Builder->CreateInvoke(Callee, II->getNormalDest(),
1208 NC->takeName(II);
1209 cast<InvokeInst>(NC)->setCallingConv(II->getCallingConv());
1210 cast<InvokeInst>(NC)->setAttributes(NewCallerPAL);
1213 NC = Builder->CreateCall(Callee, Args);
1214 NC->takeName(CI);
1216 cast<CallInst>(NC)->setTailCall();
1217 cast<CallInst>(NC)->setCallingConv(CI->getCallingConv());
1218 cast<CallInst>(NC)
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dscan37 next if $name =~ /(NC|private)$/;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCRegisterInfo.h231 const MCRegisterClass *C, unsigned NC,
245 NumClasses = NC;
230 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, const MCRegisterClass *C, unsigned NC, const uint16_t (*RURoots)[2], unsigned NRU, const uint16_t *DL, const char *Strings, const uint16_t *SubIndices, unsigned NumIndices, const uint16_t *RET) argument
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dparam.c34 Tcl_HashTable NC; member in struct:RDE_PARAM_
154 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
185 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
266 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
268 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
422 return &p->NC;
797 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
842 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DSjLjEHPrepare.cpp265 CastInst *NC = local
268 AI->replaceAllUsesWith(NC);
276 NC->setOperand(0, AI);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLowerInvoke.cpp309 CastInst *NC = new BitCastInst( local
311 AI->replaceAllUsesWith(NC);
318 NC->setOperand(0, AI);
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dmain.c313 if (!opentty(ttyn, ttyopenmode | (NC ? O_NONBLOCK : 0 )))
315 if (!opentty(ttyn, O_RDWR | (NC ? O_NONBLOCK : 0 )))
521 if (NC)
H A Dgettytab.h176 #define NC gettyflags[24].value macro
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dmain.c313 if (!opentty(ttyn, ttyopenmode | (NC ? O_NONBLOCK : 0 )))
315 if (!opentty(ttyn, O_RDWR | (NC ? O_NONBLOCK : 0 )))
521 if (NC)
H A Dgettytab.h176 #define NC gettyflags[24].value macro
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DDAGISelMatcher.h212 void setNumChildren(unsigned NC) { argument
213 if (NC < Children.size()) {
215 for (unsigned i = NC, e = Children.size(); i != e; ++i)
218 Children.resize(NC);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam-critcl/
H A D0_basic_arithmetic478 Tcl_HashTable NC;
552 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
575 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
634 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
636 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
742 return &p->NC;
980 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
1008 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);
H A D10_notahead478 Tcl_HashTable NC;
552 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
575 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
634 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
636 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
742 return &p->NC;
980 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
1008 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);
H A D1_functions478 Tcl_HashTable NC;
552 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
575 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
634 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
636 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
742 return &p->NC;
980 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
1008 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);
H A D4_choice478 Tcl_HashTable NC;
552 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
575 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
634 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
636 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
742 return &p->NC;
980 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
1008 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);
H A D5_sequence478 Tcl_HashTable NC;
552 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
575 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
634 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
636 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
742 return &p->NC;
980 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
1008 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);
H A D6_optional478 Tcl_HashTable NC;
552 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
575 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
634 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
636 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
742 return &p->NC;
980 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
1008 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);
H A D7_kleene478 Tcl_HashTable NC;
552 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
575 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
634 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
636 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
742 return &p->NC;
980 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
1008 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);
H A D8_pkleene478 Tcl_HashTable NC;
552 Tcl_InitHashTable (&p->NC, TCL_ONE_WORD_KEYS);
575 Tcl_DeleteHashTable (&p->NC); TRACE (("\tnc hashtable delete"));
634 for(he = Tcl_FirstHashEntry(&p->NC, &hs);
636 he = Tcl_FirstHashEntry(&p->NC, &hs)) {
742 return &p->NC;
980 hPtr = Tcl_FindHashEntry (&p->NC, (char*) p->CL);
1008 hPtr = Tcl_CreateHashEntry (&p->NC, (char*) at, &isnew);

Completed in 349 milliseconds

12