/bionic/libc/regex/ |
regcomp.c | 175 (NC-1)*sizeof(cat_t)); 196 g->csetsize = NC; 209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); 1025 size_t nc; local 1035 nc = p->ncsalloc; 1036 assert(nc % CHAR_BIT == 0); 1037 nbytes = nc / CHAR_BIT * css; 1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 183 (NC-1)*sizeof(cat_t)); 204 g->csetsize = NC; 217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); 1033 size_t nc; local 1043 nc = p->ncsalloc; 1044 assert(nc % CHAR_BIT == 0); 1045 nbytes = nc / CHAR_BIT * css; 1047 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 175 (NC-1)*sizeof(cat_t)); 196 g->csetsize = NC; 209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); 1025 size_t nc; local 1035 nc = p->ncsalloc; 1036 assert(nc % CHAR_BIT == 0); 1037 nbytes = nc / CHAR_BIT * css; 1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset)); [all...] |
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaAccess.cpp | 896 const CXXRecordDecl *NC = I->Class->getCanonicalDecl(); 901 switch (HasAccess(S, EC, NC, PathAccess, Target)) { [all...] |
/frameworks/base/tools/aapt/ |
Command.cpp | 596 const size_t NC = configs.size(); 597 for (size_t i=0; i<NC; i++) { [all...] |
ResourceTable.cpp | [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowManagerService.java | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelDAGToDAG.cpp | 869 if (ConstantSDNode *NC = dyn_cast<ConstantSDNode>(N)) { 870 if (NC->getZExtValue() * 8 == LdSt->getMemoryVT().getSizeInBits()) [all...] |
/external/llvm/include/llvm/Support/ |
IRBuilder.h | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | [all...] |