Home
last modified time | relevance | path

Searched refs:histogram_total (Results 1 – 25 of 103) sorted by relevance

12345

/dports/biology/bbmap/bbmap/current/jgi/
H A DReadKmerDepthDistribution.java244 histogram_total=new AtomicLongArray(HIST_LEN); in main()
545 histogram_total.addAndGet(j, ct.hist[j]); in downsample()
550 if(!ZERO_BIN && histogram_total!=null && histogram_total.length()>1){ in downsample()
551 histogram_total.addAndGet(1, histogram_total.get(0)); in downsample()
552 histogram_total.set(0, 0); in downsample()
569 if(histogram_total!=null){ in downsample()
578 long remaining=Tools.sum(histogram_total); in downsample()
585 long x=histogram_total.get(i); in downsample()
603 long x=histogram_total.get(i); in downsample()
629 long x=histogram_total.get(i); in downsample()
[all …]
H A DKmerCoverage.java234 histogram_total=new long[HIST_LEN]; in main()
584 histogram_total[j]+=ct.hist[j];
589 if(!ZERO_BIN && histogram_total!=null && histogram_total.length>1){
590 histogram_total[1]+=histogram_total[0];
591 histogram_total[0]=0;
600 if(histogram_total!=null){
616 long x=histogram_total[i];
634 long x=histogram_total[i];
660 long x=histogram_total[i];
668 long x=histogram_total[i];
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go50 var histogram_total uint
57 histogram_total = input_size
63 histogram_total += uint(adjust)
71 histogram_total = (input_size + kSampleRate - 1) / kSampleRate
80 histogram_total += uint(adjust)
84 buildAndStoreHuffmanTreeFast(histogram[:], histogram_total, /* max_bits = */
95 return (literal_ratio * 125) / histogram_total
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go50 var histogram_total uint
57 histogram_total = input_size
63 histogram_total += uint(adjust)
71 histogram_total = (input_size + kSampleRate - 1) / kSampleRate
80 histogram_total += uint(adjust)
84 buildAndStoreHuffmanTreeFast(histogram[:], histogram_total, /* max_bits = */
95 return (literal_ratio * 125) / histogram_total
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go50 var histogram_total uint
57 histogram_total = input_size
63 histogram_total += uint(adjust)
71 histogram_total = (input_size + kSampleRate - 1) / kSampleRate
80 histogram_total += uint(adjust)
84 buildAndStoreHuffmanTreeFast(histogram[:], histogram_total, /* max_bits = */
95 return (literal_ratio * 125) / histogram_total
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/andybalholm/brotli/
H A Dcompress_fragment.go56 var histogram_total uint
63 histogram_total = input_size
69 histogram_total += uint(adjust)
77 histogram_total = (input_size + kSampleRate - 1) / kSampleRate
86 histogram_total += uint(adjust)
90 buildAndStoreHuffmanTreeFast(histogram[:], histogram_total, /* max_bits = */
101 return (literal_ratio * 125) / histogram_total
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dcompress_fragment.rs53 let mut histogram_total: usize; in BuildAndStoreLiteralPrefixCode() localVariable
65 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
75 histogram_total = histogram_total.wrapping_add(adjust as (usize)); in BuildAndStoreLiteralPrefixCode()
90 histogram_total = in BuildAndStoreLiteralPrefixCode()
102 histogram_total = histogram_total.wrapping_add(adjust as (usize)); in BuildAndStoreLiteralPrefixCode()
109 histogram_total, in BuildAndStoreLiteralPrefixCode()
128 literal_ratio.wrapping_mul(125usize).wrapping_div(histogram_total) in BuildAndStoreLiteralPrefixCode()
/dports/security/suricata/suricata-6.0.4/rust/vendor/brotli/src/enc/
H A Dcompress_fragment.rs53 let mut histogram_total: usize; in BuildAndStoreLiteralPrefixCode() localVariable
65 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
75 histogram_total = histogram_total.wrapping_add(adjust as (usize)); in BuildAndStoreLiteralPrefixCode()
90 histogram_total = in BuildAndStoreLiteralPrefixCode()
102 histogram_total = histogram_total.wrapping_add(adjust as (usize)); in BuildAndStoreLiteralPrefixCode()
109 histogram_total, in BuildAndStoreLiteralPrefixCode()
128 literal_ratio.wrapping_mul(125usize).wrapping_div(histogram_total) in BuildAndStoreLiteralPrefixCode()
/dports/www/xh/xh-0.14.1/cargo-crates/brotli-3.3.2/src/enc/
H A Dcompress_fragment.rs53 let mut histogram_total: usize; in BuildAndStoreLiteralPrefixCode() localVariable
65 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
75 histogram_total = histogram_total.wrapping_add(adjust as (usize)); in BuildAndStoreLiteralPrefixCode()
90 histogram_total = in BuildAndStoreLiteralPrefixCode()
102 histogram_total = histogram_total.wrapping_add(adjust as (usize)); in BuildAndStoreLiteralPrefixCode()
109 histogram_total, in BuildAndStoreLiteralPrefixCode()
128 literal_ratio.wrapping_mul(125usize).wrapping_div(histogram_total) in BuildAndStoreLiteralPrefixCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/brotli/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/archivers/p5-IO-Compress-Brotli/IO-Compress-Brotli-0.004001/brotli/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/archivers/py-brotli/Brotli-1.0.9/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/archivers/py-brotlipy/brotlipy-0.7.0/libbrotli/enc/
H A Dcompress_fragment.c81 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
87 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
93 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
100 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
109 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
112 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
122 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/AnyOS/brotli/enc/
H A Dcompress_fragment.c81 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
87 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
93 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
100 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
109 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
112 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
122 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/archivers/brotli/brotli-1.0.9/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/devel/apitrace/apitrace-9.0/thirdparty/brotli/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/BrotliCompress/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/brotli/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/net/proby/proby-1.0.2/cargo-crates/brotli-sys-0.3.2/brotli/enc/
H A Dcompress_fragment.c81 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
87 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
93 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
100 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
109 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
112 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
122 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/c/enc/
H A Dcompress_fragment.c80 size_t histogram_total; in BuildAndStoreLiteralPrefixCode() local
86 histogram_total = input_size; in BuildAndStoreLiteralPrefixCode()
92 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
99 histogram_total = (input_size + kSampleRate - 1) / kSampleRate; in BuildAndStoreLiteralPrefixCode()
108 histogram_total += adjust; in BuildAndStoreLiteralPrefixCode()
111 BrotliBuildAndStoreHuffmanTreeFast(m, histogram, histogram_total, in BuildAndStoreLiteralPrefixCode()
121 return (literal_ratio * 125) / histogram_total; in BuildAndStoreLiteralPrefixCode()

12345