Searched refs:stackCount (Results 1 – 9 of 9) sorted by relevance
36 public int stackCount; field in FullFrame69 int stackCount, in FullFrame() argument75 this.stackCount = stackCount; in FullFrame()97 for (int index = 0; index < stackCount; index++) in stackAccept()131 this.stackCount != other.stackCount) in equals()147 for (int index = 0; index < stackCount; index++) in equals()171 for (int index = 0; index < stackCount; index++) in hashCode()193 for (int index = 0; index < stackCount; index++) in toString()
121 void initialize(size_t stackSize, int stackCount);148 void MemoryPool::initialize(size_t stackSize, int stackCount) in initialize() argument155 stackCount_ = stackCount; in initialize()631 void cv::cuda::setBufferPoolConfig(int deviceId, size_t stackSize, int stackCount) in setBufferPoolConfig() argument636 (void)stackCount; in setBufferPoolConfig()644 initializer.getMemoryPool(deviceId)->initialize(stackSize, stackCount); in setBufferPoolConfig()653 initializer.getMemoryPool(deviceId)->initialize(stackSize, stackCount); in setBufferPoolConfig()
511 int stackCount = fullFrame.stackCount; in compressStackMapFrames() local534 if (stackCount == 0) in compressStackMapFrames()539 else if (stackCount == 1) in compressStackMapFrames()545 else if (stackCount == 0) in compressStackMapFrames()
1044 int stackCount = stackList.GetSize(); in InsertDeletePDFPage() local1045 for (int j = 0; j < stackCount; ++j) { in InsertDeletePDFPage()1055 stackList.RemoveAt(stackCount); in InsertDeletePDFPage()
702 fullFrame.stackCount = dataInput.readUnsignedShort(); in visitFullFrame()703 fullFrame.stack = new VerificationType[fullFrame.stackCount]; in visitFullFrame()704 for (int index = 0; index < fullFrame.stackCount; index++) in visitFullFrame()
790 dataOutput.writeShort(fullFrame.stackCount); in visitFullFrame()
332 CV_EXPORTS void setBufferPoolConfig(int deviceId, size_t stackSize, int stackCount);
META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ ...
META-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...