Home
last modified time | relevance | path

Searched refs:highwater (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gdb/dist/zlib/test/
H A Dinfcover.c65 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()
/netbsd/external/gpl3/binutils/dist/zlib/test/
H A Dinfcover.c65 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()
/netbsd/external/gpl3/binutils.old/dist/zlib/test/
H A Dinfcover.c65 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()
/netbsd/external/gpl3/gdb.old/dist/zlib/test/
H A Dinfcover.c65 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()
/netbsd/common/dist/zlib/test/
H A Dinfcover.c65 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()
/netbsd/sys/arch/sgimips/hpc/
H A Dhaltwo.c666 unsigned int fifobeg, fifoend, highwater; in haltwo_trigger_output() local
693 highwater = (param->channels * 4) >> 1; in haltwo_trigger_output()
698 " fifobeg = %d fifoend = %d\n", param->channels, highwater, in haltwo_trigger_output()
703 | (highwater << HPC3_PBUS_DMACTL_HIGHWATER_SHIFT) in haltwo_trigger_output()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c1588 u_int64_t offset = 0, size, highwater; in do_download() local
1635 offset = highwater = 0; in do_download()
1656 offset = highwater = st.st_size; in do_download()
1739 else if (!reordered && req->offset <= highwater) in do_download()
1740 highwater = req->offset + len; in do_download()
1741 else if (!reordered && req->offset > highwater) in do_download()
1801 if (ftruncate(local_fd, highwater) == -1) in do_download()
1992 u_int64_t highwater = 0; in do_upload() local
2133 if (!reordered && ack->offset <= highwater) in do_upload()
2134 highwater = ack->offset + ack->len; in do_upload()
[all …]
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dhp157 >6 beshort >0 - highwater %d
172 >6 beshort >0 - highwater %d
177 >6 beshort >0 - highwater %d
/netbsd/external/mpl/bind/dist/
H A DCHANGES1956 5314. [func] Added a new statistics variable "tcp-highwater"