Home
last modified time | relevance | path

Searched refs:next_blob (Results 1 – 25 of 35) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeCache.hpp119 …static CodeBlob* next_blob(CodeHeap* heap, CodeBlob* cb); // Returns the next CodeBlob on the gi…
348 bool result = next_blob(); in next()
354 result = next_blob(); in next()
375 bool next_blob() { in next_blob() function in CodeBlobIterator
390 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
392 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeCache.hpp119 …static CodeBlob* next_blob(CodeHeap* heap, CodeBlob* cb); // Returns the next CodeBlob on the gi…
348 bool result = next_blob(); in next()
354 result = next_blob(); in next()
375 bool next_blob() { in next_blob() function in CodeBlobIterator
390 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
392 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dseam.cpp188 int next_blob = first + 1; in BreakPieces() local
190 while (outline != nullptr && next_blob <= last) { in BreakPieces()
191 if (outline->next == blobs[next_blob]->outlines) { in BreakPieces()
193 outline = blobs[next_blob]->outlines; in BreakPieces()
194 ++next_blob; in BreakPieces()
H A Dblobs.cpp883 TBLOB *next_blob = blobs[i]; in MergeBlobs() local
886 blobs[start]->outlines = next_blob->outlines; in MergeBlobs()
892 outline->next = next_blob->outlines; in MergeBlobs()
893 next_blob->outlines = nullptr; in MergeBlobs()
896 delete next_blob; in MergeBlobs()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DcodeCache.hpp117 …static CodeBlob* next_blob(CodeHeap* heap, CodeBlob* cb); // Returns the next CodeBlob on the gi…
346 if (!next_blob()) { in next()
377 bool next_blob() { in next_blob() function in CodeBlobIterator
392 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
394 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DcodeCache.hpp117 …static CodeBlob* next_blob(CodeHeap* heap, CodeBlob* cb); // Returns the next CodeBlob on the gi…
343 if (!next_blob()) { in next()
374 bool next_blob() { in next_blob() function in CodeBlobIterator
389 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
391 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DcodeCache.hpp117 …static CodeBlob* next_blob(CodeHeap* heap, CodeBlob* cb); // Returns the next CodeBlob on the gi…
346 if (!next_blob()) { in next()
377 bool next_blob() { in next_blob() function in CodeBlobIterator
392 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
394 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DcodeCache.hpp117 …static CodeBlob* next_blob(CodeHeap* heap, CodeBlob* cb); // Returns the next CodeBlob on the gi…
346 if (!next_blob()) { in next()
377 bool next_blob() { in next_blob() function in CodeBlobIterator
392 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
394 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DcodeCache.hpp117 …static CodeBlob* next_blob(CodeHeap* heap, CodeBlob* cb); // Returns the next CodeBlob on the gi…
347 if (!next_blob()) { in next()
378 bool next_blob() { in next_blob() function in CodeBlobIterator
393 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
395 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DcodeCache.hpp121 …static CodeBlob* next_blob(CodeHeap* heap, CodeBlob* cb); // Returns the next CodeBlob on the gi…
365 if (!next_blob()) { in next()
396 bool next_blob() { in next_blob() function in CodeBlobIterator
411 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
413 _code_blob = CodeCache::next_blob(heap, _code_blob); in next_blob()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dresultiterator.cpp504 unsigned next_blob = 0; in Next() local
505 while (next_blob < blob_order.size() && blob_index_ != blob_order[next_blob]) { in Next()
506 next_blob++; in Next()
508 next_blob++; in Next()
509 if (next_blob < blob_order.size()) { in Next()
511 BeginWord(blob_order[next_blob]); in Next()
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dresource.c880 struct blob_descriptor *next_blob; member
887 next_blob(struct blob_descriptor *blob, size_t list_head_offset) in next_blob() function
932 ctx->cur_blob = ctx->next_blob; in blobifier_cb()
935 ctx->next_blob = next_blob(ctx->cur_blob, in blobifier_cb()
938 ctx->next_blob = NULL; in blobifier_cb()
1124 i++, cur_blob = next_blob(cur_blob, list_head_offset)) in read_blobs_in_solid_resource()
1133 .next_blob = next_blob(first_blob, list_head_offset), in read_blobs_in_solid_resource()
H A Dwrite.c923 struct blob_descriptor *next_blob; in write_chunk() local
930 next_blob = list_entry(blob->write_blobs_list.next, in write_chunk()
934 next_blob = NULL; in write_chunk()
942 blob = next_blob; in write_chunk()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dstrokewidth.cpp1400 BLOBNBOX *next_blob = blob->neighbour(dir); in MutualUnusedVNeighbour() local
1401 if (next_blob == nullptr || next_blob->owner() != nullptr || next_blob->UniquelyHorizontal()) { in MutualUnusedVNeighbour()
1404 if (next_blob->neighbour(DirOtherWay(dir)) == blob) { in MutualUnusedVNeighbour()
1405 return next_blob; in MutualUnusedVNeighbour()
1446 BLOBNBOX *next_blob = blob->neighbour(dir); in MutualUnusedHNeighbour() local
1447 if (next_blob == nullptr || next_blob->owner() != nullptr || next_blob->UniquelyVertical()) { in MutualUnusedHNeighbour()
1450 if (next_blob->neighbour(DirOtherWay(dir)) == blob) { in MutualUnusedHNeighbour()
1451 return next_blob; in MutualUnusedHNeighbour()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahCodeRoots.cpp79 …for (CodeBlob *cb = CodeCache::first_blob(_heap); cb != NULL; cb = CodeCache::next_blob(_heap, cb)… in parallel_blobs_do()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahCodeRoots.cpp79 …for (CodeBlob *cb = CodeCache::first_blob(_heap); cb != NULL; cb = CodeCache::next_blob(_heap, cb)… in parallel_blobs_do()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahCodeRoots.cpp80 …for (CodeBlob *cb = CodeCache::first_blob(_heap); cb != NULL; cb = CodeCache::next_blob(_heap, cb)… in parallel_blobs_do()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahCodeRoots.cpp87 …for (CodeBlob *cb = CodeCache::first_blob(_heap); cb != NULL; cb = CodeCache::next_blob(_heap, cb)… in parallel_blobs_do()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahCodeRoots.cpp86 …for (CodeBlob *cb = CodeCache::first_blob(_heap); cb != NULL; cb = CodeCache::next_blob(_heap, cb)… in parallel_blobs_do()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahCodeRoots.cpp87 …for (CodeBlob *cb = CodeCache::first_blob(_heap); cb != NULL; cb = CodeCache::next_blob(_heap, cb)… in parallel_blobs_do()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahCodeRoots.cpp84 …for (CodeBlob *cb = CodeCache::first_blob(_heap); cb != NULL; cb = CodeCache::next_blob(_heap, cb)… in parallel_blobs_do()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_sky.c558 if( solid_pixel == background_color ) goto next_blob; in R_Generate_Sky()
608 next_blob: in R_Generate_Sky()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahCodeRoots.cpp78 …for (CodeBlob *cb = CodeCache::first_blob(_heap); cb != NULL; cb = CodeCache::next_blob(_heap, cb)… in parallel_blobs_do()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dngsniffer.c2734 blob_info_t *next_blob, *new_blob; in ng_file_seek_rand() local
2780 next_blob = (blob_info_t *)next_list->data; in ng_file_seek_rand()
2783 if (next_blob->blob_uncomp_offset > offset) in ng_file_seek_rand()
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dngsniffer.c2734 blob_info_t *next_blob, *new_blob; in ng_file_seek_rand() local
2780 next_blob = (blob_info_t *)next_list->data; in ng_file_seek_rand()
2783 if (next_blob->blob_uncomp_offset > offset) in ng_file_seek_rand()

12