Searched defs:InitSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DStringMap.cpp20 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) { argument
24 if (InitSize) {
25 init(InitSize);
36 void StringMapImpl::init(unsigned InitSize) { argument
37 assert((InitSize & (InitSize-1)) == 0 &&
39 NumBuckets = InitSize ? InitSize : 16;
/external/llvm/lib/Transforms/IPO/
H A DLowerBitSets.cpp539 uint64_t InitSize = DL.getTypeAllocSize(G->getValueType()); local
542 uint64_t Padding = NextPowerOf2(InitSize - 1) - InitSize;
547 Padding = RoundUpToAlignment(InitSize, 128) - InitSize;
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 127 milliseconds