Home
last modified time | relevance | path

Searched refs:allocCount (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DDequeTest.cpp85 int allocCount) { in assert_blocks() argument
91 int expected = (deq.count() + allocCount - 1) / allocCount; in assert_blocks()
100 static void TestSub(skiatest::Reporter* reporter, int allocCount) { in TestSub() argument
101 SkDeque deq(sizeof(int), allocCount); in TestSub()
112 assert_blocks(reporter, deq, allocCount); in TestSub()
119 assert_blocks(reporter, deq, allocCount); in TestSub()
125 assert_blocks(reporter, deq, allocCount); in TestSub()
134 assert_blocks(reporter, deq, allocCount); in TestSub()
141 assert_blocks(reporter, deq, allocCount); in TestSub()
147 assert_blocks(reporter, deq, allocCount); in TestSub()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() argument
32 , fAllocCount(allocCount) { in SkDeque()
33 SkASSERT(allocCount >= 1); in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
42 , fAllocCount(allocCount) { in SkDeque()
44 SkASSERT(allocCount >= 1); in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() argument
229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
230 newBlock->init(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() argument
32 , fAllocCount(allocCount) { in SkDeque()
33 SkASSERT(allocCount >= 1); in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
42 , fAllocCount(allocCount) { in SkDeque()
44 SkASSERT(allocCount >= 1); in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() argument
229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
230 newBlock->init(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() argument
32 , fAllocCount(allocCount) { in SkDeque()
33 SkASSERT(allocCount >= 1); in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
42 , fAllocCount(allocCount) { in SkDeque()
44 SkASSERT(allocCount >= 1); in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() argument
229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
230 newBlock->init(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() argument
32 , fAllocCount(allocCount) { in SkDeque()
33 SkASSERT(allocCount >= 1); in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
42 , fAllocCount(allocCount) { in SkDeque()
44 SkASSERT(allocCount >= 1); in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() argument
229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
230 newBlock->init(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() argument
32 , fAllocCount(allocCount) { in SkDeque()
33 SkASSERT(allocCount >= 1); in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
42 , fAllocCount(allocCount) { in SkDeque()
44 SkASSERT(allocCount >= 1); in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() argument
229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
230 newBlock->init(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() argument
32 , fAllocCount(allocCount) { in SkDeque()
33 SkASSERT(allocCount >= 1); in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
42 , fAllocCount(allocCount) { in SkDeque()
44 SkASSERT(allocCount >= 1); in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() argument
229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
230 newBlock->init(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() argument
32 , fAllocCount(allocCount) { in SkDeque()
33 SkASSERT(allocCount >= 1); in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
42 , fAllocCount(allocCount) { in SkDeque()
44 SkASSERT(allocCount >= 1); in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() argument
229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
230 newBlock->init(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkDeque.cpp28 SkDeque::SkDeque(size_t elemSize, int allocCount) in SkDeque() argument
32 , fAllocCount(allocCount) { in SkDeque()
33 SkASSERT(allocCount >= 1); in SkDeque()
38 SkDeque::SkDeque(size_t elemSize, void* storage, size_t storageSize, int allocCount) in SkDeque() argument
42 , fAllocCount(allocCount) { in SkDeque()
44 SkASSERT(allocCount >= 1); in SkDeque()
228 SkDeque::Block* SkDeque::allocateBlock(int allocCount) { in allocateBlock() argument
229 Block* newBlock = (Block*)sk_malloc_throw(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
230 newBlock->init(sizeof(Block) + allocCount * fElemSize); in allocateBlock()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_AccAllocator.hxx130 Standard_Integer allocCount; member
135 : address(theAddress), prevBlock(thePrevBlock), allocCount(0) in Block()
145 {allocCount++; return allocStart -= theSize;} in Allocate()
148 {allocCount--;} in Free()
151 {return allocCount == 0;} in IsEmpty()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_AccAllocator.hxx130 Standard_Integer allocCount; member
135 : address(theAddress), prevBlock(thePrevBlock), allocCount(0) in Block()
145 {allocCount++; return allocStart -= theSize;} in Allocate()
148 {allocCount--;} in Free()
151 {return allocCount == 0;} in IsEmpty()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_AccAllocator.hxx130 Standard_Integer allocCount; member
135 : address(theAddress), prevBlock(thePrevBlock), allocCount(0) in Block()
145 {allocCount++; return allocStart -= theSize;} in Allocate()
148 {allocCount--;} in Free()
151 {return allocCount == 0;} in IsEmpty()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java36 static int allocCount = 0; field in ProfileCollector
40 allocCount = 0; in reset()
48 ++allocCount; in allocTracker()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java36 static int allocCount = 0; field in ProfileCollector
40 allocCount = 0; in reset()
48 ++allocCount; in allocTracker()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java36 static int allocCount = 0; field in ProfileCollector
40 allocCount = 0; in reset()
48 ++allocCount; in allocTracker()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java36 static int allocCount = 0; field in ProfileCollector
40 allocCount = 0; in reset()
48 ++allocCount; in allocTracker()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java36 static int allocCount = 0;
40 allocCount = 0;
48 ++allocCount;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java36 static int allocCount = 0; field in ProfileCollector
40 allocCount = 0; in reset()
48 ++allocCount; in allocTracker()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java36 static int allocCount = 0; field in ProfileCollector
40 allocCount = 0; in reset()
48 ++allocCount; in allocTracker()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/
H A DProfileCollector.java36 static int allocCount = 0; field in ProfileCollector
40 allocCount = 0; in reset()
48 ++allocCount; in allocTracker()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DPECoffRelocTable.java61 int allocCount = entryCount; in getRelocData() local
67 allocCount++; in getRelocData()
69 ByteBuffer relocData = PECoffByteBuffer.allocate(allocCount * IMAGE_RELOCATION.totalsize); in getRelocData()
74 PECoffRelocEntry entry = new PECoffRelocEntry(allocCount, 0, 0); in getRelocData()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DPECoffRelocTable.java61 int allocCount = entryCount; in getRelocData() local
67 allocCount++; in getRelocData()
69 ByteBuffer relocData = PECoffByteBuffer.allocate(allocCount * IMAGE_RELOCATION.totalsize); in getRelocData()
74 PECoffRelocEntry entry = new PECoffRelocEntry(allocCount, 0, 0); in getRelocData()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DPECoffRelocTable.java61 int allocCount = entryCount; in getRelocData() local
67 allocCount++; in getRelocData()
69 ByteBuffer relocData = PECoffByteBuffer.allocate(allocCount * IMAGE_RELOCATION.totalsize); in getRelocData()
74 PECoffRelocEntry entry = new PECoffRelocEntry(allocCount, 0, 0); in getRelocData()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DPECoffRelocTable.java61 int allocCount = entryCount; in getRelocData() local
67 allocCount++; in getRelocData()
69 ByteBuffer relocData = PECoffByteBuffer.allocate(allocCount * IMAGE_RELOCATION.totalsize); in getRelocData()
74 PECoffRelocEntry entry = new PECoffRelocEntry(allocCount, 0, 0); in getRelocData()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/pecoff/
H A DPECoffRelocTable.java61 int allocCount = entryCount; in getRelocData() local
67 allocCount++; in getRelocData()
69 ByteBuffer relocData = PECoffByteBuffer.allocate(allocCount * IMAGE_RELOCATION.totalsize); in getRelocData()
74 PECoffRelocEntry entry = new PECoffRelocEntry(allocCount, 0, 0); in getRelocData()

12345678910>>...14