Searched refs:highwater (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/libz-sys/src/zlib/test/ |
D | infcover.c | 65 size_t total, highwater; /* total allocations, and largest total */ member 104 if (zone->total > zone->highwater) in mem_alloc() 105 zone->highwater = zone->total; in mem_alloc() 166 zone->highwater = 0; in mem_setup() 196 fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater); in mem_high()
|
/external/zlib/contrib/tests/ |
D | infcover.cc | 80 size_t total, highwater; /* total allocations, and largest total */ member 119 if (zone->total > zone->highwater) in mem_alloc() 120 zone->highwater = zone->total; in mem_alloc() 181 zone->highwater = 0; in mem_setup() 211 std::cout << prefix << ": " << zone->highwater << " high water mark" << std::endl; in mem_high()
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | infcover.c | 71 size_t total, highwater; /* total allocations, and largest total */ member 109 if (zone->total > zone->highwater) in mem_alloc() 110 zone->highwater = zone->total; in mem_alloc() 169 zone->highwater = 0; in mem_setup() 196 fprintf(stderr, "%s: %" PRIu64 " high water mark\n", prefix, (uint64_t)zone->highwater); in mem_high()
|
/external/openssh/ |
D | sftp-client.c | 1206 u_int64_t offset = 0, size, highwater; in do_download() local 1274 offset = highwater = 0; in do_download() 1296 offset = highwater = st.st_size; in do_download() 1383 else if (!reordered && req->offset <= highwater) in do_download() 1384 highwater = req->offset + len; in do_download() 1385 else if (!reordered && req->offset > highwater) in do_download() 1441 debug("truncating at %llu", (unsigned long long)highwater); in do_download() 1442 if (ftruncate(local_fd, highwater) == -1) in do_download()
|
/external/zlib/patches/ |
D | 0005-infcover-gtest.patch | 118 - fprintf(stderr, "%s: %lu high water mark\n", prefix, zone->highwater); 119 + std::cout << prefix << ": " << zone->highwater << " high water mark" << std::endl;
|
/external/ImageMagick/MagickCore/ |
D | draw.c | 128 highwater; member 576 polygon_info->edges[edge].highwater=0; in ConvertPathToPolygon() 608 polygon_info->edges[edge].highwater=0; in ConvertPathToPolygon() 672 polygon_info->edges[edge].highwater=0; in ConvertPathToPolygon() 743 polygon_info->edges[edge].highwater=0; in ConvertPathToPolygon() 4758 i=(ssize_t) MagickMax((double) p->highwater,1.0); in GetFillAlpha() 4768 p->highwater=(size_t) i; in GetFillAlpha() 4866 i=(ssize_t) MagickMax((double) p->highwater,1.0); in GetFillAlpha()
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | place.cl | 851 // highwater mark then flush it to the extent
|
/external/python/cpython3/Objects/ |
D | listsort.txt | 183 + Here's the highwater mark for the number of heap-based temp slots (4
|
/external/python/cpython2/Objects/ |
D | listsort.txt | 183 + Here's the highwater mark for the number of heap-based temp slots (4
|